Re: [dpdk-dev] libnuma dependency

2017-07-03 Thread Thomas Monjalon
03/07/2017 15:09, Mcnamara, John: > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > > 03/07/2017 13:45, Thomas Monjalon: > > > Hi, > > > > > > As some have already noticed, there is a new dependency for DPDK on > > > systems supporting NUMA. > > > The idea is to stop re-inven

Re: [dpdk-dev] libnuma dependency

2017-07-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, July 3, 2017 12:57 PM > To: dev@dpdk.org > Subject: Re: [dpdk-dev] libnuma dependency > > 03/07/2017 13:45, Thomas Monjalon: > > Hi, > > > >

Re: [dpdk-dev] libnuma dependency

2017-07-03 Thread Thomas Monjalon
03/07/2017 13:45, Thomas Monjalon: > Hi, > > As some have already noticed, there is a new dependency for DPDK > on systems supporting NUMA. > The idea is to stop re-inventing the wheel and start using specialized > libraries which are well known. > > Please install libnuma or libnuma-dev or whate

[dpdk-dev] libnuma dependency

2017-07-03 Thread Thomas Monjalon
Hi, As some have already noticed, there is a new dependency for DPDK on systems supporting NUMA. The idea is to stop re-inventing the wheel and start using specialized libraries which are well known. Please install libnuma or libnuma-dev or whatever it is called in your system. Thanks