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

2021-10-28 Thread Maxime Coquelin
On 10/28/21 14:38, David Marchand wrote: On Thu, Oct 28, 2021 at 2:03 PM Maxime Coquelin wrote: This patch marks the vDPA driver APIs as internal and rename the corresponding header file. Signed-off-by: Maxime Coquelin --- drivers/vdpa/ifc/ifcvf_vdpa.c| 2 +- drivers/vdpa/

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

2021-10-28 Thread David Marchand
On Thu, Oct 28, 2021 at 2:03 PM Maxime Coquelin wrote: > > This patch marks the vDPA driver APIs as internal and > rename the corresponding header file. > > Signed-off-by: Maxime Coquelin > --- > drivers/vdpa/ifc/ifcvf_vdpa.c| 2 +- > drivers/vdpa/mlx5/mlx5_vdpa.h| 2 +-

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

2021-10-28 Thread Maxime Coquelin
This patch marks the vDPA driver APIs as internal and rename the corresponding header file. Signed-off-by: Maxime Coquelin --- drivers/vdpa/ifc/ifcvf_vdpa.c| 2 +- drivers/vdpa/mlx5/mlx5_vdpa.h| 2 +- lib/vhost/meson.build| 4 +++- lib/vhost/vdpa.c