On Wed, Mar 17, 2021 at 3:49 AM Timothy McDaniel
[off-list ref] 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 <redacted>
---
-#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.