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.coque...@redhat.com> Acked-by: Thomas Monjalon <tho...@monjalon.net> Reviewed-by: Chenbo Xia <chenbo....@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