You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux kernel keeps _v1 versions of (some) updated structs for backwards compatibility with programs written for older kernel versions using AF_XDP. These older struct versions are not exposed via header and have to be skipped in the build.rs checking due to that. This means they cannot be automatically checked for changes or removal.
The newer versions of the deprecated structs work with older versions of the kernel, newer fields will be ignored/not filled.
This issue is linked in the deprecation notice in the code. Please comment here if you are using these structs.
The text was updated successfully, but these errors were encountered:
The Linux kernel keeps
_v1
versions of (some) updated structs for backwards compatibility with programs written for older kernel versions usingAF_XDP
. These older struct versions are not exposed via header and have to be skipped in thebuild.rs
checking due to that. This means they cannot be automatically checked for changes or removal.The newer versions of the deprecated structs work with older versions of the kernel, newer fields will be ignored/not filled.
This issue is linked in the deprecation notice in the code. Please comment here if you are using these structs.
The text was updated successfully, but these errors were encountered: