Merge branch 'selftests-move-bpf-offload-test-from-bpf-to-net'
authorJakub Kicinski <kuba@kernel.org>
Wed, 10 Apr 2024 21:03:14 +0000 (14:03 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 10 Apr 2024 21:03:14 +0000 (14:03 -0700)
commit414e576fb08f108b061cbc1fb964e51ff3467985
tree899e0e02adfddd8a8072e782c2a1c4e3dc7887b4
parent2ecd487b670fcbb1ad4893fff1af4aafdecb6023
parent6ce2b689932ba8288ceef9a82c1caf029b0b23f9
Merge branch 'selftests-move-bpf-offload-test-from-bpf-to-net'

Jakub Kicinski says:

====================
selftests: move bpf-offload test from bpf to net

The test_offload.py test fits in networking and bpf equally
well. We started adding more Python tests in networking
and some of the code in test_offload.py can be reused,
so move it to networking. Looks like it bit rotted over
time and some fixes are needed.

Admittedly more code could be extracted but I only had
the time for a minor cleanup :(
====================

Link: https://lore.kernel.org/r/20240409031549.3531084-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>