We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xdp_umem_reg
1 parent 6a6f7a8 commit 74bcc35Copy full SHA for 74bcc35
1 file changed
src/net/types.rs
@@ -1813,11 +1813,8 @@ fn test_sizes() {
1813
#[cfg(linux_kernel)]
1814
assert_eq_size!(UCred, libc::ucred);
1815
1816
- // Linux added fields to `xdp_umem_reg` so it's bigger now.
1817
- /*
1818
#[cfg(target_os = "linux")]
1819
assert_eq_size!(super::xdp::XdpUmemReg, c::xdp_umem_reg);
1820
- */
1821
1822
assert_eq_size!(super::xdp::XdpOptions, c::xdp_options);
1823
0 commit comments