]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests: drv-net: Factor out ksft C helpers
authorJoe Damato <jdamato@fastly.com>
Thu, 24 Apr 2025 00:27:32 +0000 (00:27 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Apr 2025 01:30:33 +0000 (18:30 -0700)
commit2b6d490b82668bbd0a9201c27154890f842e985f
tree833b738266f6afe54fe2d8307b27d1813c126ddb
parentf71c549b26a33fd62f1e9c7deeba738bfc73fbfc
selftests: drv-net: Factor out ksft C helpers

Factor ksft C helpers to a header so they can be used by other C-based
tests.

Signed-off-by: Joe Damato <jdamato@fastly.com>
Link: https://patch.msgid.link/20250424002746.16891-3-jdamato@fastly.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/ksft.h [new file with mode: 0644]
tools/testing/selftests/drivers/net/xdp_helper.c