[dpdk-dev] Interface name after bound to IGB

Olivier MATZ olivier.matz at 6wind.com
Wed Mar 25 16:20:59 CET 2015


Hi Shankari,

On 03/25/2015 04:14 PM, Shankari Vaidyalingam wrote:
> Hi Bruce,
>
>
> If I want to capture the packets received by the interface bound to IGB
> (DPDK interface) then I'd like to know what would be the interface name
> that must be given.

If you want to capture the packets, you have to write your program
(maybe based on an example) that displays the packet or save them
into a pcap format. For that, you don't need the interface name but
the portid, which is displayed with the PCI id when you start the dpdk.

Regards,
Olivier



More information about the dev mailing list