Searched refs:ksft_pr (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | load.py | 6 from lib.py import ksft_pr, cmd, ip, rand_port, wait_port_listen 51 ksft_pr(">> Client:") 52 ksft_pr(self._iperf_client.stdout) 53 ksft_pr(self._iperf_client.stderr) 56 ksft_pr(">> Server:") 57 ksft_pr(self._iperf_server.stdout) 58 ksft_pr(self._iperf_server.stderr)
|
| A D | __init__.py | 21 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \ 26 ksft_pr("Failed importing `net` library from kernel sources") 27 ksft_pr(str(e))
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | devlink_rate_tc_bw.py | 62 from lib.py import ksft_pr, ksft_run, ksft_exit 190 ksft_pr(f"Set representor {rep_name} up and added to bridge") 251 ksft_pr(f"Created VF interface: {vf_ifc}") 282 ksft_pr( 289 ksft_pr(f"Failed to parse iperf3 JSON output: {exc}") 353 ksft_pr(f"Bandwidth check results {test_name}:") 354 ksft_pr(f"TC 3: {bw_data['tc3_bw']:.2f} Gbits/sec") 355 ksft_pr(f"TC 4: {bw_data['tc4_bw']:.2f} Gbits/sec") 357 ksft_pr(f"TC 3 percentage: {bw_data['tc3_percentage']:.1f}%") 358 ksft_pr(f"TC 4 percentage: {bw_data['tc4_percentage']:.1f}%") [all …]
|
| 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")
|
| A D | tso.py | 12 from lib.py import ksft_pr, ksft_run, ksft_exit, KsftSkipEx, KsftXfailEx 130 ksft_pr(f"WARNING: failure restoring wanted features: {e}") 163 ksft_pr("Testing with mangleid enabled") 195 ksft_pr(f"WARNING: failure enabling all hw features: {e}") 196 ksft_pr("partial gso feature detection may be impacted") 215 ksft_pr("Detected qstat for LSO super-packets") 218 ksft_pr("Detected qstat for LSO wire-packets")
|
| 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") 765 ksft_pr(f"Increasing queue count {queue_cnt} -> 4")
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 34 def ksft_pr(*objs, **kwargs): function 52 ksft_pr("Check| At " + frame.filename + ", line " + str(frame.lineno) + 54 ksft_pr("Check| " + frame.code_context[0].strip()) 55 ksft_pr(*args) 157 ksft_pr(f"Exception while handling defer / cleanup (callback {i} of {qlen_start})!") 160 ksft_pr("Defer Exception|", line) 210 ksft_pr(f"Ignoring SIGTERM (cnt: {term_cnt}), already exiting...") 255 ksft_pr("Exception|", line) 257 ksft_pr(f"Stopping tests due to {type(e).__name__}.")
|
| 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))
|
| /tools/testing/selftests/drivers/net/hw/lib/py/ |
| A D | __init__.py | 22 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \ 30 ksft_pr("Failed importing `net` library from kernel sources") 31 ksft_pr(str(e))
|
| /tools/testing/selftests/drivers/net/ |
| A D | xdp.py | 14 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_ne, ksft_pr 351 ksft_pr( 506 ksft_pr(f'hds-thresh not supported. Using default: {hds_thresh}') 510 ksft_pr(f"Failed to get rings: {e}. Using default: {hds_thresh}") 543 ksft_pr(
|
| A D | netpoll_basic.py | 35 ksft_pr, 292 ksft_pr("netpoll_poll_dev() was called. Success")
|
| A D | stats.py | 11 from lib.py import ksft_run, ksft_exit, ksft_pr 275 ksft_pr("completed up/down cycles:", len(stdout.decode('utf-8')))
|
| /tools/testing/selftests/net/ |
| A D | nl_netdev.py | 6 from lib.py import ksft_run, ksft_exit, ksft_pr
|
Completed in 14 milliseconds