Home
last modified time | relevance | path

Searched refs:next_index (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/node/
H A Dip4_rewrite.c22 uint16_t next_index; member
149 if (next_index == next0) { in ip4_rewrite_node_process()
159 if (next_index == next1) { in ip4_rewrite_node_process()
169 if (next_index == next2) { in ip4_rewrite_node_process()
179 if (next_index == next3) { in ip4_rewrite_node_process()
194 next_index, held); in ip4_rewrite_node_process()
198 next_index = next3; in ip4_rewrite_node_process()
200 graph, node, next_index, nb_objs); in ip4_rewrite_node_process()
228 if (unlikely(next_index ^ next0)) { in ip4_rewrite_node_process()
290 ip4_rewrite_nm->next_index[port_id] = next_index; in ip4_rewrite_set_next()
[all …]
H A Dpkt_cls.c35 uint16_t next_index, n_left_from; in pkt_cls_node_process() local
55 next_index = p_nxt[last_type]; in pkt_cls_node_process()
59 next_index, nb_objs); in pkt_cls_node_process()
102 if (p_nxt[l0] == next_index) { in pkt_cls_node_process()
112 if (p_nxt[l1] == next_index) { in pkt_cls_node_process()
122 if (p_nxt[l2] == next_index) { in pkt_cls_node_process()
132 if (p_nxt[l3] == next_index) { in pkt_cls_node_process()
143 (next_index != p_nxt[l3])) { in pkt_cls_node_process()
148 next_index, held); in pkt_cls_node_process()
153 next_index = p_nxt[l3]; in pkt_cls_node_process()
[all …]
H A Dip4_lookup_sse.h16 rte_edge_t next0, next1, next2, next3, next_index; in ip4_lookup_node_process_vec() local
29 next_index = RTE_NODE_IP4_LOOKUP_NEXT_REWRITE; in ip4_lookup_node_process_vec()
133 (next_index ^ next0) | (next_index ^ next1) | in ip4_lookup_node_process_vec()
134 (next_index ^ next2) | (next_index ^ next3); in ip4_lookup_node_process_vec()
145 if (next_index == next0) { in ip4_lookup_node_process_vec()
155 if (next_index == next1) { in ip4_lookup_node_process_vec()
165 if (next_index == next2) { in ip4_lookup_node_process_vec()
175 if (next_index == next3) { in ip4_lookup_node_process_vec()
213 if (unlikely(next_index ^ next0)) { in ip4_lookup_node_process_vec()
230 rte_node_next_stream_move(graph, node, next_index); in ip4_lookup_node_process_vec()
[all …]
H A Dip4_lookup_neon.h19 rte_edge_t next_index; in ip4_lookup_node_process_vec() local
30 next_index = RTE_NODE_IP4_LOOKUP_NEXT_REWRITE; in ip4_lookup_node_process_vec()
47 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_vec()
126 rte_edge_t fix_spec = ((next_index == result.u16[1]) && in ip4_lookup_node_process_vec()
140 if (next_index == result.u16[1]) { in ip4_lookup_node_process_vec()
150 if (next_index == result.u16[3]) { in ip4_lookup_node_process_vec()
160 if (next_index == result.u16[5]) { in ip4_lookup_node_process_vec()
170 if (next_index == result.u16[7]) { in ip4_lookup_node_process_vec()
209 if (unlikely(next_index ^ next0)) { in ip4_lookup_node_process_vec()
226 rte_node_next_stream_move(graph, node, next_index); in ip4_lookup_node_process_vec()
[all …]
H A Dip4_lookup.c60 rte_edge_t next_index; in ip4_lookup_node_process_scalar() local
66 next_index = RTE_NODE_IP4_LOOKUP_NEXT_REWRITE; in ip4_lookup_node_process_scalar()
72 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_scalar()
94 if (unlikely(next_index != next)) { in ip4_lookup_node_process_scalar()
111 rte_node_next_stream_move(graph, node, next_index); in ip4_lookup_node_process_scalar()
116 rte_node_next_stream_put(graph, node, next_index, held); in ip4_lookup_node_process_scalar()
H A Dip4_rewrite_priv.h43 uint16_t next_index[RTE_MAX_ETHPORTS]; member
67 int ip4_rewrite_set_next(uint16_t port_id, uint16_t next_index);
H A Dethdev_rx.c20 uint16_t count, next_index; in ethdev_rx_node_process_inline() local
25 next_index = ctx->cls_next; in ethdev_rx_node_process_inline()
35 rte_node_next_stream_move(graph, node, next_index); in ethdev_rx_node_process_inline()