[dpdk-dev] Issue in sending and receiving packets through L3fwd sample application

2018-11-19 Thread Kenvish Butani
# ./l3fwd -c 0x3 -n 2 -- -p 0x3 --config="(0,0,0),(1,0,1)" EAL: Detected 24 lcore(s) EAL: Detected 2 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Probing VFIO support... EAL: PCI device igb_uio :01:00.0: uio device registered with irq 44 :01:00.0 on NUMA socket 0 EA

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 fo

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

2018-10-22 Thread Kenvish Butani
datory ? i see few error messages related to it. Also, I see few error messages related to memory allocation, but I am not sure how to fix this. Can you please help me out here. Thanks, --Kenvish On Mon, Oct 22, 2018 at 2:45 PM Burakov, Anatoly wrote: > On 22-Oct-18 7:34 AM, Kenvish But

[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