Re: [dpdk-dev] [dpdk-stable] [PATCH v2] mem: ease init in a docker container

2019-06-04 Thread Thomas Monjalon
23/05/2019 16:29, David Marchand: > On Thu, May 23, 2019 at 11:53 AM Nicolas Dichtel > wrote: > > > move_pages() is only used to get the numa node id, but this function > > is not allowed by default in docker (it needs CAP_SYS_NICE and an update of > > the seccomp profile). > > get_mempolicy() al

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] mem: ease init in a docker container

2019-05-23 Thread David Marchand
On Thu, May 23, 2019 at 11:53 AM Nicolas Dichtel wrote: > move_pages() is only used to get the numa node id, but this function > is not allowed by default in docker (it needs CAP_SYS_NICE and an update of > the seccomp profile). > get_mempolicy() also requires CAP_SYS_NICE but doesn't need any ch