From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by dpdk.org (Postfix) with ESMTP id A1A2C568E for ; Wed, 25 Mar 2015 07:25:53 +0100 (CET) Received: by laae1 with SMTP id e1so11759735laa.2 for ; Tue, 24 Mar 2015 23:25:53 -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 :content-type; bh=Z9cOVG+DGTZT+3N47d6Z+W0M9E7un7LJ/uYZXFwz6sU=; b=qHrg4kbx7cIyYqBUggAm1iSb98UH1Di0TVHf9Y4pXWwBCOu1vptN62CS5CMKZn+/ix ao/blwd6jcOfZ5VfE5ynY197T81yPrJ37hm4oGa7r8bdTmmxoEyH/4IdI1BEWA+E5Dwf iX9Cx3dywMYxQHLKjfKrMR/v/kO2BLUoBWvWmncaIIWzkP+Y+idg+Kx6GiM1mJv10qdo pgB4GqmPfyxMGWXwG/18RsuQCN6WGUEmPrD2FQd9DLw+wMb1A3mtmlJxhVfhjqB5UCC2 Dy/R8zHmA+/wRcuuONUXgc0gHxUZqjxdM/T6uERv1JphUalwSX0HK4C51/GV1Cj2/d6O 9HHQ== MIME-Version: 1.0 X-Received: by 10.112.223.7 with SMTP id qq7mr6903706lbc.81.1427264753212; Tue, 24 Mar 2015 23:25:53 -0700 (PDT) Received: by 10.25.214.42 with HTTP; Tue, 24 Mar 2015 23:25:53 -0700 (PDT) In-Reply-To: References: <20150324220857.00ea5b36@urahara> Date: Wed, 25 Mar 2015 11:55:53 +0530 Message-ID: From: Shankari Vaidyalingam To: Stephen Hemminger , "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] Inputs needed - testing l2fwd 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 06:25:53 -0000 +dpdk-dev > Thanks for the response. > > I'm using Intel 82545 EM as the network adapter type and not using > virtio-net > I also checked whether 82545 NIC is supported by DPDK and found that it is > supported. > > Regards > Shankari.V > > On Wed, Mar 25, 2015 at 10:38 AM, Stephen Hemminger < > stephen@networkplumber.org> wrote: > >> On Wed, 25 Mar 2015 09:40:47 +0530 >> Shankari Vaidyalingam wrote: >> >> > Hi, >> > >> > Can anyone please help me whether I'm missing something in the below >> > exercise >> > >> > Regards >> > Shankari.V >> > >> > On Wed, Mar 25, 2015 at 12:25 AM, Shankari Vaidyalingam < >> > shankari.v2k6@gmail.com> wrote: >> > >> > > I'm trying to run sample DPDK applications by injecting packets from >> an >> > > external traffic generator. >> > > I'm not able to get the frames to reach the RX queue of the >> corresponding >> > > port and make the PMD detect those packets and get the application >> process >> > > them. >> > > >> > > My configuration is: >> > > >> > > I'm using Oracle VirtualBox to have 2 virtual network adapters for >> use in >> > > the sample application. I have configured both the network adapters >> in the >> > > "Bridged Networking" mode. >> > > When I open the VM I can see the interfaces - eth0 and eth1 >> > > I bound the 2 interfaces to igb_uio driver and then configured the >> > > hugepage mapping. >> > > When I try sending the frames from an external source I had set the >> dest >> > > MAC to the MAC addr of the ports bound to DPDK. >> > > But still I'm not able to see either the "Frames received" or "Frames >> > > dropped" count getting incremented. >> > > >> > > I tried googling and tried various options for networking mode as >> > > (Bridged/Host Only...) but none of them seem to work fine. >> > > >> > > I'm sure that I'm missing something. >> > > Can you please help me in this regard. >> > > >> > > Regards >> > > Shankari.V >> > > >> > > >> >> VirtualBox has its own version of virtio which is not compatiable >> with the current version of DPDK virtio driver. >> > >