| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | devmem.py | |
| H A D | iou-zcrx.py | 10 from lib.py import bkg, cmd, defer, ethtool, rand_port, wait_port_listen 141 with bkg(rx_cmd, exit_wait=True): 157 with bkg(rx_cmd, exit_wait=True): 188 with bkg(rx_cmd, exit_wait=True):
|
| 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 | toeplitz.py | 16 from lib.py import cmd, bkg, rand_port, defer 194 with bkg(" ".join(rx_cmd), ksft_ready=True, exit_wait=True) as rx_proc:
|
| H A D | tso.py | 15 from lib.py import bkg, cmd, defer, ethtool, ip, rand_port, wait_port_listen 45 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc:
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | napi_id.py | 6 from lib.py import bkg, cmd, rand_port, NetNSEnter 12 with bkg(listen_cmd, ksft_wait=3) as server:
|
| H A D | queues.py | 8 from lib.py import bkg, cmd, defer, ip 35 with bkg(f'{cfg.net_lib_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:
|
| H A D | xdp.py | 18 from lib.py import bkg, cmd, rand_port, wait_port_listen 75 with bkg(rx_udp_cmd, exit_wait=True) as nc: 278 with bkg(rx_udp, host=cfg.remote, exit_wait=True) as rnc: 663 with bkg(rx_udp, host=rx_host, exit_wait=True):
|
| H A D | psp.py | 23 from lib.py import bkg, rand_port, wait_port_listen 968 with bkg(responder + f" -p {cfg.comm_port} -i {cfg.remote_ifindex}",
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | __init__.py | 15 from .utils import CmdExitFailure, fd_read_timeout, cmd, bkg, defer, \ 30 "CmdExitFailure", "fd_read_timeout", "cmd", "bkg", "defer",
|
| H A D | utils.py | 161 class bkg(cmd): class
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | __init__.py | 25 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \ 39 "bkg", "cmd", "bpftool", "bpftrace", "defer", "ethtool",
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | __init__.py | 25 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \ 41 "bkg", "cmd", "bpftool", "bpftrace", "defer", "ethtool",
|