Re: [dpdk-dev] [PATCH 0/6] net/tap: fixes and cleanups

2019-01-11 Thread Wiles, Keith
> On Jan 11, 2019, at 12:06 PM, Stephen Hemminger > wrote: > > The tap device (used by vdev_netvsc on Azure) has a bug that > prevents it working with primary/secondary process model because > the device name generation assumed a single process. The fix for > this is to have the kernel assig

[dpdk-dev] [PATCH 0/6] net/tap: fixes and cleanups

2019-01-11 Thread Stephen Hemminger
The tap device (used by vdev_netvsc on Azure) has a bug that prevents it working with primary/secondary process model because the device name generation assumed a single process. The fix for this is to have the kernel assign the device name (patch #5). While investigating this, found a number of