Re: [dpdk-dev] [PATCH v10 18/23] event/dlb: add dequeue and its burst variants

2020-10-30 Thread Eads, Gage
> -Original Message- > From: McDaniel, Timothy > Sent: Friday, October 30, 2020 1:28 PM > Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage > ; Van Haaren, Harry ; > jer...@marvell.com; tho...@monjalon.net > Subject: [PATCH v10 18/23] event/dlb: add dequeue and its burst variants > > Add

[dpdk-dev] [PATCH v10 18/23] event/dlb: add dequeue and its burst variants

2020-10-30 Thread Timothy McDaniel
Add support for dequeue, dequeue_burst, ... DLB does not currently support interrupts, but instead uses umonitor/umwait if supported by the processor. This allows the software to monitor and wait on writes to a cache-line. DLB supports normal and sparse cq mode. In normal mode the hardware will p