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

2018-04-10 Thread Burakov, Anatoly
On 03-Apr-18 2:04 PM, 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. This patchset introduces a new wr

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

2018-04-03 Thread Olivier Matz
Sorry, I forgot the --in-reply-to. This patchset is the second version of this one: http://dpdk.org/ml/archives/dev/2018-February/091576.html On Tue, Apr 03, 2018 at 03:04:35PM +0200, Olivier Matz wrote: > Some parts of dpdk use their own management threads. Most of the time, > the affinity of t

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

2018-04-03 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