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

2022-07-12 Thread Maxime Coquelin
On 7/12/22 14:28, Thomas Monjalon wrote: 12/07/2022 14:26, Thomas Monjalon: 12/07/2022 11:16, Maxime Coquelin: On 5/18/21 09:34, 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 por

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

2022-07-12 Thread Thomas Monjalon
12/07/2022 14:26, Thomas Monjalon: > 12/07/2022 11:16, Maxime Coquelin: > > > > On 5/18/21 09:34, 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 int

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

2022-07-12 Thread Thomas Monjalon
12/07/2022 11:16, Maxime Coquelin: > > On 5/18/21 09:34, 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.1

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

2022-07-12 Thread Maxime Coquelin
On 5/18/21 09:34, 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() in 2

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