> -----Original Message----- > From: Jerin Jacob <[email protected]> > Sent: Sunday, October 18, 2020 4:23 AM > To: McDaniel, Timothy <[email protected]> > Cc: Thomas Monjalon <[email protected]>; Mcnamara, John > <[email protected]>; Kovacevic, Marko > <[email protected]>; dpdk-dev <[email protected]>; Carrillo, Erik G > <[email protected]>; Eads, Gage <[email protected]>; Van Haaren, > Harry <[email protected]>; Jerin Jacob <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v2 22/22] doc: add new DLB2 eventdev driver to > relnotes > > On Sat, Oct 17, 2020 at 11:58 PM Timothy McDaniel > <[email protected]> wrote: > > > > Added announcement of availabililty for the new driver > > for Intel Dynamic Load Balancer 2.0 hardware. > > > > Signed-off-by: Timothy McDaniel <[email protected]> > > --- > > MAINTAINERS | 5 +++++ > > doc/guides/rel_notes/release_20_11.rst | 5 +++++ > > 2 files changed, 10 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 3b16d7a..f732f28 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1188,6 +1188,11 @@ M: Peter Mccarthy <[email protected]> > > F: drivers/event/opdl/ > > F: doc/guides/eventdevs/opdl.rst > > > > +Intel DLB2 Eventdev PMD > > +M: Timothy McDaniel <[email protected]> > > +F: drivers/event/dlb2/ > > +F: doc/guides/eventdevs/dlb2.rst > > > Move this section to the first patch. >
Will do > > > > > Rawdev Drivers > > -------------- > > diff --git a/doc/guides/rel_notes/release_20_11.rst > b/doc/guides/rel_notes/release_20_11.rst > > index df227a1..f80df21 100644 > > --- a/doc/guides/rel_notes/release_20_11.rst > > +++ b/doc/guides/rel_notes/release_20_11.rst > > @@ -55,6 +55,11 @@ New Features > > Also, make sure to start the actual text at the margin. > > ======================================================= > > > > +* **Added a new driver for the Intel Dynamic Load Balancer v2.0 device.** > > + > > + Added the new ``dlb2`` eventdev driver for the Intel DLB V2.0 device. > > See the > > + :doc:`../eventdevs/dlb2` eventdev guide for more details on this new > > driver. > > > This specific patch is not required. Move this section to the last > patch in this series. > > Also, fix the following checkpatch issues in this series. > sure, will do > WARNING:REPEATED_WORD: Possible repeated word: 'from' > #155: FILE: drivers/event/dlb2/dlb2_user.h:132: > + * - num_ldb_ports: Number of load-balanced ports that can be allocated from > + * from any class-of-service with available ports. > > WARNING:REPEATED_WORD: Possible repeated word: 'are' > #969: FILE: drivers/event/dlb2/pf/base/dlb2_hw_types.h:321: > + * -- A domain's used resources list. These are are domain-owned configured > > ### event/dlb2: add queue and port release > > WARNING:TYPO_SPELLING: 'ond' may be misspelled - perhaps 'one'? > #8: > Previously allocated port QE ond memzone memory > > > > > + > > > > Removed Items > > ------------- > > -- > > 2.6.4 > >

