summaryrefslogtreecommitdiffstats
path: root/src/source-dpdk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/source-dpdk.h')
-rw-r--r--src/source-dpdk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source-dpdk.h b/src/source-dpdk.h
index 3fdb63c..b962d86 100644
--- a/src/source-dpdk.h
+++ b/src/source-dpdk.h
@@ -38,6 +38,7 @@ typedef enum { DPDK_COPY_MODE_NONE, DPDK_COPY_MODE_TAP, DPDK_COPY_MODE_IPS } Dpd
// General flags
#define DPDK_PROMISC (1 << 0) /**< Promiscuous mode */
#define DPDK_MULTICAST (1 << 1) /**< Enable multicast packets */
+#define DPDK_IRQ_MODE (1 << 2) /**< Interrupt mode */
// Offloads
#define DPDK_RX_CHECKSUM_OFFLOAD (1 << 4) /**< Enable chsum offload */