Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/
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(err, "Program bound to different device.", args)
[all …]