Searched refs:l2fwd_simple_forward (Results 1 – 7 of 7) sorted by relevance
| /dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 341 l2fwd_simple_forward(struct rte_mbuf *m, unsigned portid) in l2fwd_simple_forward() function 408 l2fwd_simple_forward(m, portid); in l2fwd_fwd_job() 421 l2fwd_simple_forward(m, portid); in l2fwd_fwd_job()
|
| /dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 167 l2fwd_simple_forward(struct rte_mbuf *m, unsigned portid) in l2fwd_simple_forward() function 276 l2fwd_simple_forward(m, portid); in l2fwd_main_loop()
|
| /dpdk/examples/l2fwd/ |
| H A D | main.c | 184 l2fwd_simple_forward(struct rte_mbuf *m, unsigned portid) in l2fwd_simple_forward() function 294 l2fwd_simple_forward(m, portid); in l2fwd_main_loop()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_job_stats.rst | 289 Then, each mbuf in the table is processed by the l2fwd_simple_forward() function. 323 :start-after: Start of l2fwd_simple_forward. 8< 324 :end-before: >8 End of l2fwd_simple_forward.
|
| H A D | l2_forward_event.rst | 359 Then, each mbuf in the table is processed by the l2fwd_simple_forward() 371 Also to optimize enqueue operation, l2fwd_simple_forward() stores incoming mbufs
|
| H A D | l2_forward_real_virtual.rst | 273 Then, each mbuf in the table is processed by the l2fwd_simple_forward() function.
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 624 l2fwd_simple_forward(struct rte_mbuf *m, uint16_t portid, in l2fwd_simple_forward() function 970 l2fwd_simple_forward(m, portid, in l2fwd_main_loop()
|