blob: 25c525b357142de57490db4ec1db5964e29406c1 [file] [log] [blame]
struct rte_ring {
struct rte_memzone *memzone;
struct prod {
unsigned watermark;
} prod;
struct cons {
unsigned sc_dequeue;
} cons;
void *ring[];
};