[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] Testpmd with lots of RX-missed. Why?

2020-06-29 Thread Licj
Hi, Does anyone know why the testpmd stats show lots of RX-missed, 0 rx-packets, 0 rx-pps and 0 rx-bps? I have 2 machines, one is running pktgen-dpdk and the other is running testpmd. The pktgen shows that the send rate is about 53Gbps. I want to know the real rcv rate. The tcpdump on the

Re: [dpdk-users] Dpdk-pdump fails with error "no ethernet port" when running with Mellanox MCX454A-FCAT nic

2020-06-17 Thread Licj
Thank you. I have enabled Mellanox mlx5 driver and recompiled dpdk. The testpmd is running ok. The problem is dpdk-pdump can't run with testpmd. -- Original -- From: Stephen Hemminger

[dpdk-users] Dpdk-pdump fails with error "no ethernet port" when running with Mellanox MCX454A-FCAT nic

2020-06-17 Thread Licj
Hi all, I have run dpdk testpmd successfully with Mellanox MCX454A-FCAT nic(mlx5 driver). I can capture the dpdk packets on the recv side using tcpdump. But the througput does not reach line rate(24gbps throughput with 40gbps line rate). Then I want to capture packets on the send side using

[dpdk-users] Dpdk-pdump fails with error "no ethernet port" when running with Mellanox MCX454A-FCAT nic

2020-06-17 Thread Licj
Hi all, I have run dpdk testpmd successfully with Mellanox MCX454A-FCAT nic(mlx5 driver). I can capture the dpdk packets on the recv side using tcpdump. But the througput does not reach line rate(24gbps throughput with 40gbps line rate). Then I want to capture packets on the send side using