PF_RING icon indicating copy to clipboard operation
PF_RING copied to clipboard

Drivers compile fails with several "implicit-function-declaration" errors on kernel 6.6.8

Open dlk3 opened this issue 1 year ago • 3 comments

I am trying to compile PF_RING on Fedora 39, which has kernel 6.6.9. I get three implicit_function_declaration errors in e1000e-3.8.7-zc/src/netdev.c, for "e1000e_hwtstamp_get", "pci_enable_pcie_error_reporting", and "pci_disable_pcie_error_reporting’. I found "e100e_hwtstamp_get" function in the netdev.c on Torvalds' Linux Github repo. I couldn't find the other function definitionss anywhere.

From reading other bug reports here I suspect that the answer will be that you don't support the 6.6.9 kernel yet. Still, I thought I should pass this along. I have attached a full log of my PF_RING make, FWIW: make.log

dlk3 avatar Jan 15 '24 07:01 dlk3

@dlk3 as you noticed this kernel is not officially supported, however we do our best to support all the kernels. Thank you for reporting.

cardigliano avatar Jan 15 '24 09:01 cardigliano

@cardigliano Which is the latest kernel supported ?

incapdns avatar Apr 20 '24 01:04 incapdns

@incapdns we officially support latest kernels shipped with Ubuntu LTS, Rocky Linux, Debian

cardigliano avatar Apr 22 '24 07:04 cardigliano

Kernel up to 6.8 (ubuntu 24) is now supported

cardigliano avatar May 30 '24 14:05 cardigliano