Skip to content

Instantly share code, notes, and snippets.

@leleobhz
Created March 17, 2016 20:39
Show Gist options
  • Save leleobhz/b8cdc1e38a02a78f1c5e to your computer and use it in GitHub Desktop.
Save leleobhz/b8cdc1e38a02a78f1c5e to your computer and use it in GitHub Desktop.
ixgbe-4.3.13/dkms.conf
PACKAGE_NAME="ixgbe"
PACKAGE_VERSION="4.3.13"
CLEAN="cd src/; make clean"
MAKE="cd src/; make BUILD_KERNEL=\${kernelver} noisy"
PATCH[0]=4.5.0_Rename_NETIF_F_ALL_CSUM_to_NETIF_F_CSUM_MASK_a188222b6ed29404ac2d4232d35d1fe0e77af370.diff
# For now, dont work, this patch must be applied to >4.5.0 kernel only
#PATCH_MATCH[0]="^(?:4)\.(?:[5-9]|[1-9][0-9])\.(?:[0-9]|[1-9][0-9])(?:.+|$)"
BUILT_MODULE_LOCATION[0]="src/"
BUILT_MODULE_NAME[0]="ixgbe"
DEST_MODULE_LOCATION[0]="/updates"
DEST_MODULE_NAME[0]="ixgbe"
AUTOINSTALL="yes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment