Lines Matching full:xdp
5 # The test binds the XDP socket to the interface without setting
7 # make it easier to reproduce the deadlock when XDP program,
8 # XDP socket bind/unbind, rx ring resize race with refill_work on
27 xdp = cmd(f'{cfg.net_lib_dir / "xdp_helper"} - -', fail=False)
28 if xdp.ret == 255:
30 elif xdp.ret > 0:
37 raise KsftSkipEx('Failed to bind XDP socket in zerocopy.\n' \
43 ip(f"link set dev %s xdp obj %s sec xdp" %
45 ip(f"link set dev %s xdp off" % cfg.ifname)