[dpdk-dev] Interface name after bound to IGB

2015-03-26 Thread Olivier MATZ
Hi, On 03/26/2015 04:58 AM, Shankari Vaidyalingam wrote: > Hi Olivier, > > Thanks for the response. > I executed the L2fwd application by injecting packets from an external > source to the DPDK bound interface. > I was not able to see the stats getting incremented. I'm doing this > testing on a VM

[dpdk-dev] Interface name after bound to IGB

2015-03-26 Thread Shankari Vaidyalingam
Hi Olivier, Thanks for the response. I executed the L2fwd application by injecting packets from an external source to the DPDK bound interface. I was not able to see the stats getting incremented. I'm doing this testing on a VM inside Oracle VirtualBox. I've added 2 Bridged Adapters with the adapt

[dpdk-dev] Interface name after bound to IGB

2015-03-25 Thread Shankari Vaidyalingam
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. Regards Shankari.V On Wed, Mar 25, 2015 at 8:33 PM, Bruce Richardson < bruce.richardson at intel.com> wrote: > On Wed,

[dpdk-dev] Interface name after bound to IGB

2015-03-25 Thread Shankari Vaidyalingam
Hi By what name is the NIC port identified after it is bound to the igb_uio driver (i.e after it becomes a DPDK interface) I'm asking this question because the interface does not get displayed in the output of the "ifconfig" after it gets bound to igb_uio driver. Regards Shankari.V

[dpdk-dev] Interface name after bound to IGB

2015-03-25 Thread Olivier MATZ
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

[dpdk-dev] Interface name after bound to IGB

2015-03-25 Thread Bruce Richardson
On Wed, Mar 25, 2015 at 08:44:51PM +0530, 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. > > Regards > Shankari.V > To capture

[dpdk-dev] Interface name after bound to IGB

2015-03-25 Thread Bruce Richardson
On Wed, Mar 25, 2015 at 08:00:02PM +0530, Shankari Vaidyalingam wrote: > Hi > > By what name is the NIC port identified after it is bound to the igb_uio > driver (i.e after it becomes a DPDK interface) > I'm asking this question because the interface does not get displayed in > the output of the "