Re: [dpdk-dev] [PATCH v2 14/14] vhost: split vDPA header file

2020-06-26 Thread Adrian Moreno
On 6/24/20 2:27 PM, Maxime Coquelin wrote: > This patch split the vDPA header file in two, making > rte_vdpa_device structure opaque to the application. > > Applications should only include rte_vdpa.h, while drivers > should include both rte_vdpa.h and rte_vdpa_dev.h. > > Signed-off-by: Maxime

[dpdk-dev] [PATCH v2 14/14] vhost: split vDPA header file

2020-06-24 Thread Maxime Coquelin
This patch split the vDPA header file in two, making rte_vdpa_device structure opaque to the application. Applications should only include rte_vdpa.h, while drivers should include both rte_vdpa.h and rte_vdpa_dev.h. Signed-off-by: Maxime Coquelin --- drivers/vdpa/ifc/ifcvf_vdpa.c | 1 + dri