Re: [dpdk-dev] [PATCH v6 01/23] event/dlb: add documentation and meson infrastructure

2020-10-26 Thread McDaniel, Timothy
> -Original Message- > From: Thomas Monjalon > Sent: Saturday, October 24, 2020 9:06 AM > To: McDaniel, Timothy > Cc: Richardson, Bruce ; Mcnamara, John > ; Kovacevic, Marko > ; Ray Kinsella ; Neil Horman > ; dev@dpdk.org; Carrillo, Erik G > ; Eads, Gage ; Van Haaren, > Harry ; jer...@m

Re: [dpdk-dev] [PATCH v6 01/23] event/dlb: add documentation and meson infrastructure

2020-10-26 Thread McDaniel, Timothy
Gage > ; Van Haaren, Harry ; > Jerin Jacob > Subject: Re: [dpdk-dev] [PATCH v6 01/23] event/dlb: add documentation and > meson infrastructure > > On Sat, Oct 24, 2020 at 12:08 AM Timothy McDaniel > wrote: > > > > Increased RTE_EVENT_MAX_QUEUES_PER_DEV config opti

Re: [dpdk-dev] [PATCH v6 01/23] event/dlb: add documentation and meson infrastructure

2020-10-24 Thread Thomas Monjalon
23/10/2020 20:32, Timothy McDaniel: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1188,6 +1188,11 @@ M: Peter Mccarthy > F: drivers/event/opdl/ > F: doc/guides/eventdevs/opdl.rst > > +Intel DLB Eventdev PMD "Intel DLB" is enough. > +M: Timothy McDaniel > +F: drivers/event/dlb/ > +F: doc/gui

Re: [dpdk-dev] [PATCH v6 01/23] event/dlb: add documentation and meson infrastructure

2020-10-24 Thread Jerin Jacob
On Sat, Oct 24, 2020 at 12:08 AM Timothy McDaniel wrote: > > Increased RTE_EVENT_MAX_QUEUES_PER_DEV config option > from 64 to 255. Please send a separate patch for changing this value with reason. > > Note that config/rte_config.h contains several configuration > switches, providing for fine co

[dpdk-dev] [PATCH v6 01/23] event/dlb: add documentation and meson infrastructure

2020-10-23 Thread Timothy McDaniel
Increased RTE_EVENT_MAX_QUEUES_PER_DEV config option from 64 to 255. Note that config/rte_config.h contains several configuration switches, providing for fine control of the PMD's runtime behaviour. The meson infrastructure is expanded as additional files are added to this patchset. Signed-off-b