Re: [dpdk-dev] [PATCH v3 3/4] ethdev: remove release function for secondary process

2018-10-17 Thread Thomas Monjalon
17/10/2018 09:25, Andrew Rybchenko: > On 10/17/18 4:54 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 us

Re: [dpdk-dev] [PATCH v3 3/4] ethdev: remove release function for secondary process

2018-10-17 Thread Andrew Rybchenko
On 10/17/18 4:54 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 v3 3/4] ethdev: remove release function for secondary process

2018-10-16 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