Using dpdk+Wireshark,unable to capture data packets from mellanox drivers

asked 2019-03-06 02:51:40 +0000

Katie gravatar image

I am trying to capture and decode the data packets thru Wireshark. However, though can see the mellanox ports in the interfaces, no packets are captured when the particular interface was selected. - Running on Ubuntu 18.x / Mellanox mlx5 driver / Wireshark verison 2.6.x

edit retag flag offensive close merge delete

Comments

Does it work with tcpdump when capturing on the same device?

Guy Harris gravatar imageGuy Harris ( 2019-03-06 11:25:58 +0000 )edit

Thanks Harris. Using testpmd+pdump, I am able to capture the packets on same device. If testpmd+wireshark is used on same device, then the msg shown is "No packets". The requirement is to use testpmd and wireshark to capture data packets.

Versions used: DPDK 19.x and Wireshark 3.x

Katie gravatar imageKatie ( 2019-03-07 08:50:11 +0000 )edit