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.