Re: [dpdk-dev] [PATCH v3 08/23] net/i40e: enable port detach on secondary process

2018-06-25 Thread Andrew Rybchenko
On 06/25/2018 10:17 AM, 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 --- drivers/net/i40e/

[dpdk-dev] [PATCH v3 08/23] net/i40e: enable port detach on secondary process

2018-06-25 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/i40e/i40e_ethdev.c| 2 ++ drivers/net/i40e/i