[dpdk-dev] [RFC 0/2] slow data path communication between DPDK port and Linux

2016-01-23 Thread Bruce Richardson
On Fri, Jan 22, 2016 at 06:15:40PM +0100, Thomas Monjalon wrote: > 2016-01-22 16:56, Ferruh Yigit: > > On Fri, Jan 22, 2016 at 05:31:45PM +0100, Thomas Monjalon wrote: > > > Hi Ferruh, > > > > > > Not commenting the implementation, just the method. > > > > > > 2016-01-22 16:00, Ferruh Yigit: > >

[dpdk-dev] [RFC 0/2] slow data path communication between DPDK port and Linux

2016-01-22 Thread Thomas Monjalon
2016-01-22 16:56, Ferruh Yigit: > On Fri, Jan 22, 2016 at 05:31:45PM +0100, Thomas Monjalon wrote: > > Hi Ferruh, > > > > Not commenting the implementation, just the method. > > > > 2016-01-22 16:00, Ferruh Yigit: > > > This is slow data path communication implementation based on existing KNI. >

[dpdk-dev] [RFC 0/2] slow data path communication between DPDK port and Linux

2016-01-22 Thread Thomas Monjalon
Hi Ferruh, Not commenting the implementation, just the method. 2016-01-22 16:00, Ferruh Yigit: > This is slow data path communication implementation based on existing KNI. > Difference is: librte_kni converted into a PMD, kdp kernel module is almost > same except all control path functionality re

[dpdk-dev] [RFC 0/2] slow data path communication between DPDK port and Linux

2016-01-22 Thread Ferruh Yigit
On Fri, Jan 22, 2016 at 05:31:45PM +0100, Thomas Monjalon wrote: > Hi Ferruh, > > Not commenting the implementation, just the method. > > 2016-01-22 16:00, Ferruh Yigit: > > This is slow data path communication implementation based on existing KNI. > > Difference is: librte_kni converted into a P

[dpdk-dev] [RFC 0/2] slow data path communication between DPDK port and Linux

2016-01-22 Thread Ferruh Yigit
This is slow data path communication implementation based on existing KNI. Difference is: librte_kni converted into a PMD, kdp kernel module is almost same except all control path functionality removed and some simplification done. Motivation is to simplify slow path data communication. Now any a