[dpdk-dev] [PATCH 01/25] event/dlb2: add dlb v2.5 probe

Jerin Jacob jerinjacobk at gmail.com
Sun Mar 21 10:48:28 CET 2021


On Wed, Mar 17, 2021 at 3:49 AM Timothy McDaniel
<timothy.mcdaniel at intel.com> wrote:
>
> This commit adds dlb v2.5 probe support, and updates
> parameter parsing.
>
> The dlb v2.5 device differs from dlb v2, in that the
> number of resources (ports, queues, ...) is different,
> so macros have been added to take the device version
> into account.
>
> This commit also cleans up a few issues in the original
> dlb2 source:
> - eliminate duplicate constant definitions
> - removed unused constant definitions
>
> Signed-off-by: Timothy McDaniel <timothy.mcdaniel at intel.com>
> ---

>
> -#define EVDEV_DLB2_NAME_PMD dlb2_event
> +#define EVDEV_DLB2_NAME_PMD dlb_event

Is this an intended change? why change the driver's name.


More information about the dev mailing list