[dpdk-dev] [PATCH v2 22/22] doc: add new DLB2 eventdev driver to relnotes

Jerin Jacob jerinjacobk at gmail.com
Sun Oct 18 11:22:38 CEST 2020


On Sat, Oct 17, 2020 at 11:58 PM Timothy McDaniel
<timothy.mcdaniel at intel.com> wrote:
>
> Added announcement of availabililty for the new driver
> for Intel Dynamic Load Balancer 2.0 hardware.
>
> Signed-off-by: Timothy McDaniel <timothy.mcdaniel at intel.com>
> ---
>  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 <peter.mccarthy at intel.com>
>  F: drivers/event/opdl/
>  F: doc/guides/eventdevs/opdl.rst
>
> +Intel DLB2 Eventdev PMD
> +M: Timothy McDaniel <timothy.mcdaniel at intel.com>
> +F: drivers/event/dlb2/
> +F: doc/guides/eventdevs/dlb2.rst


Move this section to the first patch.


>
>  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.

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
>


More information about the dev mailing list