Searched refs:check_extack (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_offload.py | 571 def check_extack(output, reference, args): function 579 check_extack(output, "netdevsim: " + reference, args) 682 check_extack(err, "TC offload is disabled on net device.", args) 722 check_extack(err, "Driver supports only offload of chain 0.", args) 849 check_extack(err, "program loaded with different flags.", args) 855 check_extack(err, "program loaded with different flags.", args) 885 check_extack(err, "using device-bound program without HW_MODE flag is not supported.", args) 966 check_extack(err, "program loaded with different flags.", args)
|