From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: Interface name after bound to IGB Date: Wed, 25 Mar 2015 16:20:59 +0100 Message-ID: <5512D25B.5030500@6wind.com> References: <20150325150352.GB5620@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Shankari Vaidyalingam , Bruce Richardson Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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