Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 25 of 97) sorted by relevance

1234

/dpdk/doc/guides/nics/features/
H A Dmlx5.ini89 age = I
90 conntrack = I
91 count = I
92 dec_tcp_ack = Y
93 dec_tcp_seq = Y
94 dec_ttl = Y
95 drop = Y
96 flag = Y
97 inc_tcp_ack = Y
98 inc_tcp_seq = Y
[all …]
H A Ddefault.ini144 age =
145 conntrack =
146 count =
147 dec_tcp_ack =
148 dec_tcp_seq =
149 dec_ttl =
150 drop =
151 flag =
152 inc_tcp_ack =
153 inc_tcp_seq =
[all …]
H A Dsfc.ini64 count = Y
65 dec_ttl = Y
66 drop = Y
67 flag = Y
68 jump = P
69 mark = Y
70 of_dec_nw_ttl = Y
71 of_pop_vlan = Y
72 of_push_vlan = Y
73 of_set_vlan_pcp = Y
[all …]
H A Dcxgbe.ini50 count = Y
51 drop = Y
52 mac_swap = Y
53 of_pop_vlan = Y
54 of_push_vlan = Y
55 of_set_vlan_pcp = Y
56 of_set_vlan_vid = Y
57 phy_port = Y
58 queue = Y
59 set_ipv4_dst = Y
[all …]
H A Dbnxt.ini78 count = Y
79 dec_ttl = Y
80 drop = Y
81 jump = Y
82 mark = Y
83 of_pop_vlan = Y
84 of_push_vlan = Y
85 of_set_vlan_pcp = Y
86 of_set_vlan_vid = Y
87 pf = Y
[all …]
H A Denic.ini59 count = Y
60 drop = Y
61 flag = Y
62 jump = Y
63 mark = Y
64 of_pop_vlan = Y
65 of_push_vlan = Y
66 of_set_vlan_pcp = Y
67 of_set_vlan_vid = Y
68 passthru = Y
[all …]
H A Dcnxk_vf.ini73 count = Y
74 drop = Y
75 flag = Y
76 mark = Y
77 meter = Y
78 of_pop_vlan = Y
79 of_push_vlan = Y
80 of_set_vlan_pcp = Y
81 of_set_vlan_vid = Y
82 pf = Y
[all …]
H A Dcnxk.ini81 count = Y
82 drop = Y
83 flag = Y
84 mark = Y
85 meter = Y
86 of_pop_vlan = Y
87 of_push_vlan = Y
88 of_set_vlan_pcp = Y
89 of_set_vlan_vid = Y
90 pf = Y
[all …]
H A Dcnxk_vec.ini77 count = Y
78 drop = Y
79 flag = Y
80 mark = Y
81 of_pop_vlan = Y
82 of_push_vlan = Y
83 of_set_vlan_pcp = Y
84 of_set_vlan_vid = Y
85 pf = Y
86 queue = Y
[all …]
H A Diavf.ini64 count = Y
65 drop = Y
66 mark = Y
67 passthru = Y
68 queue = Y
69 rss = Y
70 security = Y
H A Di40e.ini76 drop = Y
77 flag = Y
78 mark = Y
79 passthru = Y
80 pf = Y
81 queue = Y
82 rss = Y
83 vf = Y
H A Dtxgbe.ini70 drop = Y
71 mark = Y
72 pf = Y
73 queue = Y
74 rss = Y
75 security = Y
76 vf = Y
H A Ddpaa2.ini47 drop = Y
48 phy_port = Y
49 port_id = Y
50 queue = Y
51 rss = Y
H A Dixgbe.ini73 drop = Y
74 mark = Y
75 pf = Y
76 queue = Y
77 rss = Y
78 security = Y
79 vf = Y
H A Dtap.ini38 drop = Y
39 passthru = Y
40 queue = Y
41 rss = Y
H A Dice.ini78 count = Y
79 drop = Y
80 mark = Y
81 passthru = Y
82 queue = Y
83 rss = Y
84 vf = Y
H A Dhns3.ini68 count = Y
69 drop = Y
70 flag = Y
71 mark = Y
72 queue = Y
73 rss = Y
H A Dmvpp2.ini36 drop = Y
37 meter = Y
38 queue = Y
/dpdk/app/test-flow-perf/
H A Dactions_gen.c60 add_mark(struct rte_flow_action *actions, in add_mark()
77 add_queue(struct rte_flow_action *actions, in add_queue()
92 add_jump(struct rte_flow_action *actions, in add_jump()
107 add_rss(struct rte_flow_action *actions, in add_rss()
144 add_set_meta(struct rte_flow_action *actions, in add_set_meta()
158 add_set_tag(struct rte_flow_action *actions, in add_set_tag()
173 add_port_id(struct rte_flow_action *actions, in add_port_id()
187 add_drop(struct rte_flow_action *actions, in add_drop()
195 add_count(struct rte_flow_action *actions, in add_count()
522 add_flag(struct rte_flow_action *actions, in add_flag()
[all …]
/dpdk/drivers/net/txgbe/
H A Dtxgbe_flow.c91 const struct rte_flow_action actions[], in next_no_void_action()
140 const struct rte_flow_action actions[], in cons_parse_ntuple_filter()
578 const struct rte_flow_action actions[], in txgbe_parse_ntuple_filter()
646 const struct rte_flow_action *actions, in cons_parse_ethertype_filter()
891 const struct rte_flow_action actions[], in cons_parse_syn_filter()
1146 const struct rte_flow_action actions[], in cons_parse_l2_tn_filter()
1307 const struct rte_flow_action actions[], in txgbe_parse_l2_tn_filter()
2436 const struct rte_flow_action actions[], in txgbe_parse_fdir_filter()
2474 const struct rte_flow_action actions[], in txgbe_parse_rss_filter()
2679 const struct rte_flow_action actions[], in txgbe_flow_create()
[all …]
/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c125 const struct rte_flow_action actions[], in next_no_void_action()
174 const struct rte_flow_action actions[], in cons_parse_ntuple_filter()
618 const struct rte_flow_action actions[], in ixgbe_parse_ntuple_filter()
684 const struct rte_flow_action *actions, in cons_parse_ethertype_filter()
932 const struct rte_flow_action actions[], in cons_parse_syn_filter()
1190 const struct rte_flow_action actions[], in cons_parse_l2_tn_filter()
1351 const struct rte_flow_action actions[], in ixgbe_parse_l2_tn_filter()
1384 const struct rte_flow_action actions[], in ixgbe_parse_fdir_act_attr()
2755 const struct rte_flow_action actions[], in ixgbe_parse_fdir_filter()
2803 const struct rte_flow_action actions[], in ixgbe_parse_rss_filter()
[all …]
/dpdk/drivers/net/e1000/
H A Digb_flow.c41 #define NEXT_ITEM_OF_ACTION(act, actions, index) \ argument
93 const struct rte_flow_action actions[], in cons_parse_ntuple_filter()
415 const struct rte_flow_action actions[], in igb_parse_ntuple_filter()
491 const struct rte_flow_action *actions, in cons_parse_ethertype_filter()
673 const struct rte_flow_action actions[], in igb_parse_ethertype_filter()
761 const struct rte_flow_action actions[], in cons_parse_syn_filter()
979 const struct rte_flow_action actions[], in igb_parse_syn_filter()
1043 const struct rte_flow_action actions[], in cons_parse_flex_filter()
1313 const struct rte_flow_action actions[], in igb_parse_rss_filter()
1440 const struct rte_flow_action actions[], in igb_flow_create()
[all …]
/dpdk/drivers/net/failsafe/
H A Dfailsafe_flow.c21 const struct rte_flow_action *actions) in fs_flow_allocate()
68 const struct rte_flow_action actions[], in fs_flow_validate()
95 const struct rte_flow_action actions[], in fs_flow_create()
/dpdk/drivers/net/cnxk/
H A Dcnxk_flow.c114 const struct rte_flow_action actions[], in cnxk_map_actions()
254 const struct rte_flow_action actions[], in cnxk_map_flow_data()
284 const struct rte_flow_action actions[], in cnxk_flow_validate()
319 const struct rte_flow_action actions[], in cnxk_flow_create()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_flow.c19 const struct rte_flow_action *actions) in bond_flow_alloc()
65 const struct rte_flow_action actions[], in bond_flow_validate()
87 const struct rte_flow_action actions[], in bond_flow_create()

1234