Re: [dpdk-dev] [PATCH v2 4/4] eal: set affinity for control threads

2018-04-10 Thread Burakov, Anatoly
On 03-Apr-18 2:04 PM, Olivier Matz wrote: The management threads must not bother the dataplane or service cores. Set the affinity of these threads accordingly. Signed-off-by: Olivier Matz --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly

[dpdk-dev] [PATCH v2 4/4] eal: set affinity for control threads

2018-04-03 Thread Olivier Matz
The management threads must not bother the dataplane or service cores. Set the affinity of these threads accordingly. Signed-off-by: Olivier Matz --- lib/librte_eal/common/eal_common_thread.c | 22 +- lib/librte_eal/common/include/rte_lcore.h | 4 +++- 2 files changed, 24 in