[dpdk-dev] [PATCH v3] vhost: mark vDPA driver API as internal

Maxime Coquelin maxime.coquelin at redhat.com
Wed Nov 3 14:48:15 CET 2021



On 11/2/21 10:56, Maxime Coquelin wrote:
> This patch marks the vDPA driver APIs as internal and
> rename the corresponding header file to vdpa_driver.h.
> 
> Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> Acked-by: Thomas Monjalon <thomas at monjalon.net>
> Reviewed-by: Chenbo Xia <chenbo.xia at intel.com>
> ---
> Changes in v3:
> ==============
> - Update deprecation notice and release note
> 
> Changes in v2:
> =============
> - Alphabetical ordering in version.map (David)
> - Rename header to vdpa_driver.h (David)
> - Add Techboard in Cc to vote for API breakage exception
> 
>   doc/guides/rel_notes/deprecation.rst        |  4 ----
>   doc/guides/rel_notes/release_21_11.rst      |  4 ++++
>   drivers/vdpa/ifc/ifcvf_vdpa.c               |  2 +-
>   drivers/vdpa/mlx5/mlx5_vdpa.h               |  2 +-
>   lib/vhost/meson.build                       |  4 +++-
>   lib/vhost/vdpa.c                            |  2 +-
>   lib/vhost/{rte_vdpa_dev.h => vdpa_driver.h} | 12 +++++++++---
>   lib/vhost/version.map                       | 13 +++++++++----
>   lib/vhost/vhost.h                           |  2 +-
>   9 files changed, 29 insertions(+), 16 deletions(-)
>   rename lib/vhost/{rte_vdpa_dev.h => vdpa_driver.h} (95%)
> 

Applied to dpdk-next-virtio/main.

Thanks,
Maxime



More information about the dev mailing list