We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc98c6b commit 31b97a9Copy full SHA for 31b97a9
gen/modules/xdp.h
@@ -41,14 +41,5 @@ struct xdp_statistics_v1 {
41
__u64 tx_invalid_descs;
42
};
43
44
-// The following two definitions were added in kernel version 6.6 and can be removed
45
-// when the crate is updated to kernel version 6.6.
46
-
47
-// https://github.com/torvalds/linux/blob/master/include/uapi/linux/if_xdp.h#L33
48
-#define XDP_USE_SG (1 << 4)
49
50
-// https://github.com/torvalds/linux/blob/master/include/uapi/linux/if_xdp.h#L122
51
-#define XDP_PKT_CONTD (1 << 0)
52
53
#endif
54
0 commit comments