crypto/openssl: support DES-CBC
[dpdk.git] / lib / librte_ether / rte_flow_driver.h
index da5749d..8573cef 100644 (file)
@@ -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 *);
 };
 
 /**
@@ -173,7 +178,7 @@ rte_flow_error_set(struct rte_flow_error *error,
  *   additional details.
  */
 const struct rte_flow_ops *
-rte_flow_ops_get(uint8_t port_id, struct rte_flow_error *error);
+rte_flow_ops_get(uint16_t port_id, struct rte_flow_error *error);
 
 #ifdef __cplusplus
 }