Searched refs:bkg (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | csum.py | 10 from lib.py import bkg, cmd, wait_port_listen 22 with bkg(rx_cmd, exit_wait=True): 43 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
|
| H A D | iou-zcrx.py | 8 from lib.py import bkg, cmd, ethtool, wait_port_listen 45 with bkg(rx_cmd, host=cfg.remote, exit_wait=True): 71 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
|
| H A D | devmem.py | 7 from lib.py import bkg, cmd, rand_port, wait_port_listen 30 with bkg(listen_cmd) as socat:
|
| H A D | tso.py | 15 from lib.py import bkg, cmd, defer, ethtool, ip, rand_port, wait_port_listen 42 with bkg(listen_cmd, host=cfg.remote) as nc:
|
| H A D | nic_performance.py | 38 from lib.py import NetDrvEpEnv, bkg, wait_port_listen
|
| /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 31 with bkg(server_cmd, host=env.remote):
|
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | queues.py | 8 from lib.py import bkg, cmd, defer, ip 35 with bkg(f'{cfg.test_dir / "xdp_helper"} {cfg.ifindex} {xdp_queue_id}',
|
| H A D | ping.py | 9 from lib.py import bkg, cmd, wait_port_listen, rand_port 39 with bkg(listen_cmd, exit_wait=True) as nc: 47 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc:
|
| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | utils.py | 95 class bkg(cmd): class
|