Re: [dpdk-dev] [PATCH v4] eal: restrict cores auto detection

2016-12-21 Thread Thomas Monjalon
2016-12-09 15:14, Bruce Richardson: > On Thu, Dec 08, 2016 at 07:19:41PM +0100, Thomas Monjalon wrote: > > 2016-12-02 17:48, Jianfeng Tan: > > > This patch uses pthread_getaffinity_np() to narrow down used > > > cores when none of below options is specified: > > > * coremask (-c) > > > * coreli

Re: [dpdk-dev] [PATCH v4] eal: restrict cores auto detection

2016-12-09 Thread Bruce Richardson
On Thu, Dec 08, 2016 at 07:19:41PM +0100, Thomas Monjalon wrote: > 2016-12-02 17:48, Jianfeng Tan: > > This patch uses pthread_getaffinity_np() to narrow down used > > cores when none of below options is specified: > > * coremask (-c) > > * corelist (-l) > > * and coremap (--lcores) > > > >

Re: [dpdk-dev] [PATCH v4] eal: restrict cores auto detection

2016-12-08 Thread Thomas Monjalon
2016-12-02 17:48, Jianfeng Tan: > This patch uses pthread_getaffinity_np() to narrow down used > cores when none of below options is specified: > * coremask (-c) > * corelist (-l) > * and coremap (--lcores) > > The purpose of this patch is to leave out these core related options > when DPDK

[dpdk-dev] [PATCH v4] eal: restrict cores auto detection

2016-12-02 Thread Jianfeng Tan
This patch uses pthread_getaffinity_np() to narrow down used cores when none of below options is specified: * coremask (-c) * corelist (-l) * and coremap (--lcores) The purpose of this patch is to leave out these core related options when DPDK applications are deployed under container env, s