From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A6CC35A44 for ; Thu, 12 Jan 2017 13:09:57 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 12 Jan 2017 04:09:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,349,1477983600"; d="scan'208";a="29464694" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga002.jf.intel.com with ESMTP; 12 Jan 2017 04:09:55 -0800 To: Priyanka , "users@dpdk.org" References: <584C3183.9020706@cse.iitb.ac.in> Cc: mitaliyada@cse.iitb.ac.in From: Ferruh Yigit Message-ID: Date: Thu, 12 Jan 2017 12:09:55 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <584C3183.9020706@cse.iitb.ac.in> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-users] [dpdk-dev] DPDK NIC is unreachable X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2017 12:09:58 -0000 Hi Priyanka, On 12/10/2016 4:46 PM, Priyanka wrote: > Hi, > > We have a SRIOV+ DPDK 16.04 setup for a VM using KVM-qemu hypervisor. We > are unable to ping the VM. We are assigning the VM to a SRIOV vf and for > the DPDK enabled NIC on the VM to detect this VF, we are using KNI. > > We used the KNI app available in the examples folder. Although the non > DPDK NIC is reachable in the VM but once we assign an IP using KNI to > the DPDK NIC of the VM, it is unreachable. Removing dev mail list. Can you please give some information related setup, is following correct: Host: Interface controlled by Linux (H1) VM: There are two VF's, one controlled by DPDK (G1), other by Linux (G2) NIC: ? KNI sample application ruun on VM. You can ping from H1 to G2, but not H1 to G1? > > Please help us solve this issue. > > Thanks, > > Priyanka > >