[dpdk-dev] [PATCH] net/kni: add KNI PMD

2016-09-09 Thread Thomas Monjalon
2016-09-08 19:11, Ferruh Yigit: > On 9/8/2016 10:38 AM, Thomas Monjalon wrote: > > 2016-09-08 10:25, Bruce Richardson: > >> On Thu, Sep 08, 2016 at 09:44:55AM +0200, Thomas Monjalon wrote: > >>> 2016-09-06 11:33, Ferruh Yigit: > Add KNI PMD which wraps librte_kni for ease of use. > >

[dpdk-dev] [PATCH] net/kni: add KNI PMD

2016-09-08 Thread Ferruh Yigit
On 9/8/2016 10:38 AM, Thomas Monjalon wrote: > 2016-09-08 10:25, Bruce Richardson: >> On Thu, Sep 08, 2016 at 09:44:55AM +0200, Thomas Monjalon wrote: >>> 2016-09-06 11:33, Ferruh Yigit: Add KNI PMD which wraps librte_kni for ease of use. KNI PMD can be used as any regular PMD to

[dpdk-dev] [PATCH] net/kni: add KNI PMD

2016-09-08 Thread Thomas Monjalon
2016-09-08 10:25, Bruce Richardson: > On Thu, Sep 08, 2016 at 09:44:55AM +0200, Thomas Monjalon wrote: > > 2016-09-06 11:33, Ferruh Yigit: > > > Add KNI PMD which wraps librte_kni for ease of use. > > > > > > KNI PMD can be used as any regular PMD to send / receive packets to the > > > Linux

[dpdk-dev] [PATCH] net/kni: add KNI PMD

2016-09-08 Thread Bruce Richardson
On Thu, Sep 08, 2016 at 09:44:55AM +0200, Thomas Monjalon wrote: > 2016-09-06 11:33, Ferruh Yigit: > > Add KNI PMD which wraps librte_kni for ease of use. > > > > KNI PMD can be used as any regular PMD to send / receive packets to the > > Linux networking stack. > > Good move! > Why not

[dpdk-dev] [PATCH] net/kni: add KNI PMD

2016-09-08 Thread Thomas Monjalon
2016-09-06 11:33, Ferruh Yigit: > Add KNI PMD which wraps librte_kni for ease of use. > > KNI PMD can be used as any regular PMD to send / receive packets to the > Linux networking stack. Good move! Why not deprecate librte_kni and move all the code in the PMD later?

[dpdk-dev] [PATCH] net/kni: add KNI PMD

2016-09-06 Thread Ferruh Yigit
Add KNI PMD which wraps librte_kni for ease of use. KNI PMD can be used as any regular PMD to send / receive packets to the Linux networking stack. Signed-off-by: Ferruh Yigit --- config/common_base | 1 + config/common_linuxapp | 1 +