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

2020-10-20 Thread Eads, Gage
[...] > diff --git a/doc/guides/eventdevs/index.rst b/doc/guides/eventdevs/index.rst > index bb66a5e..f651818 100644 > --- a/doc/guides/eventdevs/index.rst > +++ b/doc/guides/eventdevs/index.rst > @@ -18,3 +18,4 @@ application through the eventdev API. > octeontx > octeontx2 > opdl

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

2020-10-17 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