From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: Reg DPDK with unsupported NIC Date: Tue, 14 Mar 2017 12:07:42 +0000 Message-ID: <8a209536-17fc-790c-527f-5354a185c2e6@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: raman geetha gopalakrishnan , dev@dpdk.org, users Return-path: 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" On 3/14/2017 9:28 AM, raman geetha gopalakrishnan wrote: > 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? You can use it. KNI does not require a physical device at all. But with the KNI support in main tree, you need to use KNI specific APIs, - which KNI sample app shows. With the KNI PMD in next-net tree, it is possible to use KNI as any other device. > > In what way i can still develop DPDK APP with non supported NIC till get > the DPDK NIC. > > Thanks > Raman >