From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C78752C35 for ; Wed, 15 Mar 2017 06:14:24 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 14 Mar 2017 22:14:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,167,1486454400"; d="scan'208";a="67513484" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga004.jf.intel.com with ESMTP; 14 Mar 2017 22:14:22 -0700 Date: Wed, 15 Mar 2017 13:12:42 +0800 From: Yuanhan Liu To: =?iso-8859-1?Q?G=E9mes_G=E9za?= Cc: dev@dpdk.org Message-ID: <20170315051242.GL18844@yliu-dev.sh.intel.com> References: <0142a229-7590-9bea-8b4c-5fe0d0774053@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0142a229-7590-9bea-8b4c-5fe0d0774053@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] Reg DPDK with unsupported NIC X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2017 05:14:25 -0000 On Tue, Mar 14, 2017 at 10:31:40AM +0100, Gémes Géza wrote: > 2017-03-14 10:28 keltezéssel, raman geetha gopalakrishnan írta: > >Hi , > > > >Please find my query, Currently i am planning to develop DPDK APP (linux > >env). I do not have DPDK supported NIC. Till then i would still like to > >develop DPDK APP and want DPDK to use OS interface to TX/RX packets from > >NIC. How can i make it? I went through KNI and my understanding is you > >cannot use it - is this correct? > > > >In what way i can still develop DPDK APP with non supported NIC till get > >the DPDK NIC. > > > >Thanks > >Raman > > Hi, > > My recommendation is to do your development in a KVM VM. DPDK works > perfectly with virtio NICs. +1 :) --yliu