Intel ixgbe Driver Update Fail

spetrillo

Member
Feb 15, 2024
298
16
23
Hello all,

I am running Proxmox 9.1.11 with kernel 7.0.2-3. I am trying to do an out of tree update of the Intel ixgbe driver. I was able to update the driver when running kernel 6.17 but under 7.0.2-3 I am getting build errors. I have the kernel headers installed for the kernel but getting errors indicating some duplication of terms:

/usr/src/linux-headers-7.0.2-3-pve/include/linux/cleanup.h:280:15: error: conflicting types for ‘class_mutex_t’; have ‘struct mutex *’
280 | typedef _type class_##_name##_t; \
| ^~~~~~

Has anyone successfully built for kernel 7.0.2-3?

Thanks,
Steve