virtio_net: hook up the set-tso ethtool op
authorMark McLoughlin <markmc@redhat.com>
Mon, 17 Nov 2008 06:40:36 +0000 (22:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Nov 2008 06:40:36 +0000 (22:40 -0800)
commit0276b4972e932ea8bf2941dcd37e9caac5652ed7
tree4fca22ffd784e7aa8e07338b0d20400cfd678546
parent0a888fd1f6320d1d9318c58de9bca3cef41546d6
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>
drivers/net/virtio_net.c