changchengx commented on issue #1401: URL: https://github.com/apache/incubator-brpc/issues/1401#issuecomment-1123112460
@wwbmmm I tested the RoCE LAG device with below command and it could work ``` [307 /brpc/example/rdma_performance/]$ ./perf_server --rdma_device mlx5_bond_1 [306 /brpc/example/rdma_performance/]$ ./perf_client --rdma_device mlx5_bond_1 --servers=192.168.30.7:8002 --attachment_size=1024 --thread_num=10 ``` According to the experiment's result, brpc doesn't support multi rdma devices, so it need to specify which device should be used with the option ```--rdma_device```. **brpc supports RoCE LAG device, right?** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
