Re: [dpdk-dev] Testpmd fails in initialization

2018-06-01 Thread Rosen, Rami
ject: Re: [dpdk-dev] Testpmd fails in initialization Hi Stephen For last command I just declared 10 hugepages. Regards, Monika On Fri, Jun 1, 2018 at 3:11 PM, Stephen Hemminger < step...@networkplumber.org> wrote: > How much huge page memory did you confirm? > $ cat /proc/meminfo &

Re: [dpdk-dev] Testpmd fails in initialization

2018-06-01 Thread Monika Mails
Hi Stephen, if I don't give the last option for socket memory then also it fails. Here is the error log :- *sudo testpmd -l 8 -n 4 -c 0x3 * EAL: Detected lcore 0 as core 3 on socket 0 EAL: Detected lcore 1 as core 3 on socket 1 EAL: Detected lcore 2 as core 4 on socket 0 EAL: Detected lcore 3 as

Re: [dpdk-dev] Testpmd fails in initialization

2018-06-01 Thread Monika Mails
Hi Stephen For last command I just declared 10 hugepages. Regards, Monika On Fri, Jun 1, 2018 at 3:11 PM, Stephen Hemminger < step...@networkplumber.org> wrote: > How much huge page memory did you confirm? > $ cat /proc/meminfo > > On Fri, Jun 1, 2018, 3:06 PM Monika Mails wrote: > >> Hi All,

Re: [dpdk-dev] Testpmd fails in initialization

2018-06-01 Thread Stephen Hemminger
How much huge page memory did you confirm? $ cat /proc/meminfo On Fri, Jun 1, 2018, 3:06 PM Monika Mails wrote: > Hi All, > > This is Monika. > I am new to DPDK. > I just installed DPDK release - 18.05 on my server and trying to run > "testpmd" > > Here is my command and its output :- > > sudo

[dpdk-dev] Testpmd fails in initialization

2018-06-01 Thread Monika Mails
Hi All, This is Monika. I am new to DPDK. I just installed DPDK release - 18.05 on my server and trying to run "testpmd" Here is my command and its output :- sudo testpmd -l 8 -n 4 -c 0x3 --socket-mem=512,512 EAL: Detected lcore 0 as core 3 on socket 0 EAL: Detected lcore 1 as core 3 on socket