Home
last modified time | relevance | path

Searched defs:rte_distributor_buffer (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/distributor/
H A Ddistributor_private.h115 struct rte_distributor_buffer { struct
116 volatile int64_t bufptr64[RTE_DIST_BURST_SIZE]
119 int64_t pad1 __rte_cache_aligned; /* <= one cache line */
121 volatile int64_t retptr64[RTE_DIST_BURST_SIZE]
147 struct rte_distributor_buffer bufs[RTE_DISTRIB_MAX_WORKERS]; argument