Searched refs:check_extack (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_offload.py | 641 def check_extack(output, reference, args): function 649 check_extack(output, "netdevsim: " + reference, args) 706 check_extack(err, "XDP program already attached.", args) 714 check_extack(err, "program loaded with different flags.", args) 825 check_extack(err, "TC offload is disabled on net device.", args) 865 check_extack(err, "Driver supports only offload of chain 0.", args) 990 check_extack(err, 996 check_extack(err, "program loaded with different flags.", args) 1002 check_extack(err, "program loaded with different flags.", args) 1032 check_extack(err, "using device-bound program without HW_MODE flag is not supported.", args)
|