From 5c70d8dcad71e98eeafda39fe9a33c151366d9fa Mon Sep 17 00:00:00 2001 From: Keith Wiles Date: Wed, 1 Nov 2023 09:10:00 -0500 Subject: [PATCH] increase interface name size and update version Signed-off-by: Keith Wiles --- VERSION | 2 +- lib/core/pktdev/pktdev_core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f34323eb..94c0153b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.06.0 +23.11.0 diff --git a/lib/core/pktdev/pktdev_core.h b/lib/core/pktdev/pktdev_core.h index 9fc6ebf3..26a96a0f 100644 --- a/lib/core/pktdev/pktdev_core.h +++ b/lib/core/pktdev/pktdev_core.h @@ -196,7 +196,7 @@ struct cne_pktdev { extern struct cne_pktdev pktdev_devices[CNE_MAX_ETHPORTS]; -#define PKTDEV_NAME_MAX_LEN 16 +#define PKTDEV_NAME_MAX_LEN 32 /** * @internal * The data part, with no function pointers, associated with each ethernet device.