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'],
158 ethtool(f"-K {cfg.ifname} tx-gso-partial off")
161 ethtool(f"-K {cfg.ifname} tx-gso-partial on")
196 ksft_pr("partial gso feature detection may be impacted")
198 # Check which features are supported via GSO partial
200 if 'tx-gso-partial' in cfg.hw_features:
201 ethtool(f"-K {cfg.ifname} tx-gso-partial off")
208 ethtool(f"-K {cfg.ifname} tx-gso-partial on")
214 if 'tx-hw-gso-packets' in stats[0]:
217 if 'tx-hw-gso-wire-packets' in stats[0]: