Re: [dpdk-dev] [PATCH] doc: use the latest numactl release

2019-11-28 Thread Thomas Monjalon
28/11/2019 03:10, Ruifeng Wang (Arm Technology China): > From: Ali Alnubani > > > > Previous versions of numactl may produce the following error on some > > systems (at least on Fedora 30 and RHEL7.4): > > > According to the numactl commit message, the error happens when glibc 2.28 > and later

Re: [dpdk-dev] [PATCH] doc: use the latest numactl release

2019-11-27 Thread Gavin Hu (Arm Technology China)
Acked-by: Gavin Hu

Re: [dpdk-dev] [PATCH] doc: use the latest numactl release

2019-11-27 Thread Ruifeng Wang (Arm Technology China)
> -Original Message- > From: Ali Alnubani > Sent: Wednesday, November 27, 2019 23:23 > To: dev@dpdk.org > Cc: Gavin Hu (Arm Technology China) ; Joyce Kong > (Arm Technology China) ; Ruifeng Wang (Arm > Technology China) > Subject: [PATCH] doc: use the latest numactl release > > Previou

[dpdk-dev] [PATCH] doc: use the latest numactl release

2019-11-27 Thread Ali Alnubani
Previous versions of numactl may produce the following error on some systems (at least on Fedora 30 and RHEL7.4): ./.libs/libnuma.so: undefined reference to `minor' ./.libs/libnuma.so: undefined reference to `major' collect2: error: ld returned 1 exit status This was fixed in upstream commi