Re: [dpdk-dev] [PATCH v5 5/6] ethdev: remove release function for secondary process

2018-10-18 Thread Andrew Rybchenko
On 10/18/18 4:24 AM, Thomas Monjalon wrote: After previous changes, the function rte_eth_dev_release_port() can be used for primary or secondary process as well. The only difference with rte_eth_dev_release_port_secondary() is the shared lock used in rte_eth_dev_release_port(). The function rte_

[dpdk-dev] [PATCH v5 5/6] ethdev: remove release function for secondary process

2018-10-17 Thread Thomas Monjalon
After previous changes, the function rte_eth_dev_release_port() can be used for primary or secondary process as well. The only difference with rte_eth_dev_release_port_secondary() is the shared lock used in rte_eth_dev_release_port(). The function rte_eth_dev_release_port_secondary() was recently