Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread Stephen Hemminger
On Wed, 15 Mar 2017 04:45:03 + Bruce Richardson wrote: > On Tue, Mar 14, 2017 at 12:07:42PM +, Ferruh Yigit wrote: > > 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

Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread Yuanhan Liu
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

Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread Bruce Richardson
On Tue, Mar 14, 2017 at 12:07:42PM +, Ferruh Yigit wrote: > 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

Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread Ferruh Yigit
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.

Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread raman geetha gopalakrishnan
Thanks Monjalon For the quick reply. On Tue, Mar 14, 2017 at 3:16 PM, Thomas Monjalon wrote: > 2017-03-14 14:58, raman geetha gopalakrishnan: > > In what way i can still develop DPDK APP with non supported NIC till get > > the DPDK NIC. > > You should check the bottom of this page (section Ohers

Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread raman geetha gopalakrishnan
Thanks Keith For the quick Reply. On Tue, Mar 14, 2017 at 3:22 PM, Wiles, Keith wrote: > > > Sent from my iPhone > > > On Mar 14, 2017, at 5:29 PM, raman geetha gopalakrishnan < > glowing...@gmail.com> wrote: > > > > Hi , > > > > Please find my query, Currently i am planning to develop DPDK APP

Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread Wiles, Keith
Sent from my iPhone > On Mar 14, 2017, at 5:29 PM, 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

Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread Thomas Monjalon
2017-03-14 14:58, raman geetha gopalakrishnan: > In what way i can still develop DPDK APP with non supported NIC till get > the DPDK NIC. You should check the bottom of this page (section Ohers): http://dpdk.org/doc/nics The simplest is to use the ring PMD which do not require a NIC at all

Re: [dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread Gémes Géza
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

[dpdk-dev] Reg DPDK with unsupported NIC

2017-03-14 Thread raman geetha gopalakrishnan
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 can