Re: [dpdk-dev] testpmd crashes with Invalid NUMA socket, default to 0

2018-10-22 Thread Burakov, Anatoly
On 22-Oct-18 12:08 PM, Kenvish Butani wrote: Thanks a lot Anatoly for your inputs ! *This got fixed by reserving total of "512" hugepages.* Thanks a lot :) Appreciate. You're welcome :) Thanks, --Kenvish On Mon, Oct 22, 2018 at 3:16 PM Burakov, Anatoly mailto:anatoly.bura...@intel.com>>

Re: [dpdk-dev] testpmd crashes with Invalid NUMA socket, default to 0

2018-10-22 Thread Kenvish Butani
Thanks a lot Anatoly for your inputs ! *This got fixed by reserving total of "512" hugepages.* Thanks a lot :) Appreciate. Thanks, --Kenvish On Mon, Oct 22, 2018 at 3:16 PM Burakov, Anatoly wrote: > On 22-Oct-18 10:28 AM, Kenvish Butani wrote: > > Thanks a lot for your prompt reply ! > > > >

Re: [dpdk-dev] testpmd crashes with Invalid NUMA socket, default to 0

2018-10-22 Thread Burakov, Anatoly
On 22-Oct-18 10:28 AM, Kenvish Butani wrote: Thanks a lot for your prompt reply ! JFYI, The invalid NUma socket was resolved by manually changing the entry to 0 echo 0 > /sys/bus/pci/devices/\:01\:00.0/uio/uio0/device/numa_node echo 0 > /sys/bus/pci/devices/\:01\:00.1/uio/uio1/device/

Re: [dpdk-dev] testpmd crashes with Invalid NUMA socket, default to 0

2018-10-22 Thread Kenvish Butani
Thanks a lot for your prompt reply ! JFYI, The invalid NUma socket was resolved by manually changing the entry to 0 echo 0 > /sys/bus/pci/devices/\:01\:00.0/uio/uio0/device/numa_node echo 0 > /sys/bus/pci/devices/\:01\:00.1/uio/uio1/device/numa_node # ./testpmd-cc-on-local -c 0xF -n 1 --

Re: [dpdk-dev] testpmd crashes with Invalid NUMA socket, default to 0

2018-10-22 Thread Burakov, Anatoly
On 22-Oct-18 7:34 AM, Kenvish Butani wrote: Hi All, I am new to dpdk, and trying it to integrate DPDK with one of my server having intel nic's and 24 core cpu. I am trying to run testpmd app and it gets crashed with below logs ++ # ./testpmd-cc-on-local -c 0

[dpdk-dev] testpmd crashes with Invalid NUMA socket, default to 0

2018-10-21 Thread Kenvish Butani
Hi All, I am new to dpdk, and trying it to integrate DPDK with one of my server having intel nic's and 24 core cpu. I am trying to run testpmd app and it gets crashed with below logs ++ # ./testpmd-cc-on-local -c 0xF -n 1 -w 01:00.0 -- -i EAL: Detected 24 lcor