Re: [dpdk-dev] [PATCH v3 2/2] eal: restrict ctrl threads to startup cpu affinity

2019-03-07 Thread Thomas Monjalon
25/02/2019 09:33, Olivier Matz: > On Wed, Feb 20, 2019 at 04:01:33PM +, Burakov, Anatoly wrote: > > On 19-Feb-19 8:41 PM, David Marchand wrote: > > > Spawning the ctrl threads on anything that is not part of the eal > > > coremask is not that polite to the rest of the system, especially > > > w

Re: [dpdk-dev] [PATCH v3 2/2] eal: restrict ctrl threads to startup cpu affinity

2019-02-25 Thread Olivier Matz
On Wed, Feb 20, 2019 at 04:01:33PM +, Burakov, Anatoly wrote: > On 19-Feb-19 8:41 PM, David Marchand wrote: > > Spawning the ctrl threads on anything that is not part of the eal > > coremask is not that polite to the rest of the system, especially > > when you took good care to pin your process

Re: [dpdk-dev] [PATCH v3 2/2] eal: restrict ctrl threads to startup cpu affinity

2019-02-20 Thread Burakov, Anatoly
On 19-Feb-19 8:41 PM, David Marchand wrote: Spawning the ctrl threads on anything that is not part of the eal coremask is not that polite to the rest of the system, especially when you took good care to pin your processes on cpu resources with tools like taskset (linux) / cpuset (freebsd). Rathe

[dpdk-dev] [PATCH v3 2/2] eal: restrict ctrl threads to startup cpu affinity

2019-02-19 Thread David Marchand
Spawning the ctrl threads on anything that is not part of the eal coremask is not that polite to the rest of the system, especially when you took good care to pin your processes on cpu resources with tools like taskset (linux) / cpuset (freebsd). Rather than introduce yet another eal options to co