Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dlk3 opened this issue Jan 15, 2024 · 4 comments

Comments

@dlk3
Copy link

dlk3 commented Jan 15, 2024

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

@cardigliano
Copy link
Member

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

@incapdns
Copy link

@cardigliano Which is the latest kernel supported ?

@cardigliano
Copy link
Member

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

@cardigliano
Copy link
Member

Kernel up to 6.8 (ubuntu 24) is now supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants