Re: [dpdk-dev] [PATCH v10] drivers/net:new TUN/TAP device PMD

2016-12-09 Thread Ferruh Yigit
On 12/7/2016 7:38 PM, Keith Wiles wrote: > The PMD allows for DPDK and the host to communicate using a raw > device interface on the host and in the DPDK application. The device > created is a Tap device with a L2 packet header. > > v10- Change the string name used to allow for multiple devices. >

Re: [dpdk-dev] [PATCH v10] drivers/net:new TUN/TAP device PMD

2016-12-07 Thread Aws Ismail
On Wed, Dec 7, 2016 at 2:38 PM, Keith Wiles wrote: > > Signed-off-by: Keith Wiles Tested-by: Aws Ismail

[dpdk-dev] [PATCH v10] drivers/net:new TUN/TAP device PMD

2016-12-07 Thread Keith Wiles
The PMD allows for DPDK and the host to communicate using a raw device interface on the host and in the DPDK application. The device created is a Tap device with a L2 packet header. v10- Change the string name used to allow for multiple devices. v9 - Fix up the docs to use correct syntax v8 - Fix