Searched defs:rte_distributor_backlog (Results 1 – 1 of 1) sorted by relevance
67 struct __rte_cache_aligned rte_distributor_backlog { struct68 unsigned int start;69 unsigned int count;70 alignas(RTE_CACHE_LINE_SIZE) int64_t pkts[RTE_DIST_BURST_SIZE];71 uint16_t *tags; /* will point to second cacheline of inflights */