On 9/2/19 8:03 AM, Tiwei Bie wrote: > On Thu, Aug 29, 2019 at 09:59:46AM +0200, Maxime Coquelin wrote: >> This is preliminary rework for virtio-vdpa driver, in >> order to avoid conflicts with Virtio PMD headers. >> >> Generally, I think it is better not to include kernel >> headers in RTE headers, especially in the case of Vhost >> and Virtio which just re-use the kernel definitions, >> and has no runtime dependencies. >> >> In order to not break IFC driver build, the vhost kernel >> header is now included directly in the driver. >> >> Signed-off-by: Maxime Coquelin <[email protected]> >> --- >> drivers/net/ifc/ifcvf_vdpa.c | 1 + >> lib/librte_vhost/rte_vdpa.h | 1 - >> lib/librte_vhost/rte_vhost.h | 9 ++++----- >> 3 files changed, 5 insertions(+), 6 deletions(-) > > Vhost examples need to be updated as well. Ha, yes, good catch. It will be done in v2. Thanks, Maxime > Regards, > Tiwei > >> >> diff --git a/drivers/net/ifc/ifcvf_vdpa.c b/drivers/net/ifc/ifcvf_vdpa.c >> index 8de9ef199..40cb15ca8 100644
- [dpdk-dev] [PATCH 00/15] Introduce Virtio vDPA driver Maxime Coquelin
- [dpdk-dev] [PATCH 02/15] vhost: configure vDPA as soo... Maxime Coquelin
- Re: [dpdk-dev] [PATCH 02/15] vhost: configure vDP... Ye Xiaolong
- Re: [dpdk-dev] [PATCH 02/15] vhost: configure... Wang, Xiao W
- [dpdk-dev] [PATCH 01/15] vhost: remove vhost kernel h... Maxime Coquelin
- Re: [dpdk-dev] [PATCH 01/15] vhost: remove vhost ... Tiwei Bie
- Re: [dpdk-dev] [PATCH 01/15] vhost: remove vh... Maxime Coquelin
- [dpdk-dev] [PATCH 03/15] net/virtio: move control pat... Maxime Coquelin
- [dpdk-dev] [PATCH 08/15] net/virtio: add virtio vDPA ... Maxime Coquelin
- Re: [dpdk-dev] [PATCH 08/15] net/virtio: add virt... Tiwei Bie
- Re: [dpdk-dev] [PATCH 08/15] net/virtio: add ... Maxime Coquelin
- [dpdk-dev] [PATCH 05/15] net/virtio: save notify bar ... Maxime Coquelin
- [dpdk-dev] [PATCH 06/15] net/virtio: add skeleton for... Maxime Coquelin
- Re: [dpdk-dev] [PATCH 06/15] net/virtio: add skel... Tiwei Bie
- Re: [dpdk-dev] [PATCH 06/15] net/virtio: add ... Maxime Coquelin

