]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ethdev/rte_ethdev.h
ethdev: make flow API thread safe
[dpdk.git] / lib / librte_ethdev / rte_ethdev.h
index 3a31f943675bc2aeae397bfe8abd01462e0be95d..500b2ff766b169a3e164ee777f6267980256c2d9 100644 (file)
@@ -1677,6 +1677,8 @@ struct rte_eth_dev_owner {
        char name[RTE_ETH_MAX_OWNER_NAME_LEN]; /**< The owner name. */
 };
 
+/** PMD supports thread-safe flow operations */
+#define RTE_ETH_DEV_FLOW_OPS_THREAD_SAFE  0x0001
 /** Device supports link state interrupt */
 #define RTE_ETH_DEV_INTR_LSC     0x0002
 /** Device is a bonded slave */