From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) by dpdk.org (Postfix) with ESMTP id 1B3575A51 for ; Wed, 25 Mar 2015 16:14:52 +0100 (CET) Received: by labe2 with SMTP id e2so22432578lab.3 for ; Wed, 25 Mar 2015 08:14:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rZFuhScWHsUmk/4xxOBxZ5tczyfV1jbuMBQKCbgBBBg=; b=khJvKOpAU6g9Lz5STAw/0+T5bxk/HOPvSP1toF+WPPjwSPqoQxTvsUfDd+PUM26q3g 0jAk6lzVyU1O0S4avf/LLrFOJ4x/4YaRSKj07p0O4jUaVNwN1vomm+FzIhChOe279eRy NxOsW7GoCz+Afn2/n8tjEJZic2qwFK3HfuYpsHAhVmSihgWAO2d1CsBj7Zu9vYZ651MB bzuodrTTf6zFfvGgDdh0/X2otvKCATWt9x9NZl3G8X5VvN6Q8MQSRLKeXbDp7K8qV+jA tXaHhOcvuYn/MGebSs66iCA/cpdHlXv7igkvhM/MXjqBlazHIZUMIRdVktr+mmntgVel VysQ== MIME-Version: 1.0 X-Received: by 10.152.5.225 with SMTP id v1mr8793186lav.76.1427296491791; Wed, 25 Mar 2015 08:14:51 -0700 (PDT) Received: by 10.25.214.42 with HTTP; Wed, 25 Mar 2015 08:14:51 -0700 (PDT) In-Reply-To: <20150325150352.GB5620@bricha3-MOBL3> References: <20150325150352.GB5620@bricha3-MOBL3> Date: Wed, 25 Mar 2015 20:44:51 +0530 Message-ID: From: Shankari Vaidyalingam To: Bruce Richardson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Interface name after bound to IGB X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2015 15:14:52 -0000 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@intel.com> wrote: > 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 "ifconfig" after it gets bound to igb_uio driver. > > > > > > Regards > > Shankari.V > > Identified where, or to what? It still maintains the same PCI > bus-device-function > which can be used to identify it, if that is what you mean. > > /Bruce >