Searched refs:check_extack (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| 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, 1027 check_extack(err, "Program bound to different device.", args) 1032 check_extack(err, "Program bound to different device.", args) 1273 check_extack(err, "Program bound to different device.", args) [all …]
|
Completed in 8 milliseconds