[dpdk-dev] [PATCH 2/2] kdp: add virtual PMD for kernel slow data path communication

2016-02-09 Thread Ferruh Yigit
On Tue, Feb 09, 2016 at 05:33:55PM +, Reshma Pattan wrote: > Hi Ferruh, > Hi Reshma, > On 1/27/2016 4:32 PM, Ferruh Yigit wrote: >> This patch provides slow data path communication to the Linux kernel. >> Patch is based on librte_kni, and heavily re-uses it. >> >> The main difference is

[dpdk-dev] [PATCH 2/2] kdp: add virtual PMD for kernel slow data path communication

2016-02-09 Thread Reshma Pattan
Hi Ferruh, On 1/27/2016 4:32 PM, Ferruh Yigit wrote: > This patch provides slow data path communication to the Linux kernel. > Patch is based on librte_kni, and heavily re-uses it. > > The main difference is librte_kni library converted into a PMD, to > provide ease of use for applications. > >

[dpdk-dev] [PATCH 2/2] kdp: add virtual PMD for kernel slow data path communication

2016-01-29 Thread Yigit, Ferruh
On Thu, Jan 28, 2016 at 08:16:09AM +, Xu, Qian Q wrote: > Any dependencies with kernel versions? What kernel versions should it > support? > Hi Qian, Kernel module dependencies is same as KNI, and DPDK supports Kernel version >= 2.6.34, this is valid for KDP. For PMD, it is not dependent

[dpdk-dev] [PATCH 2/2] kdp: add virtual PMD for kernel slow data path communication

2016-01-28 Thread Xu, Qian Q
Any dependencies with kernel versions? What kernel versions should it support? Thanks Qian -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit Sent: Thursday, January 28, 2016 12:33 AM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH 2/2] kdp: add virtual

[dpdk-dev] [PATCH 2/2] kdp: add virtual PMD for kernel slow data path communication

2016-01-27 Thread Ferruh Yigit
This patch provides slow data path communication to the Linux kernel. Patch is based on librte_kni, and heavily re-uses it. The main difference is librte_kni library converted into a PMD, to provide ease of use for applications. Now any application can use slow path communication without any