> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Saturday, October 31, 2020 5:52 AM > To: McDaniel, Timothy <timothy.mcdan...@intel.com> > Cc: Ray Kinsella <m...@ashroe.eu>; Neil Horman <nhor...@tuxdriver.com>; > dev <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>; > Jerin Jacob Kollanukkaran <jer...@marvell.com>; Thomas Monjalon > <tho...@monjalon.net> > Subject: Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop > public interface > > On Sat, Oct 31, 2020 at 3:07 AM Timothy McDaniel > <timothy.mcdan...@intel.com> wrote: > > diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md > > index a9c12d1..00f13e2 100644 > > --- a/doc/api/doxy-api-index.md > > +++ b/doc/api/doxy-api-index.md > > @@ -52,6 +52,7 @@ The public API headers are grouped by topics: > > [dpaa2_cmdif] (@ref rte_pmd_dpaa2_cmdif.h), > > [dpaa2_qdma] (@ref rte_pmd_dpaa2_qdma.h), > > [crypto_scheduler] (@ref rte_cryptodev_scheduler.h) > > + [dlb2] (@ref rte_pmd_dlb2.h) > > This comment applies to the dlb series too: > > Those lines should be aligned with spaces, not tabs. > And the crypto_scheduler line is missing a comma. > > > > > > - **memory**: > > [memseg] (@ref rte_memory.h), > > > -- > David Marchand
Fixed in local repos for both DLB and DLB2. Will be included in next rev of patch-sets. Tim