Home
last modified time | relevance | path

Searched refs:check_extack (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py650 def check_extack(output, reference, args): function
658 check_extack(output, "netdevsim: " + reference, args)
715 check_extack(err, "XDP program already attached.", args)
721 check_extack(err, "More than one program loaded, unset mode is ambiguous.", args)
837 check_extack(err, "TC offload is disabled on net device.", args)
877 check_extack(err, "Driver supports only offload of chain 0.", args)
1010 check_extack(err,
1042 check_extack(err, "Using offloaded program without HW_MODE flag is not supported.", args)
1091 check_extack(err, "Program bound to different device.", args)
1096 check_extack(er
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py650 def check_extack(output, reference, args): function
658 check_extack(output, "netdevsim: " + reference, args)
715 check_extack(err, "XDP program already attached.", args)
721 check_extack(err, "More than one program loaded, unset mode is ambiguous.", args)
835 check_extack(err, "TC offload is disabled on net device.", args)
875 check_extack(err, "Driver supports only offload of chain 0.", args)
1008 check_extack(err,
1040 check_extack(err, "Using device-bound program without HW_MODE flag is not supported.", args)

Completed in 4 milliseconds