[dpdk-dev] [PATCH v3 25/26] event/dlb: remove version from device name
Jerin Jacob
jerinjacobk at gmail.com
Wed Apr 14 21:44:56 CEST 2021
On Wed, Apr 14, 2021 at 1:49 AM Timothy McDaniel
<timothy.mcdaniel at intel.com> wrote:
>
> Updated eventdev device name to be dlb_event instead of
> dlb2_event. The new name will be used for all versions
> of the DLB hardware. This change required corresponding changes
> to the directory name that contains the PMD, as well
> as the documentation files, build infrastructure, and PMD
> specific APIs.
>
> Signed-off-by: Timothy McDaniel <timothy.mcdaniel at intel.com>
> diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst
> index 8a601e0a7..5b25f1479 100644
> --- a/doc/guides/rel_notes/release_21_05.rst
> +++ b/doc/guides/rel_notes/release_21_05.rst
> @@ -94,6 +94,11 @@ New Features
>
> * Added support for preferred busy polling.
>
> +* **Updated DLB driver.**
> +
> + * Added support for v2.5 hardware.
> + * Renamed DLB2 to DLB, which supports all HW versions v2.0 and v2.5.
@Thomas Monjalon , Do we need to update the "Removed Items" section?
@McDaniel, Timothy
Following section in doc/guides/rel_notes/release_20_11.rst will emit
error now. Please change as needed.
* **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.
> +
> * **Updated testpmd.**
More information about the dev
mailing list