X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_ethdev%2Frte_ethdev.h;h=2dba2eaa57b3215a0a48bb2705f5d058ffab6f87;hp=46d521c9fb834bcad3797dff5c61076689e74754;hb=44bf3c796be3f747eba5d4904d93614ff300e688;hpb=d53a513aedab1b4d2405ccb1157cd0b9f16f8afb diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index 46d521c9fb..2dba2eaa57 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -3019,6 +3019,7 @@ enum rte_eth_event_type { RTE_ETH_EVENT_NEW, /**< port is probed */ RTE_ETH_EVENT_DESTROY, /**< port is released */ RTE_ETH_EVENT_IPSEC, /**< IPsec offload related event */ + RTE_ETH_EVENT_FLOW_AGED,/**< New aged-out flows is detected */ RTE_ETH_EVENT_MAX /**< max value of this enum */ };