Home
last modified time | relevance | path

Searched refs:returned_pkts (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/distributor/
H A Dmain.c46 uint64_t returned_pkts; member
272 app_stats.rx.returned_pkts += nb_ret; in lcore_rx()
501 (app_stats.rx.returned_pkts - in print_stats()
502 prev_app_stats.rx.returned_pkts)/1000000.0); in print_stats()
545 prev_app_stats.rx.returned_pkts = app_stats.rx.returned_pkts; in print_stats()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst71 Using the process and returned_pkts API, the following application workflow can be used,
81 are likely of less use that the process and returned_pkts APIS, and are principally provided to aid…