diff options
author | Damjan Marion <damarion@cisco.com> | 2018-03-09 16:05:56 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-03-09 19:20:32 +0000 |
commit | 51c52c0adc9bf79ca6508ee1327d3b972e80b5c6 (patch) | |
tree | 70936cd041b0faf511592c46c5c69948e7a95f91 /src/vlib/linux/vfio.h | |
parent | fef3f7bd0ae43586540533e7ee1a7cc910ccb16d (diff) |
dpdk: move DPDK vfio hack to dpdk plugin
Change-Id: I806cbf8c6c49643fe6c317bcceab93c1b9d441ab
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlib/linux/vfio.h')
-rw-r--r-- | src/vlib/linux/vfio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vlib/linux/vfio.h b/src/vlib/linux/vfio.h index 8e0758cf2e4..e23cee19931 100644 --- a/src/vlib/linux/vfio.h +++ b/src/vlib/linux/vfio.h @@ -28,7 +28,6 @@ typedef struct u32 flags; #define LINUX_VFIO_F_HAVE_IOMMU (1 << 0) int container_fd; - int ext_container_fd; /* container fd used by external library, i.e DPDK */ /* VFIO */ int iommu_mode; |