[dpdk-dev] [PATCH 1/2] kdp: add kernel data path kernel module

2016-01-27 Thread Ferruh Yigit
This kernel module is based on KNI module, but this one is stripped version of it and only for data messages, no control functionality provided. FIFO implementation of the KNI is kept exact same, but ethtool related code removed and virtual network management related code simplified. This module

[dpdk-dev] [PATCH 1/2] kdp: add kernel data path kernel module

2016-02-08 Thread Reshma Pattan
On 1/27/2016 4:32 PM, Ferruh Yigit wrote: > This kernel module is based on KNI module, but this one is stripped > version of it and only for data messages, no control functionality > provided. > > FIFO implementation of the KNI is kept exact same, but ethtool related > code removed and virtual ne

[dpdk-dev] [PATCH 1/2] kdp: add kernel data path kernel module

2016-02-09 Thread Ferruh Yigit
On Mon, Feb 08, 2016 at 05:14:54PM +, Reshma Pattan wrote: Hi Reshma, > > > On 1/27/2016 4:32 PM, Ferruh Yigit wrote: >> This kernel module is based on KNI module, but this one is stripped >> version of it and only for data messages, no control functionality >> provided. >> >> FIFO implementa