commit | 0276b4972e932ea8bf2941dcd37e9caac5652ed7 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Sun Nov 16 22:40:36 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 16 22:40:36 2008 -0800 |
tree | 4fca22ffd784e7aa8e07338b0d20400cfd678546 | |
parent | 0a888fd1f6320d1d9318c58de9bca3cef41546d6 [diff] |
virtio_net: hook up the set-tso ethtool op Seems like an oversight that we have set-tx-csum and set-sg hooked up, but not set-tso. Also leads to the strange situation that if you e.g. disable tx-csum, then tso doesn't get disabled. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>