From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by dpdk.org (Postfix) with ESMTP id 2C16C11C5 for ; Tue, 24 Mar 2015 19:55:43 +0100 (CET) Received: by lagg8 with SMTP id g8so1707929lag.1 for ; Tue, 24 Mar 2015 11:55:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dn2931FzLUxs5N5OiL6IVn+hVdHGCzcOh6xGwM0CKqk=; b=TtRMhnm1CyS5bQFBzFIM5SJXdAGsM5BFMUSQHv15DpPw2E+acSeurFpKqK/9DgzBhz lV9qeDs6v2tEuVsiDq/NBrtceCJCKE6bh2kw/RFqTJplVoYZBc6LJh+CJ2VRWspCsUBn V7H/LKhitZDD+cLnsI+N5jKrNDauOsCR63sAgIvI2SNd5KKIysOXYjkPosdtHQWK+4wR icvbeHkjuYZF2xDWaMn4iSdNzd9SVLVQglsedCT01EIO4bwaZyaTzFvnlxwljkMNkEBv PWR3KTSIXsIcW16i5wiP9fiyrstT9RyUOR4BohjBQoy5h2q+X2HzI+MDzImTAbIwepNS +Nmw== MIME-Version: 1.0 X-Received: by 10.112.25.38 with SMTP id z6mr5046002lbf.106.1427223342831; Tue, 24 Mar 2015 11:55:42 -0700 (PDT) Received: by 10.25.214.42 with HTTP; Tue, 24 Mar 2015 11:55:42 -0700 (PDT) Date: Wed, 25 Mar 2015 00:25:42 +0530 Message-ID: From: Shankari Vaidyalingam To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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: Tue, 24 Mar 2015 18:55:43 -0000 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