aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_ether/rte_flow_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_ether/rte_flow_driver.h')
-rw-r--r--lib/librte_ether/rte_flow_driver.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/librte_ether/rte_flow_driver.h b/lib/librte_ether/rte_flow_driver.h
index da5749d5..4d95391d 100644
--- a/lib/librte_ether/rte_flow_driver.h
+++ b/lib/librte_ether/rte_flow_driver.h
@@ -120,6 +120,11 @@ struct rte_flow_ops {
enum rte_flow_action_type,
void *,
struct rte_flow_error *);
+ /** See rte_flow_isolate(). */
+ int (*isolate)
+ (struct rte_eth_dev *,
+ int,
+ struct rte_flow_error *);
};
/**