changchengx commented on issue #2031:
URL: 
https://github.com/apache/incubator-brpc/issues/2031#issuecomment-1334955599

   @wwbmmm 
   1. Is it normal to run two server processes and use one client process to 
connect with the two server processes when running rdma_performance with using 
RDMA to get the performance data?
   
   3. It rdma-old branch, when connecting one client process  & one server 
process, it only create one QP when running rdma_performance/verbs. However, in 
master branch, the client will create lots of QPs when it connects with one 
server process. Is this the expected behavior? You can check the QPs info with 
below command:
   ```
   # ls -d /sys/kernel/debug/mlx5/*/QPs
   /sys/kernel/debug/mlx5/0000:17:00.0/QPs  
/sys/kernel/debug/mlx5/0000:17:00.1/QPs  /sys/kernel/debug/mlx5/0000:ca:00.0/QPs
   ```


-- 
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]

Reply via email to