Searched refs:check_extack (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | bpf_offload.py | 590 def check_extack(output, reference, args): function 598 check_extack(output, "netdevsim: " + reference, args) 656 check_extack(err, "XDP program already attached.", args) 662 check_extack(err, "More than one program loaded, unset mode is ambiguous.", args) 779 check_extack(err, "TC offload is disabled on net device.", args) 819 check_extack(err, "Driver supports only offload of chain 0.", args) 952 check_extack(err, 984 check_extack(err, "Using offloaded program without HW_MODE flag is not supported.", args) 994 check_extack(err, "Can't attach device-bound programs in generic mode.", args) 1043 check_extack(err, "Program bound to different device.", args) [all …]
|