6 #ifndef RTE_FLOW_DRIVER_H_ 7 #define RTE_FLOW_DRIVER_H_ 21 #include "ethdev_driver.h" 42 (
struct rte_eth_dev *,
48 struct rte_flow *(*create)
49 (
struct rte_eth_dev *,
56 (
struct rte_eth_dev *,
61 (
struct rte_eth_dev *,
65 (
struct rte_eth_dev *,
72 (
struct rte_eth_dev *,
77 (
struct rte_eth_dev *dev,
78 struct rte_flow *flow,
83 (
struct rte_eth_dev *dev,
88 struct rte_flow_action_handle *(*action_handle_create)
89 (
struct rte_eth_dev *dev,
95 (
struct rte_eth_dev *dev,
96 struct rte_flow_action_handle *handle,
100 (
struct rte_eth_dev *dev,
101 struct rte_flow_action_handle *handle,
106 (
struct rte_eth_dev *dev,
107 const struct rte_flow_action_handle *handle,
112 (
struct rte_eth_dev *dev,
113 struct rte_flow_tunnel *tunnel,
115 uint32_t *num_of_actions,
119 (
struct rte_eth_dev *dev,
120 struct rte_flow_tunnel *tunnel,
122 uint32_t *num_of_items,
126 (
struct rte_eth_dev *dev,
132 (
struct rte_eth_dev *dev,
134 uint32_t num_of_actions,
138 (
struct rte_eth_dev *dev,
140 uint32_t num_of_items,
144 (
struct rte_eth_dev *dev,
145 uint16_t *proxy_port_id,
147 struct rte_flow_item_flex_handle *(*flex_item_create)
148 (
struct rte_eth_dev *dev,
151 int (*flex_item_release)
152 (
struct rte_eth_dev *dev,
153 const struct rte_flow_item_flex_handle *handle,
int(* tunnel_item_release)(struct rte_eth_dev *dev, struct rte_flow_item *pmd_items, uint32_t num_of_items, struct rte_flow_error *err)
int(* tunnel_match)(struct rte_eth_dev *dev, struct rte_flow_tunnel *tunnel, struct rte_flow_item **pmd_items, uint32_t *num_of_items, struct rte_flow_error *err)
int(* query)(struct rte_eth_dev *, struct rte_flow *, const struct rte_flow_action *, void *, struct rte_flow_error *)
int(* action_handle_query)(struct rte_eth_dev *dev, const struct rte_flow_action_handle *handle, void *data, struct rte_flow_error *error)
int(* validate)(struct rte_eth_dev *, const struct rte_flow_attr *, const struct rte_flow_item [], const struct rte_flow_action [], struct rte_flow_error *)
int(* get_aged_flows)(struct rte_eth_dev *dev, void **context, uint32_t nb_contexts, struct rte_flow_error *err)
int(* action_handle_destroy)(struct rte_eth_dev *dev, struct rte_flow_action_handle *handle, struct rte_flow_error *error)
int(* pick_transfer_proxy)(struct rte_eth_dev *dev, uint16_t *proxy_port_id, struct rte_flow_error *error)
int(* tunnel_decap_set)(struct rte_eth_dev *dev, struct rte_flow_tunnel *tunnel, struct rte_flow_action **pmd_actions, uint32_t *num_of_actions, struct rte_flow_error *err)
int(* get_restore_info)(struct rte_eth_dev *dev, struct rte_mbuf *m, struct rte_flow_restore_info *info, struct rte_flow_error *err)
int(* tunnel_action_decap_release)(struct rte_eth_dev *dev, struct rte_flow_action *pmd_actions, uint32_t num_of_actions, struct rte_flow_error *err)
int(* isolate)(struct rte_eth_dev *, int, struct rte_flow_error *)
int(* flush)(struct rte_eth_dev *, struct rte_flow_error *)
int(* dev_dump)(struct rte_eth_dev *dev, struct rte_flow *flow, FILE *file, struct rte_flow_error *error)
int(* destroy)(struct rte_eth_dev *, struct rte_flow *, struct rte_flow_error *)
int(* action_handle_update)(struct rte_eth_dev *dev, struct rte_flow_action_handle *handle, const void *update, struct rte_flow_error *error)
const struct rte_flow_ops * rte_flow_ops_get(uint16_t port_id, struct rte_flow_error *error)