Lines Matching full:partial
140 # Tunnel which can silently fall back to gso-partial
141 has_gso_partial = tun and 'tx-gso-partial' in cfg.features
143 # For TSO4 via partial we need mangleid
153 ethtool(f"-K {cfg.ifname} tx-gso-partial off")
157 # For compatible tunnels only - just GSO partial, not specific feature.
159 ethtool(f"-K {cfg.ifname} tx-gso-partial on")
184 # Check which features are supported via GSO partial
186 if 'tx-gso-partial' in cfg.features:
187 ethtool(f"-K {cfg.ifname} tx-gso-partial off")
194 ethtool(f"-K {cfg.ifname} tx-gso-partial on")
214 # name, v4/v6 ethtool_feature tun:(type, partial, args)