Re: [dpdk-dev] [PATCH] doc: announce transition to vDPA port close function

2021-08-02 Thread Thomas Monjalon
18/05/2021 09:34, Thomas Monjalon: > There is a layer violation in the vDPA API which encourages to destroy > a full device with rte_dev_remove() instead of just closing the port. > The plan is to introduce a new function in 21.08, promote in 21.11, > and deprecate rte_vdpa_get_rte_device() in 21.1

Re: [dpdk-dev] [PATCH] doc: announce transition to vDPA port close function

2021-05-18 Thread Andrew Rybchenko
On 5/18/21 10:34 AM, Thomas Monjalon wrote: > There is a layer violation in the vDPA API which encourages to destroy > a full device with rte_dev_remove() instead of just closing the port. > The plan is to introduce a new function in 21.08, promote in 21.11, > and deprecate rte_vdpa_get_rte_device(

[dpdk-dev] [PATCH] doc: announce transition to vDPA port close function

2021-05-18 Thread Thomas Monjalon
There is a layer violation in the vDPA API which encourages to destroy a full device with rte_dev_remove() instead of just closing the port. The plan is to introduce a new function in 21.08, promote in 21.11, and deprecate rte_vdpa_get_rte_device() in 21.11. Signed-off-by: Thomas Monjalon --- do