From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by dpdk.org (Postfix) with ESMTP id ACE2F5677 for ; Wed, 25 Mar 2015 06:08:57 +0100 (CET) Received: by pabxg6 with SMTP id xg6so16716980pab.0 for ; Tue, 24 Mar 2015 22:08:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=zGfyzpnilLBwJWJ/vtUBwXvRza1qDrFNRuG90M5Ttdg=; b=bN2uYj/H2868A2LjuL0dyGL2UrLRIeFaLsIiuMZgC+4ZWqnQCi4kkvj+O03sd1UNrT OOqkl59bn4BAsX4ix5gP4ExjVZ/fJQFq7SSFh+EbATZHwKG9/UIs3B0E2sSPTlNjlC/p G8hSJjSPuOUDnWQ/YMLpATFhv8TjEMDKE4l2OTnf6e3Eix/aohu8JmUT6QEAwu8LHew0 4kj4OkNWA8DRHKral62rk0YkXhmzKGANDBWlzHb+fOakEGxGHCSBesqO12kL88cQw+iw iKSbTX4Xa7YivK27UQFGGfbnU7YNxapp/kmEPGtKEbskSPmNL9sp4OFpIuwAC5fWT8zw 2w8w== X-Gm-Message-State: ALoCoQm/ZsdFBiwSnaGENe7My7poa/8g+rGDSknJBxkWL5LfCnm4YV1kN07Zsp54u/vsaLZh32xx X-Received: by 10.66.101.35 with SMTP id fd3mr14118929pab.50.1427260137121; Tue, 24 Mar 2015 22:08:57 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id qa3sm993582pab.16.2015.03.24.22.08.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Mar 2015 22:08:56 -0700 (PDT) Date: Tue, 24 Mar 2015 22:08:57 -0700 From: Stephen Hemminger To: Shankari Vaidyalingam Message-ID: <20150324220857.00ea5b36@urahara> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" 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 05:08:58 -0000 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.