Skip to content

Commit

Permalink
Fix iavf on debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 12, 2023
1 parent 4d0f549 commit df5b585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/intel/iavf/iavf-4.5.3-zc/src/kcompat_std_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
#define NEED_DEVLINK_FLASH_UPDATE_TIMEOUT_NOTIFY
#define NEED_XSK_BUFF_DMA_SYNC_FOR_CPU
#define NEED_XSK_BUFF_POOL_RENAME
#define NEED_ETH_HW_ADDR_SET
#else /* >= 5.10.0 */
#define HAVE_DEVLINK_RELOAD_ACTION_AND_LIMIT
#define HAVE_DEVLINK_REGION_OPS_SNAPSHOT_OPS
Expand Down Expand Up @@ -264,7 +265,6 @@
#if (LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0))
#define NEED_DEVLINK_ALLOC_SETS_DEV
#define HAVE_DEVLINK_REGISTER_SETS_DEV
#define NEED_ETH_HW_ADDR_SET
#else /* >= 5.15.0 */
#define HAVE_ETHTOOL_COALESCE_EXTACK
#define HAVE_NDO_ETH_IOCTL
Expand Down

0 comments on commit df5b585

Please sign in to comment.