Lines Matching full:offload
3 """Traffic test for VXLAN + IPsec crypto-offload."""
31 """Skips if iproute2 lacks xfrm offload support."""
33 if "offload" not in out.stdout + out.stderr:
34 raise KsftSkipEx("iproute2 too old, missing xfrm offload")
38 """Skips if device lacks esp-hw-offload support."""
44 if not feat.get("esp-hw-offload", {}).get("active"):
45 raise KsftSkipEx("Device does not support esp-hw-offload")
55 """Sets up VXLAN tunnel with IPsec transport-mode crypto-offload."""
94 f"mode transport offload crypto dev {cfg.ifname} dir out")
102 f"mode transport offload crypto dev {cfg.ifname} dir in")
164 """Tests VXLAN+IPsec crypto-offload has no TX drops."""
197 """Runs VXLAN+IPsec crypto-offload GSO selftest."""