Searched refs:check_extack (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | bpf_offload.py | 586 def check_extack(output, reference, args): function 594 check_extack(output, "netdevsim: " + reference, args) 651 check_extack(err, "XDP program already attached.", args) 657 check_extack(err, "More than one program loaded, unset mode is ambiguous.", args) 773 check_extack(err, "TC offload is disabled on net device.", args) 813 check_extack(err, "Driver supports only offload of chain 0.", args) 946 check_extack(err, 978 check_extack(err, "Using offloaded program without HW_MODE flag is not supported.", args) 1027 check_extack(err, "Program bound to different device.", args) 1032 check_extack(err, "Program bound to different device.", args) [all …]
|