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

2018-03-30 Thread Olivier Matz
On Thu, Mar 29, 2018 at 09:04:52AM +0100, Burakov, Anatoly wrote: > On 27-Feb-18 2:46 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 > > --- > > <...> > > >

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

2018-03-29 Thread Burakov, Anatoly
On 27-Feb-18 2:46 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 --- <...> + set_affinity = 0; + CPU_ZERO(&cpuset); + for (lcore_id = 0; lcore_id < RTE_M

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

2018-02-27 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 | 20 +++- lib/librte_eal/common/include/rte_lcore.h | 4 +++- 2 files changed, 22 inse