commit | a9ea3fc6f2654a7407864fec983d1671d775b5ee | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Apr 18 11:21:42 2008 +0800 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 25 12:06:01 2008 +1000 |
tree | b7c57a64bafdbb69271c33ca2d3fedf7331443f0 | |
parent | 9953ca6cb757fb317bb7cdd2fcbf9b88312e241b [diff] |
virtio net: Add ethtool ops for SG/GSO This patch adds some basic ethtool operations to virtio_net so I could test SG without GSO (which was really useful because TSO turned out to be buggy :) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (remove MTU setting)