Home
last modified time | relevance | path

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

/dpdk/lib/distributor/
H A Ddistributor_private.h32 #define RTE_DISTRIB_BACKLOG_SIZE 8 macro
33 #define RTE_DISTRIB_BACKLOG_MASK (RTE_DISTRIB_BACKLOG_SIZE - 1)
H A Drte_distributor_single.c88 if (bl->count == RTE_DISTRIB_BACKLOG_SIZE) in add_to_backlog()
134 struct rte_mbuf *pkts[RTE_DISTRIB_BACKLOG_SIZE]; in handle_worker_shutdown()