diff options
Diffstat (limited to 'lib/librte_ether/rte_eth_ctrl.h')
-rw-r--r-- | lib/librte_ether/rte_eth_ctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_ctrl.h index fe80eb01..83869042 100644 --- a/lib/librte_ether/rte_eth_ctrl.h +++ b/lib/librte_ether/rte_eth_ctrl.h @@ -99,6 +99,7 @@ enum rte_filter_type { RTE_ETH_FILTER_FDIR, RTE_ETH_FILTER_HASH, RTE_ETH_FILTER_L2_TUNNEL, + RTE_ETH_FILTER_GENERIC, RTE_ETH_FILTER_MAX }; |