Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_distributor/
H A Ddistributor_private.h36 #define RTE_DISTRIB_BACKLOG_SIZE 8 macro
37 #define RTE_DISTRIB_BACKLOG_MASK (RTE_DISTRIB_BACKLOG_SIZE - 1)
H A Drte_distributor_single.c92 if (bl->count == RTE_DISTRIB_BACKLOG_SIZE) in add_to_backlog()
138 struct rte_mbuf *pkts[RTE_DISTRIB_BACKLOG_SIZE]; in handle_worker_shutdown()