Is there a way to manually set core affinity for each interface?
When I start ./t-rex-64, I can specify how many cores/threads to use for each interface by -c <num>.
Is there a way to manually set core affinity for each interface?
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/e2fdf762-4e69-4417-a487-b97ee279c61a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
By manually adding a "platform:" section like
platform:
master_thread_id: 0
latency_thread_id: 24
dual_if:
- socket: 0
threads: [1,2,3,4,5,6,7]
- socket: 3
threads: [25,26,27,28,29,30,31]
it works as expected.
Thanks,
Charlie