Re: [dpdk-dev] [PATCH v4 03/22] event/dlb: add private data structures and constants

2020-10-08 Thread Eads, Gage
> +/*! > + * Configure the token pop mode for an DLB port. By default, all ports use > + * AUTO_POP. This function must be called before calling > rte_event_port_setup() > + * for the port, but after calling rte_event_dev_configure(). > + * > + * @note > + *The defer_sched vdev arg, which confi

Re: [dpdk-dev] [PATCH v4 03/22] event/dlb: add private data structures and constants

2020-09-14 Thread Eads, Gage
> -Original Message- > From: McDaniel, Timothy > Sent: Friday, September 11, 2020 2:18 PM > Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage > ; Van Haaren, Harry ; > jer...@marvell.com > Subject: [PATCH v4 03/22] event/dlb: add private data structures and > constants > > Add headers use

[dpdk-dev] [PATCH v4 03/22] event/dlb: add private data structures and constants

2020-09-11 Thread Timothy McDaniel
Add headers used internally by the PMD. These headers are used internally by the PMD. They include constants, macros for device resources, structure definitions for hardware interfaces and software state, and various forward-declarations. Signed-off-by: Timothy McDaniel --- drivers/event/dlb/dlb