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

2020-10-07 Thread Eads, Gage
> +/*! > + * Configure the token pop mode for a DLB2 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(). > + * > + * @param dev_id > + *The identifier of the event d

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

2020-10-06 Thread Eads, Gage
> -Original Message- > From: McDaniel, Timothy > Sent: Friday, September 11, 2020 3:26 PM > Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage > ; Van Haaren, Harry ; > jer...@marvell.com > Subject: [PATCH 03/22] event/dlb2: add private data structures and constants > > The header file dl

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

2020-09-11 Thread Timothy McDaniel
The header file dlb2_priv.h is used internally by the PMD. It include constants, macros for device resources, structure definitions for hardware interfaces and software state, and various forward-declarations. The header file rte_pmd_dlb2.h will be exported in a subsequent patch, but is included he