[dpdk-dev] [PATCH v2 2/2] ethdev: export rte_eth_dev_is_detachable function

2015-11-04 Thread David Marchand
On Tue, Nov 3, 2015 at 2:50 PM, Thomas Monjalon wrote: > After more thoughts, we do not need such function to query a capability. > The Bernard's patch add a bit-field to expose such capabilities. > So this patchset is rejected, sorry. > As discussed offline, as long as those capabilities do

[dpdk-dev] [PATCH v2 2/2] ethdev: export rte_eth_dev_is_detachable function

2015-11-03 Thread Thomas Monjalon
2015-11-03 12:35, David Marchand: > From: Maxime Leroy > > It can be useful for application to know if a port can be detached or not. > > Signed-off-by: Maxime Leroy > Signed-off-by: David Marchand > --- > lib/librte_ether/rte_ethdev.c | 2 +- > lib/librte_ether/rte_ethdev.h

[dpdk-dev] [PATCH v2 2/2] ethdev: export rte_eth_dev_is_detachable function

2015-11-03 Thread David Marchand
From: Maxime Leroy It can be useful for application to know if a port can be detached or not. Signed-off-by: Maxime Leroy Signed-off-by: David Marchand --- lib/librte_ether/rte_ethdev.c | 2 +- lib/librte_ether/rte_ethdev.h | 12