Mellanox/sockperf

Thread Affinity on server

Closed this issue · 4 comments

Tool should support thread affinity on server side

Original issue reported on code.google.com by igor.ivanov@itseez.com on 1 Apr 2011 at 1:45

Instructions:
1. be inspired by Linux's taskset - http://linux.die.net/man/1/taskset
2. Notice, that unlike client, the server may use many threads (using 
--threads-num options).
3. no need to support bitmask.  It is enough to support cpu-list.  For example 
sockperf server --cpu-affinity=0,5,7,9-11
4. after you implement that, please do the same in client. i.e., extend 
--sender-affinity & --receiver-affinity to support list like 0,5,7,9-11
5. all this should be done both for sockperf_v1 & for sockperf_v2

Original comment by avne...@gmail.com on 3 Apr 2011 at 7:55

  • Changed state: Accepted
  • Added labels: Branch-1.x
[deleted comment]

Original comment by avne...@gmail.com on 3 Apr 2011 at 8:10

  • Changed state: Accepted
  • Removed labels: Milestone-later
r51 - sockperf_v2
r53 - sockperf_v1

Original comment by igor.ivanov@itseez.com on 22 Apr 2011 at 3:04

  • Changed state: Fixed