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

2018-06-22 Thread Andrew Rybchenko
On 06/21/2018 05:00 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 v2 07/22] net/i40e: 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/i40e/i40e_ethdev.c| 2 ++ drivers/net/i40e/i