Re: [dpdk-dev] [PATCH 0/4] fix control thread affinities

2018-03-28 Thread Olivier Matz
Hi, On Tue, Feb 27, 2018 at 03:46:26PM +0100, Olivier Matz wrote: > Some parts of dpdk use their own management threads. Most of the time, > the affinity of the thread is not properly set: it should not be scheduled > on the dataplane cores, because interrupting them can cause packet losses. > >

[dpdk-dev] [PATCH 0/4] fix control thread affinities

2018-02-27 Thread Olivier Matz
Some parts of dpdk use their own management threads. Most of the time, the affinity of the thread is not properly set: it should not be scheduled on the dataplane cores, because interrupting them can cause packet losses. This patchset introduces a new wrapper for thread creation that does the job