Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/net/hw/
A Ddevmem.py8 from lib.py import bkg, cmd, rand_port, wait_port_listen
30 with bkg(listen_cmd, exit_wait=True) as ncdevmem:
45 with bkg(listen_cmd) as socat:
59 with bkg(listen_cmd, exit_wait=True) as socat:
A Dxsk_reconfig.py18 from lib.py import bkg, ip, cmd, ethtool
25 def setup_xsk(cfg, xdp_queue_id = 0) -> bkg:
34 return bkg(f'{cfg.net_lib_dir / "xdp_helper"} {cfg.ifindex} ' \
A Diou-zcrx.py8 from lib.py import bkg, cmd, defer, ethtool, rand_port, wait_port_listen
67 with bkg(rx_cmd, exit_wait=True):
98 with bkg(rx_cmd, exit_wait=True):
130 with bkg(rx_cmd, exit_wait=True):
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):
A Dtso.py15 from lib.py import bkg, cmd, defer, ethtool, ip, rand_port, wait_port_listen
42 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc:
/tools/testing/selftests/drivers/net/
A Dnapi_id.py6 from lib.py import bkg, cmd, rand_port, NetNSEnter
12 with bkg(listen_cmd, ksft_wait=3) as server:
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}',
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:
A Dxdp.py16 from lib.py import bkg, cmd, rand_port, wait_port_listen
72 with bkg(rx_udp_cmd, exit_wait=True) as nc:
313 with bkg(rx_udp, host=cfg.remote, exit_wait=True) as rnc:
/tools/testing/selftests/drivers/net/lib/py/
A D__init__.py17 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \
/tools/testing/selftests/drivers/net/hw/lib/py/
A D__init__.py18 from net.lib.py import bkg, cmd, defer, ethtool, fd_read_timeout, ip, \
/tools/testing/selftests/net/lib/py/
A Dutils.py95 class bkg(cmd): class

Completed in 13 milliseconds