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

2016-12-12 Thread Vasily Philipov
[dpdk-dev] [PATCH v11] drivers/net:new TUN/TAP device PMD > > 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. > > v11- Add the tap.rst to t

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

2016-12-09 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. v11- Add the tap.rst to the nic/index.rst file v10- Change the string name used to allow for multiple devices. v9 -