Home
last modified time | relevance | path

Searched refs:bkg (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevmem.py
H A Diou-zcrx.py10 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 Dcsum.py10 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 Dtoeplitz.py16 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 Dtso.py15 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 Dnapi_id.py6 from lib.py import bkg, cmd, rand_port, NetNSEnter
12 with bkg(listen_cmd, ksft_wait=3) as server:
H A Dqueues.py8 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 Dping.py9 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 Dxdp.py18 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 Dpsp.py23 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__.py15 from .utils import CmdExitFailure, fd_read_timeout, cmd, bkg, defer, \
30 "CmdExitFailure", "fd_read_timeout", "cmd", "bkg", "defer",
H A Dutils.py161 class bkg(cmd): class
/linux/tools/testing/selftests/drivers/net/lib/py/
H A D__init__.py25 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__.py25 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \
41 "bkg", "cmd", "bpftool", "bpftrace", "defer", "ethtool",