[dpdk-users] bnx2x pmd crash when launching testpmd using BCM57840 Nic.

2020-06-30 Thread Anil Kumar Koli
Hi DPDK team, 1. I am trying to run testpmd with BCM57840 NIC using DPDK 20.02.1, the process is crashing at bnx2x_write_dmae(). Had any one seen this kind of issue earlier. root@gic-mps-104-173:~/bnx2x# ./testpmd.new -l 0-3 -n 4 -w :37:00.4 -w :37:00.5

[dpdk-users] Can dpdk-pdump capture high speed traffic?

2020-06-30 Thread Licj
I have two machines directly connected with Mellanox 56g nice. I am running pktgen-dpdk on one machine, and testpmddpdk-pdump on the other machine. One is for packet sending and the other is for recving. The pktgen and testpmd both show 50Gbps traffic. But the pcap file only show several

[dpdk-users] Epoll installation in FreeBSD

2020-06-30 Thread Ibtisam Tariq
Hey. I've tried to install a new copy of FreeBSD. But it can't find the sys/epoll.h header file. I have searched and sys/epoll.h is not available on FreeBSD. The output of meson builds on FreeBSD. -- Has header "sys/epoll.h" :

[dpdk-users] Poor performance when using OVS with DPDK

2020-06-30 Thread Vipul Ujawane
Dear all, I am observing a very low performance when running OVS-DPDK when compared to OVS running with the Kernel Datapath. I have OvS version 2.13.90 compiled from source with the latest stable DPDK v19.11.3 on a stable Debian system running kernel 4.19.0-9-amd64 (real version:4.19.118). I

[dpdk-users] Does 20.05 version has process_info lib?

2020-06-30 Thread 张斌
Dear: I am a newbie for DPDK.I want to compile the pktgen-dpdk for testing which need process_info lib.But I can not find the lib source in DPDK 20.05 version,where can I get the source codes? Thanks!

Re: [dpdk-users] Does 20.05 version has process_info lib?

2020-06-30 Thread Wiles, Keith
> On Jun 25, 2020, at 2:30 AM, 张斌 wrote: > > Dear: > I am a newbie for DPDK.I want to compile the pktgen-dpdk for testing > which need process_info lib.But I can not find the lib source in DPDK 20.05 > version,where can I get the source codes? > DPDK versin 20.05 contains the

Re: [dpdk-users] Can dpdk-pdump capture high speed traffic?

2020-06-30 Thread Stephen Hemminger
On Tue, 30 Jun 2020 15:33:53 +0800 "Licj" <272465...@qq.com> wrote: > I have two machines directly connected with Mellanox 56g nice. > > I am running pktgen-dpdk on one machine, and testpmddpdk-pdump on the > other machine. One is for packet sending and the other is for recving. > > > The