Skip to content

Commit

Permalink
increase interface name size and update version
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Wiles <[email protected]>
  • Loading branch information
KeithWiles committed Nov 1, 2023
1 parent cd242ba commit 5c70d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.06.0
23.11.0
2 changes: 1 addition & 1 deletion lib/core/pktdev/pktdev_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5c70d8d

Please sign in to comment.