From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?R8OpbWVzIEfDqXph?= Subject: Re: Reg DPDK with unsupported NIC Date: Tue, 14 Mar 2017 10:31:40 +0100 Message-ID: <0142a229-7590-9bea-8b4c-5fe0d0774053@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id E8F6D1075 for ; Tue, 14 Mar 2017 10:31:42 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id n11so58995478wma.1 for ; Tue, 14 Mar 2017 02:31:42 -0700 (PDT) Received: from [192.168.13.1] (51B65A28.dsl.pool.telekom.hu. [81.182.90.40]) by smtp.gmail.com with ESMTPSA id p12sm28556922wrb.46.2017.03.14.02.31.41 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Mar 2017 02:31:41 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. Geza