Re: [dpdk-dev] [PATCH v10] drivers/net:new TUN/TAP device PMD
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
On Wed, Dec 7, 2016 at 2:38 PM, Keith Wiles wrote: > > Signed-off-by: Keith Wiles Tested-by: Aws Ismail