Searched refs:check_extack (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
A D | test_offload.py | 650 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 8 milliseconds