Home
last modified time | relevance | path

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

/dpdk/examples/distributor/
H A Dmain.c57 } dist __rte_cache_aligned;
358 app_stats.dist.in_pkts += nb_rx; in lcore_distributor()
373 app_stats.dist.sent_pkts += sent; in lcore_distributor()
509 (app_stats.dist.in_pkts - in print_stats()
512 (app_stats.dist.ret_pkts - in print_stats()
515 (app_stats.dist.sent_pkts - in print_stats()
518 (app_stats.dist.enqdrop_pkts - in print_stats()
544 prev_app_stats.dist.in_pkts = app_stats.dist.in_pkts; in print_stats()
545 prev_app_stats.dist.ret_pkts = app_stats.dist.ret_pkts; in print_stats()
546 prev_app_stats.dist.sent_pkts = app_stats.dist.sent_pkts; in print_stats()
[all …]
/dpdk/
H A D.travis.yml9 dist: bionic
126 dist: focal
132 dist: focal
138 dist: focal
149 dist: focal
161 dist: focal
167 dist: focal
/dpdk/app/test/
H A Dtest_distributor.c43 struct rte_distributor *dist; member
91 struct rte_distributor *db = wp->dist; in handle_work()
122 struct rte_distributor *db = wp->dist; in sanity_test()
310 struct rte_distributor *d = wp->dist; in handle_work_with_free_mbufs()
337 struct rte_distributor *d = wp->dist; in sanity_test_with_mbuf_alloc()
379 struct rte_distributor *d = wp->dist; in handle_work_for_shutdown_test()
445 struct rte_distributor *d = wp->dist; in sanity_test_with_worker_shutdown()
529 struct rte_distributor *d = wp->dist; in test_flush_with_worker_shutdown()
886 dist[0] = ds; in test_distributor()
887 dist[1] = db; in test_distributor()
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_parser.c447 u16 dist = 0xffff; in _nearest_proto_id() local
454 if (offset - rslt->po[i].offset < dist) { in _nearest_proto_id()
456 dist = offset - rslt->po[i].offset; in _nearest_proto_id()
460 if (dist % 2) in _nearest_proto_id()
464 *proto_off = dist; in _nearest_proto_id()