Lines Matching full:gso
75 ksft_ge(qstat_new['tx-hw-gso-packets'] -
76 qstat_old['tx-hw-gso-packets'],
80 ksft_ge(qstat_new['tx-hw-gso-wire-packets'] -
81 qstat_old['tx-hw-gso-wire-packets'],
86 ksft_lt(qstat_new['tx-hw-gso-packets'] -
87 qstat_old['tx-hw-gso-packets'],
90 ksft_lt(qstat_new['tx-hw-gso-wire-packets'] -
91 qstat_old['tx-hw-gso-wire-packets'],
140 # Tunnel which can silently fall back to gso-partial
141 has_gso_partial = tun and 'tx-gso-partial' in cfg.features
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")
198 if 'tx-hw-gso-packets' in stats[0]:
201 if 'tx-hw-gso-wire-packets' in stats[0]: