Searched refs:bkg (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/drivers/net/hw/ |
| A D | devmem.py | 8 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 D | xsk_reconfig.py | 18 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 D | iou-zcrx.py | 8 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 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):
|
| 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, exit_wait=True) as nc:
|
| /tools/testing/selftests/drivers/net/ |
| 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:
|
| 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}',
|
| 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:
|
| A D | xdp.py | 16 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__.py | 17 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \
|
| /tools/testing/selftests/drivers/net/hw/lib/py/ |
| A D | __init__.py | 18 from net.lib.py import bkg, cmd, defer, ethtool, fd_read_timeout, ip, \
|
| /tools/testing/selftests/net/lib/py/ |
| A D | utils.py | 95 class bkg(cmd): class
|
Completed in 13 milliseconds