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

2021-11-03 Thread Maxime Coquelin
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 Acked-by: Thomas Monjalon Reviewed-by: Chenbo Xia --- Changes in v3: == - Update deprecation noti

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

2021-11-02 Thread Maxime Coquelin
This patch marks the vDPA driver APIs as internal and rename the corresponding header file to vdpa_driver.h. Signed-off-by: Maxime Coquelin Acked-by: Thomas Monjalon Reviewed-by: Chenbo Xia --- Changes in v3: == - Update deprecation notice and release note Changes in v2: ==