Home
last modified time | relevance | path

Searched refs:l3fwd_simple_forward (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/l3fwd-power/
H A Dmain.c697 l3fwd_simple_forward(struct rte_mbuf *m, uint16_t portid, in l3fwd_simple_forward() function
1032 l3fwd_simple_forward( in main_intr_loop()
1038 l3fwd_simple_forward( in main_intr_loop()
1172 l3fwd_simple_forward(pkts_burst[j], portid, in main_telemetry_loop()
1178 l3fwd_simple_forward(pkts_burst[j], portid, in main_telemetry_loop()
1295 l3fwd_simple_forward(pkts_burst[j], portid, in main_empty_poll_loop()
1301 l3fwd_simple_forward(pkts_burst[j], portid, in main_empty_poll_loop()
1439 l3fwd_simple_forward(pkts_burst[j], portid, in main_legacy_loop()
1445 l3fwd_simple_forward(pkts_burst[j], portid, in main_legacy_loop()
/dpdk/examples/ip_fragmentation/
H A Dmain.c243 l3fwd_simple_forward(struct rte_mbuf *m, struct lcore_queue_conf *qconf, in l3fwd_simple_forward() function
462 l3fwd_simple_forward(pkts_burst[j], qconf, i, portid); in main_loop()
467 l3fwd_simple_forward(pkts_burst[j], qconf, i, portid); in main_loop()
/dpdk/doc/guides/sample_app_ug/
H A Dip_reassembly.rst164 For each input packet, the packet forwarding operation is done by the l3fwd_simple_forward() functi…
169 Then l3fwd_simple_forward() continues with the code for the packet forwarding decision
H A Dl3_forward.rst340 For each input packet, the packet forwarding operation is done by the l3fwd_simple_forward()
342 The l3fwd_simple_forward() function provides the basic functionality for both IPv4 and IPv6 packet …
395 For each input packet, the packet forwarding operation is done by the l3fwd_simple_forward() functi…