Re: [dpdk-dev] [PATCH] vdpa/ifc: fix build issue with recent kernels

2020-10-02 Thread David Marchand
On Fri, Oct 2, 2020 at 10:33 AM David Marchand wrote: > > On Fri, Oct 2, 2020 at 9:54 AM Maxime Coquelin > wrote: > > > > VIRTIO_F_IOMMU_PLATFORM is now defined in recent kernel > > headers, causing build issue. > > > > Le's define it in IFC vDPA driver only if wasn't already. > > Let's* define i

Re: [dpdk-dev] [PATCH] vdpa/ifc: fix build issue with recent kernels

2020-10-02 Thread David Marchand
On Fri, Oct 2, 2020 at 9:54 AM Maxime Coquelin wrote: > > VIRTIO_F_IOMMU_PLATFORM is now defined in recent kernel > headers, causing build issue. > > Le's define it in IFC vDPA driver only if wasn't already. Let's* define it in the* IFC vDPA driver only if it* wasn't already. > > Fixes: a3f8150e

[dpdk-dev] [PATCH] vdpa/ifc: fix build issue with recent kernels

2020-10-02 Thread Maxime Coquelin
VIRTIO_F_IOMMU_PLATFORM is now defined in recent kernel headers, causing build issue. Le's define it in IFC vDPA driver only if wasn't already. Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver") Cc: sta...@dpdk.org Reported-by: Brandon Lo Signed-off-by: Maxime Coquelin --- drivers/vdpa/