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

2017-07-28 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Wednesday, July 26, 2017 2:36 PM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH v2 6/6] doc: announce ethdev API change for > deta

[dpdk-dev] [PATCH v2 6/6] doc: announce ethdev API change for detach flag

2017-07-26 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 intent is now implicitly made available by the relevant EAL and rte_bus implementations. Signed-off-by: Gaetan Rivet --- doc/guides/rel_notes/deprec