From: Jakub Kicinski Date: Wed, 23 Jul 2025 01:15:55 +0000 (-0700) Subject: Merge branch 'selftests-drv-net-test-xdp-native-support' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c688337fda9ddf655899909adf6b0b69a5e1b0;p=thirdparty%2Flinux.git Merge branch 'selftests-drv-net-test-xdp-native-support' Mohsin Bashir says: ==================== selftests: drv-net: Test XDP native support This patch series add tests to validate XDP native support for PASS, DROP, ABORT, and TX actions, as well as headroom and tailroom adjustment. For adjustment tests, validate support for both the extension and shrinking cases across various packet sizes and offset values. The pass criteria for head/tail adjustment tests require that at-least one adjustment value works for at-least one packet size. This ensure that the variability in maximum supported head/tail adjustment offset across different drivers is being incorporated. The results reported in this series are based on netdevsim. However, the series is tested against multiple other drivers including fbnic. Note: The XDP support for fbnic will be added later. ==================== Link: https://patch.msgid.link/20250719083059.3209169-1-mohsin.bashr@gmail.com Signed-off-by: Jakub Kicinski --- b2c688337fda9ddf655899909adf6b0b69a5e1b0