Re: [dpdk-dev] [PATCH v2 20/22] net/tap: enable port detach on secondary process

2018-06-21 Thread Wiles, Keith
> On Jun 20, 2018, at 9:00 PM, Qi Zhang wrote: > > Previously, detach port on secondary process will mess primary > process and cause same device can't be attached again, by take > advantage of rte_eth_release_port_private, we can support this > with minor change. > > Signed-off-by: Qi Zhang

[dpdk-dev] [PATCH v2 20/22] net/tap: enable port detach on secondary process

2018-06-20 Thread Qi Zhang
Previously, detach port on secondary process will mess primary process and cause same device can't be attached again, by take advantage of rte_eth_release_port_private, we can support this with minor change. Signed-off-by: Qi Zhang --- drivers/net/tap/rte_eth_tap.c | 17 +++-- 1 file