kvargs: add const attribute in handler parameters
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe_ethdev.h
index 24c17a3..9d7e93f 100644 (file)
 #endif
 #define IXGBE_HWSTRIP_BITMAP_SIZE (IXGBE_MAX_RX_QUEUE_NUM / (sizeof(uint32_t) * NBBY))
 
+/* Loopback operation modes */
+/* 82599 specific loopback operation types */
+#define IXGBE_LPBK_82599_NONE          0x0 /* Default value. Loopback is disabled. */
+#define IXGBE_LPBK_82599_TX_RX         0x1 /* Tx->Rx loopback operation is enabled. */
 
 /*
  * Information about the fdir mode.