Merge branch 'selftests-drv-net-test-xdp-native-support'
authorJakub Kicinski <kuba@kernel.org>
Wed, 23 Jul 2025 01:15:55 +0000 (18:15 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Jul 2025 01:15:55 +0000 (18:15 -0700)
commitb2c688337fda9ddf655899909adf6b0b69a5e1b0
tree829c6aee1b1ea7b13ec191aaaedd387b1ef31e19
parent391daec35b937a78c2628d08ddb0b7fb7419e950
parentd6444ebc97dcbbc1e378bedb037380305294e77d
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 <kuba@kernel.org>