On Tue, 29 Aug 2023 15:58:05 +0800 <[email protected]> wrote: > From: Renyong Wan <[email protected]> > > Work queue is used to maintain hardware queue information by > driver, it is usually used in control queue, rx queue > and tx queue. > > Signed-off-by: Steven Song <[email protected]> > Signed-off-by: Renyong Wan <[email protected]>
Looks like this driver is reinventing rte_ring. Please don't do this.

