593 .classification = 0xffff,
741 .reserved = 0x3fffffff,
742 .offset = 0xffffffff,
788 .hdr.s_addr.addr_bytes =
"\xff\xff\xff\xff\xff\xff",
789 .hdr.ether_type = RTE_BE16(0x0000),
830 .hdr.eth_proto = RTE_BE16(0x0000),
850 .dst_addr = RTE_BE32(0xffffffff),
891 "\xff\xff\xff\xff\xff\xff\xff\xff" 892 "\xff\xff\xff\xff\xff\xff\xff\xff",
894 "\xff\xff\xff\xff\xff\xff\xff\xff" 895 "\xff\xff\xff\xff\xff\xff\xff\xff",
933 .dst_port = RTE_BE16(0xffff),
952 .dst_port = RTE_BE16(0xffff),
971 .dst_port = RTE_BE16(0xffff),
1001 .hdr.
vx_vni = RTE_BE32(0xffffff00),
1054 .
tni =
"\xff\xff\xff",
1067 uint8_t label_tc_s[3];
1148 .
teid = RTE_BE32(0xffffffff),
1165 .
spi = RTE_BE32(0xffffffff),
1189 .
vni =
"\xff\xff\xff",
1209 .
vni =
"\xff\xff\xff",
1235 .spa = RTE_BE32(0xffffffff),
1236 .tha.addr_bytes =
"\xff\xff\xff\xff\xff\xff",
1237 .tpa = RTE_BE32(0xffffffff),
1274 struct rte_ipv6_fragment_ext hdr;
1306 uint8_t target_addr[16];
1314 "\xff\xff\xff\xff\xff\xff\xff\xff" 1315 "\xff\xff\xff\xff\xff\xff\xff\xff",
1333 uint8_t target_addr[16];
1341 "\xff\xff\xff\xff\xff\xff\xff\xff" 1342 "\xff\xff\xff\xff\xff\xff\xff\xff",
1580 uint32_t reserved1:4;
1582 uint32_t next_proto:8;
1608 uint32_t max_resp_time:8;
1609 uint32_t checksum:16;
1610 uint32_t group_addr;
1616 .group_addr = 0xffffffff,
1630 uint32_t next_hdr:8;
1631 uint32_t payload_len:8;
1663 .seid = RTE_BE64(UINT64_C(0xffffffffffffffff)),
1697 uint8_t option_type;
1706 .option_type = 0xff,
1751 rte_flow_item_integrity_mask = {
1760 #define RTE_FLOW_CONNTRACK_PKT_STATE_VALID RTE_BIT32(0) 1764 #define RTE_FLOW_CONNTRACK_PKT_STATE_CHANGED RTE_BIT32(1) 1769 #define RTE_FLOW_CONNTRACK_PKT_STATE_INVALID RTE_BIT32(2) 1774 #define RTE_FLOW_CONNTRACK_PKT_STATE_DISABLED RTE_BIT32(3) 1779 #define RTE_FLOW_CONNTRACK_PKT_STATE_BAD RTE_BIT32(4) 1798 .flags = 0xffffffff,
2540 RTE_ETH_HASH_FUNCTION_DEFAULT = 0,
2549 RTE_ETH_HASH_FUNCTION_MAX,
2905 uint8_t ipv6_addr[16];
3008 struct rte_flow_action_handle;
3254 extern int32_t rte_flow_dynf_metadata_offs;
3257 extern uint64_t rte_flow_dynf_metadata_mask;
3260 #define RTE_FLOW_DYNF_METADATA(m) \ 3261 RTE_MBUF_DYNFIELD((m), rte_flow_dynf_metadata_offs, uint32_t *) 3264 #define PKT_RX_DYNF_METADATA (rte_flow_dynf_metadata_mask) 3265 #define PKT_TX_DYNF_METADATA (rte_flow_dynf_metadata_mask) 3268 static inline uint32_t
3269 rte_flow_dynf_metadata_get(
struct rte_mbuf *m)
3271 return *RTE_FLOW_DYNF_METADATA(m);
3276 rte_flow_dynf_metadata_set(
struct rte_mbuf *m, uint32_t v)
3278 *RTE_FLOW_DYNF_METADATA(m) = v;
3569 return !!rte_flow_dynf_metadata_mask;
3694 struct rte_flow *flow,
3743 struct rte_flow *flow,
3814 const char *message);
3991 struct rte_flow_action_handle *
4022 struct rte_flow_action_handle *handle,
4061 struct rte_flow_action_handle *handle,
4093 const struct rte_flow_action_handle *handle,
4097 struct rte_flow_tunnel {
4112 uint8_t src_addr[16];
4113 uint8_t dst_addr[16];
4134 #define RTE_FLOW_RESTORE_INFO_TUNNEL (1ULL << 0) 4139 #define RTE_FLOW_RESTORE_INFO_ENCAPSULATED (1ULL << 1) 4144 #define RTE_FLOW_RESTORE_INFO_GROUP_ID (1ULL << 2) 4158 struct rte_flow_tunnel tunnel;
4187 struct rte_flow_tunnel *tunnel,
4189 uint32_t *num_of_actions,
4218 struct rte_flow_tunnel *tunnel,
4220 uint32_t *num_of_items,
4266 uint32_t num_of_actions,
4289 uint32_t num_of_items,
static const struct rte_flow_item_icmp6_nd_opt_sla_eth rte_flow_item_icmp6_nd_opt_sla_eth_mask
rte_be16_t ver_opt_len_o_c_rsvd0
__rte_experimental int rte_flow_action_handle_update(uint16_t port_id, struct rte_flow_action_handle *handle, const void *update, struct rte_flow_error *error)
int rte_flow_validate(uint16_t port_id, const struct rte_flow_attr *attr, const struct rte_flow_item pattern[], const struct rte_flow_action actions[], struct rte_flow_error *error)
struct rte_flow_action * actions
static const struct rte_flow_item_icmp6_nd_na rte_flow_item_icmp6_nd_na_mask
static const struct rte_flow_item_ipv6 rte_flow_item_ipv6_mask
rte_be16_t epcp_edei_in_ecid_b
__rte_experimental int rte_flow_action_handle_query(uint16_t port_id, const struct rte_flow_action_handle *handle, void *data, struct rte_flow_error *error)
static const struct rte_flow_item_pfcp rte_flow_item_pfcp_mask
struct rte_flow_attr * attr
uint32_t sec_since_last_hit
__rte_experimental int rte_flow_action_handle_destroy(uint16_t port_id, struct rte_flow_action_handle *handle, struct rte_flow_error *error)
int rte_flow_query(uint16_t port_id, struct rte_flow *flow, const struct rte_flow_action *action, void *data, struct rte_flow_error *error)
struct rte_flow_item * definition
static const struct rte_flow_item_gre rte_flow_item_gre_mask
static const struct rte_flow_item_gtp rte_flow_item_gtp_mask
static const struct rte_flow_item_icmp rte_flow_item_icmp_mask
#define RTE_ETHER_ADDR_LEN
uint8_t retransmission_limit
static const struct rte_flow_item_geneve rte_flow_item_geneve_mask
const struct rte_flow_attr * attr_ro
static const struct rte_flow_item_sctp rte_flow_item_sctp_mask
int rte_flow_isolate(uint16_t port_id, int set, struct rte_flow_error *error)
static const struct rte_flow_item_any rte_flow_item_any_mask
static const struct rte_flow_item_meta rte_flow_item_meta_mask
static const struct rte_flow_item_esp rte_flow_item_esp_mask
__rte_experimental int rte_flow_get_restore_info(uint16_t port_id, struct rte_mbuf *m, struct rte_flow_restore_info *info, struct rte_flow_error *error)
__rte_deprecated size_t rte_flow_copy(struct rte_flow_desc *fd, size_t len, const struct rte_flow_attr *attr, const struct rte_flow_item *items, const struct rte_flow_action *actions)
struct rte_ether_addr tla
static const struct rte_flow_item_conntrack rte_flow_item_conntrack_mask
static const struct rte_flow_item_geneve_opt rte_flow_item_geneve_opt_mask
static const struct rte_flow_item_icmp6 rte_flow_item_icmp6_mask
struct rte_flow_action * actions
static const struct rte_flow_item_mark rte_flow_item_mark_mask
static const struct rte_flow_item_icmp6_nd_opt rte_flow_item_icmp6_nd_opt_mask
static const struct rte_flow_item_phy_port rte_flow_item_phy_port_mask
static const struct rte_flow_item_vxlan rte_flow_item_vxlan_mask
static const struct rte_flow_item_port_id rte_flow_item_port_id_mask
static const struct rte_flow_item_higig2_hdr rte_flow_item_higig2_hdr_mask
static const struct rte_flow_item_nvgre rte_flow_item_nvgre_mask
struct rte_flow_item * pattern
static const struct rte_flow_item_udp rte_flow_item_udp_mask
struct rte_ether_addr d_addr
__rte_experimental int rte_flow_dev_dump(uint16_t port_id, struct rte_flow *flow, FILE *file, struct rte_flow_error *error)
rte_be16_t rsvd_grp_ecid_b
static const struct rte_flow_item_raw rte_flow_item_raw_mask
rte_flow_conntrack_tcp_last_index
int rte_flow_flush(uint16_t port_id, struct rte_flow_error *error)
static const struct rte_flow_item_mpls rte_flow_item_mpls_mask
static const struct rte_flow_item_icmp6_nd_ns rte_flow_item_icmp6_nd_ns_mask
__rte_experimental struct rte_flow_action_handle * rte_flow_action_handle_create(uint16_t port_id, const struct rte_flow_indir_action_conf *conf, const struct rte_flow_action *action, struct rte_flow_error *error)
int rte_flow_error_set(struct rte_flow_error *error, int code, enum rte_flow_error_type type, const void *cause, const char *message)
static const struct rte_flow_item_icmp6_nd_opt_tla_eth rte_flow_item_icmp6_nd_opt_tla_eth_mask
int rte_flow_destroy(uint16_t port_id, struct rte_flow *flow, struct rte_flow_error *error)
static const struct rte_flow_item_ipv4 rte_flow_item_ipv4_mask
rte_be16_t c_k_s_rsvd0_ver
static const struct rte_flow_item_gtp_psc rte_flow_item_gtp_psc_mask
const struct rte_flow_action * actions_ro
struct rte_flow_item * items
__rte_experimental int rte_flow_get_aged_flows(uint16_t port_id, void **contexts, uint32_t nb_contexts, struct rte_flow_error *error)
struct rte_ether_addr sla
struct rte_flow * rte_flow_create(uint16_t port_id, const struct rte_flow_attr *attr, const struct rte_flow_item pattern[], const struct rte_flow_action actions[], struct rte_flow_error *error)
static const struct rte_flow_item_l2tpv3oip rte_flow_item_l2tpv3oip_mask
static const struct rte_flow_item_igmp rte_flow_item_igmp_mask
__rte_experimental int rte_flow_tunnel_decap_set(uint16_t port_id, struct rte_flow_tunnel *tunnel, struct rte_flow_action **actions, uint32_t *num_of_actions, struct rte_flow_error *error)
static const struct rte_flow_item_arp_eth_ipv4 rte_flow_item_arp_eth_ipv4_mask
const struct rte_flow_action * actions
uint32_t sec_since_last_hit_valid
struct rte_ether_addr sha
static const struct rte_flow_item_eth rte_flow_item_eth_mask
uint32_t challenge_ack_passed
__rte_experimental int rte_flow_conv(enum rte_flow_conv_op op, void *dst, size_t size, const void *src, struct rte_flow_error *error)
__rte_experimental int rte_flow_dynf_metadata_register(void)
static const struct rte_flow_item_ah rte_flow_item_ah_mask
static const struct rte_flow_item_tag rte_flow_item_tag_mask
static const struct rte_flow_item_ipv6_ext rte_flow_item_ipv6_ext_mask
static const struct rte_flow_item_vf rte_flow_item_vf_mask
static const struct rte_flow_item_ecpri rte_flow_item_ecpri_mask
static const struct rte_flow_item_pppoe_proto_id rte_flow_item_pppoe_proto_id_mask
struct rte_flow_item * definition
static const struct rte_flow_item_vlan rte_flow_item_vlan_mask
static const struct rte_flow_item_e_tag rte_flow_item_e_tag_mask
static __rte_experimental int rte_flow_dynf_metadata_avail(void)
__rte_experimental int rte_flow_tunnel_item_release(uint16_t port_id, struct rte_flow_item *items, uint32_t num_of_items, struct rte_flow_error *error)
static const struct rte_flow_item_tcp rte_flow_item_tcp_mask
static const struct rte_flow_item_fuzzy rte_flow_item_fuzzy_mask
uint8_t addr_bytes[RTE_ETHER_ADDR_LEN]
__rte_experimental int rte_flow_tunnel_action_decap_release(uint16_t port_id, struct rte_flow_action *actions, uint32_t num_of_actions, struct rte_flow_error *error)
__rte_experimental int rte_flow_tunnel_match(uint16_t port_id, struct rte_flow_tunnel *tunnel, struct rte_flow_item **items, uint32_t *num_of_items, struct rte_flow_error *error)
const struct rte_flow_item * pattern_ro
static const struct rte_flow_item_vxlan_gpe rte_flow_item_vxlan_gpe_mask
static const struct rte_flow_item_nsh rte_flow_item_nsh_mask