Searched refs:ksft_pr (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | linkconfig.py | 4 from lib.py import ksft_pr, ksft_eq, KsftSkipEx 33 ksft_pr(f"Partner Interface name: {partner_netif}") 35 ksft_pr("Unable to get the partner interface name") 47 ksft_pr(f"Link state of interface {self.cfg.ifname} is DOWN") 53 ksft_pr("Resetting interfaces in local and remote") 66 ksft_pr("Partner interface not available") 117 ksft_pr("No speed or duplex modes found") 146 ksft_pr(f"Autoneg set as {state} for {self.cfg.ifname}") 201 ksft_pr("Required minimum ethtool version is 6.10") 210 ksft_pr(f"Partner interface name is unavailable.") [all …]
|
| H A D | __init__.py | 14 ksft_pr("Failed importing `net` library from kernel sources") 15 ksft_pr(str(e))
|
| /linux-6.15/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | load.py | 5 from lib.py import ksft_pr, cmd, ip, rand_port, wait_port_listen, bkg 69 ksft_pr(">> Client:") 70 ksft_pr(self._iperf_client.stdout) 71 ksft_pr(self._iperf_client.stderr) 74 ksft_pr(">> Server:") 75 ksft_pr(self._iperf_server.stdout) 76 ksft_pr(self._iperf_server.stderr)
|
| H A D | __init__.py | 12 ksft_pr("Failed importing `net` library from kernel sources") 13 ksft_pr(str(e))
|
| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 29 def ksft_pr(*objs, **kwargs): function 46 ksft_pr("Check| At " + frame.filename + ", line " + str(frame.lineno) + 48 ksft_pr("Check| " + frame.code_context[0].strip()) 49 ksft_pr(*args) 151 ksft_pr(f"Exception while handling defer / cleanup (callback {i} of {qlen_start})!") 154 ksft_pr("Defer Exception|", line) 234 ksft_pr("Exception|", line) 236 ksft_pr("Stopping tests due to KeyboardInterrupt.")
|
| H A D | ynl.py | 6 from .ksft import ksft_pr, ktap_result 25 ksft_pr("Failed importing `ynl` library from kernel sources") 26 ksft_pr(str(e))
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | pp_alloc_fail.py | 7 from lib.py import ksft_run, ksft_exit, ksft_pr 104 ksft_pr("ethtool -G change retval: success") 106 ksft_pr("ethtool -G change retval: did not succeed", new_g) 108 ksft_pr("ethtool -G change retval: did not try")
|
| H A D | nic_performance.py | 36 from lib.py import ksft_run, ksft_exit, ksft_pr, ksft_true 69 ksft_pr(f"{protocol} test") 93 ksft_pr(f"{protocol}: Send throughput: {send_throughput[idx]} Mbps") 104 ksft_pr(f"{protocol}: Receive throughput: {receive_throughput[idx]} Mbps")
|
| H A D | tso.py | 12 from lib.py import ksft_pr, ksft_run, ksft_exit, KsftSkipEx, KsftXfailEx 145 ksft_pr("Testing with mangleid enabled") 199 ksft_pr("Detected qstat for LSO super-packets") 202 ksft_pr("Detected qstat for LSO wire-packets")
|
| H A D | rss_ctx.py | 7 from lib.py import ksft_run, ksft_pr, ksft_exit 275 ksft_pr("Driver does not support rss + queue offset") 382 ksft_pr(f"Added only {len(ids)} out of 3 contexts") 443 ksft_pr(f"Increasing queue count {qcnt} -> {2 + 2 * ctx_cnt}") 466 ksft_pr(f"Failed to create context {i + 1}, trying to test what we got") 531 ksft_pr(f"Increasing queue count {qcnt} -> {2 + 2 * ctx_cnt}") 604 ksft_pr(f"Increasing queue count {queue_cnt} -> 4") 722 ksft_pr(f"Increasing queue count {queue_cnt} -> 4")
|
| H A D | nic_link_layer.py | 30 from lib.py import ksft_run, ksft_exit, ksft_pr, ksft_eq
|
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | stats.py | 7 from lib.py import ksft_run, ksft_exit, ksft_pr 262 ksft_pr("completed up/down cycles:", len(stdout.decode('utf-8')))
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | nl_netdev.py | 5 from lib.py import ksft_run, ksft_exit, ksft_pr
|