Re: [dpdk-dev] [PATCH v3] doc: announce ethdev API change for detach flag

2017-08-08 Thread Thomas Monjalon
31/07/2017 11:40, Gaetan Rivet: > The flag RTE_ETH_DEV_DETACHABLE will disappear. > > This flag is not needed anymore following the hotplug work done for > v17.08. It can be removed, its function is now implicitly made available > by the relevant EAL and rte_bus implementations. > > Signed-off-by

[dpdk-dev] [PATCH v3] doc: announce ethdev API change for detach flag

2017-07-31 Thread Gaetan Rivet
The flag RTE_ETH_DEV_DETACHABLE will disappear. This flag is not needed anymore following the hotplug work done for v17.08. It can be removed, its function is now implicitly made available by the relevant EAL and rte_bus implementations. Signed-off-by: Gaetan Rivet Acked-by: John McNamara Acked