Those drivers sources do nothing related to VFIO. Signed-off-by: David Marchand <david.march...@redhat.com> --- drivers/common/qat/dev/qat_dev_gen_lce.c | 4 ---- drivers/net/hns3/hns3_ethdev_vf.c | 1 - drivers/raw/ifpga/afu_pmd_he_hssi.c | 1 - drivers/raw/ifpga/afu_pmd_he_lpbk.c | 1 - drivers/raw/ifpga/afu_pmd_he_mem.c | 1 - 5 files changed, 8 deletions(-)
diff --git a/drivers/common/qat/dev/qat_dev_gen_lce.c b/drivers/common/qat/dev/qat_dev_gen_lce.c index 6514321c32..9173b6c681 100644 --- a/drivers/common/qat/dev/qat_dev_gen_lce.c +++ b/drivers/common/qat/dev/qat_dev_gen_lce.c @@ -3,7 +3,6 @@ */ #include <rte_pci.h> -#include <rte_vfio.h> #include "qat_device.h" #include "qat_qp.h" @@ -17,9 +16,6 @@ #define BITS_PER_ULONG (sizeof(unsigned long) * 8) -#define VFIO_PCI_LCE_DEVICE_CFG_REGION_INDEX VFIO_PCI_NUM_REGIONS -#define VFIO_PCI_LCE_CY_CFG_REGION_INDEX (VFIO_PCI_NUM_REGIONS + 2) -#define VFIO_PCI_LCE_RING_CFG_REGION_INDEX (VFIO_PCI_NUM_REGIONS + 4) #define LCE_DEVICE_NAME_SIZE 64 #define LCE_DEVICE_MAX_BANKS 2080 #define LCE_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) diff --git a/drivers/net/hns3/hns3_ethdev_vf.c b/drivers/net/hns3/hns3_ethdev_vf.c index f9ef3dbb06..59fb790240 100644 --- a/drivers/net/hns3/hns3_ethdev_vf.c +++ b/drivers/net/hns3/hns3_ethdev_vf.c @@ -5,7 +5,6 @@ #include <rte_alarm.h> #include <ethdev_pci.h> #include <rte_io.h> -#include <rte_vfio.h> #include "hns3_ethdev.h" #include "hns3_common.h" diff --git a/drivers/raw/ifpga/afu_pmd_he_hssi.c b/drivers/raw/ifpga/afu_pmd_he_hssi.c index 859f28dcc1..bcb952935a 100644 --- a/drivers/raw/ifpga/afu_pmd_he_hssi.c +++ b/drivers/raw/ifpga/afu_pmd_he_hssi.c @@ -17,7 +17,6 @@ #include <rte_malloc.h> #include <rte_memcpy.h> #include <rte_io.h> -#include <rte_vfio.h> #include <bus_pci_driver.h> #include <bus_ifpga_driver.h> #include <rte_rawdev.h> diff --git a/drivers/raw/ifpga/afu_pmd_he_lpbk.c b/drivers/raw/ifpga/afu_pmd_he_lpbk.c index c7c5cda48c..df3b093157 100644 --- a/drivers/raw/ifpga/afu_pmd_he_lpbk.c +++ b/drivers/raw/ifpga/afu_pmd_he_lpbk.c @@ -17,7 +17,6 @@ #include <rte_malloc.h> #include <rte_memcpy.h> #include <rte_io.h> -#include <rte_vfio.h> #include <bus_pci_driver.h> #include <bus_ifpga_driver.h> #include <rte_rawdev.h> diff --git a/drivers/raw/ifpga/afu_pmd_he_mem.c b/drivers/raw/ifpga/afu_pmd_he_mem.c index a1db533eeb..b595cd729c 100644 --- a/drivers/raw/ifpga/afu_pmd_he_mem.c +++ b/drivers/raw/ifpga/afu_pmd_he_mem.c @@ -16,7 +16,6 @@ #include <rte_malloc.h> #include <rte_memcpy.h> #include <rte_io.h> -#include <rte_vfio.h> #include <bus_pci_driver.h> #include <bus_ifpga_driver.h> #include <rte_rawdev.h> -- 2.51.0