> -----Original Message----- > From: McDaniel, Timothy <timothy.mcdan...@intel.com> > Sent: Saturday, October 17, 2020 2:04 PM > Cc: dev@dpdk.org; Carrillo, Erik G <erik.g.carri...@intel.com>; Eads, Gage > <gage.e...@intel.com>; Van Haaren, Harry <harry.van.haa...@intel.com>; > jer...@marvell.com > Subject: [PATCH v5 16/22] event/dlb: add dequeue and its burst variants > > 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 pack 4 QEs into each cache line. In sparse cq > mode, the hardware will only populate one QE per cache line. > Software must be aware of the cq mode, and take the appropriate > actions, based on the mode. > > Signed-off-by: Timothy McDaniel <timothy.mcdan...@intel.com> Reviewed-by: Gage Eads <gage.e...@intel.com> Thanks, Gage
- [dpdk-dev] [PATCH v5 10/22] event/dlb: add queue setup Timothy McDaniel
- [dpdk-dev] [PATCH v5 09/22] event/dlb: add queue and port... Timothy McDaniel
- [dpdk-dev] [PATCH v5 11/22] event/dlb: add port setup Timothy McDaniel
- [dpdk-dev] [PATCH v5 12/22] event/dlb: add port link Timothy McDaniel
- [dpdk-dev] [PATCH v5 14/22] event/dlb: add eventdev start Timothy McDaniel
- [dpdk-dev] [PATCH v5 13/22] event/dlb: add port unlink an... Timothy McDaniel
- [dpdk-dev] [PATCH v5 17/22] event/dlb: add eventdev stop ... Timothy McDaniel
- [dpdk-dev] [PATCH v5 16/22] event/dlb: add dequeue and it... Timothy McDaniel
- Re: [dpdk-dev] [PATCH v5 16/22] event/dlb: add deque... Eads, Gage
- [dpdk-dev] [PATCH v5 15/22] event/dlb: add enqueue and it... Timothy McDaniel
- [dpdk-dev] [PATCH v5 18/22] event/dlb: add PMD's token po... Timothy McDaniel
- [dpdk-dev] [PATCH v5 20/22] event/dlb: add queue and port... Timothy McDaniel
- [dpdk-dev] [PATCH v5 22/22] doc: Add new DLB eventdev dri... Timothy McDaniel
- [dpdk-dev] [PATCH v5 19/22] event/dlb: add PMD self-tests Timothy McDaniel
- [dpdk-dev] [PATCH v5 21/22] event/dlb: add timeout ticks ... Timothy McDaniel
- Re: [dpdk-dev] [PATCH v5 06/22] event/dlb: add probe Eads, Gage