From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by dpdk.org (Postfix) with ESMTP id 67DF73F9 for ; Fri, 28 Mar 2014 09:54:39 +0100 (CET) Received: by mail-ie0-f180.google.com with SMTP id as1so4610039iec.39 for ; Fri, 28 Mar 2014 01:56:13 -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=3zUP5obvWe933GW7phGXTPF6NiaKgJgS2OsrJfVBUAA=; b=J0l+zPuKsssvZZFZ+9SKHHFrh65b7+euT7JeqTw6dABUKPgY7T0eDITAhY8MSE2r3d 6At8yE6GGytfeTp+VRN23AZx+mJmRFTwstPZYkNPf0gLX6BVDiQpr1MWjx/dXkA9Gdko PHHaXyZtu3fRvuP1HLjHe4e+UqB2lVENQH31RJzHNJ7h9nnFo9PRiFiOFxaKFiEpCu17 CyIg3nSi6A+nW2o8MFuNVtfF6uS0zZ9RVb1U9T1q3cE2mFgMtlqAksme0sR9lUEwjJ3u 5rmpofyy3JVWcqHe7Blq5jVaQ6TzhdR3o9UoGroB+U1zsOuZBjcAjl5wVcm1hJlAgA2r ahsg== MIME-Version: 1.0 X-Received: by 10.50.112.167 with SMTP id ir7mr14980220igb.27.1395996972903; Fri, 28 Mar 2014 01:56:12 -0700 (PDT) Received: by 10.64.98.202 with HTTP; Fri, 28 Mar 2014 01:56:12 -0700 (PDT) Date: Fri, 28 Mar 2014 16:56:12 +0800 Message-ID: From: William Tu To: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] VM does not receive any packets from testpmd using SR-IOV VF PMD 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: Fri, 28 Mar 2014 08:54:40 -0000 Hi folks, I have two Intel Xeon servers connected back-to-back using Intel 82599 NICs (a sender to a receiver). I followed the steps in DPDK manual section 9.3 and use single VF direct pass-through to the VM and run testpmd on the VF at the receiver. At the sender side, I run Pktgen and program the VF's MAC address as destination mac and sends them out to the VM at 50% rate. After booting the VM, according to the manual step 10, I need to take over the physical function by running the testpmd at host side. Then in VM I start the testpmd. The testpmd in VM starts ok without any error, and I also check the "show port info all". However, while I keep sending packets to the VM, the "show port stats all" always reports 0 RX-packet. Actually no packet rx/tx at all. I've check that without running VM, the sender indeed could send packet to the receiver server. I'm wondering how to debug this issue and any comments are very appreciated. btw, one weird thing is that I try to do "set promisc all on", however I check the port info and it is always disabled. Thank you. Regards, William