diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index f5207ef21a913bf72f596683cdc3b7e557363e05..27559c987d478e56d59912ba8e08ea62b39d3fc8 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -481,6 +481,7 @@ static int virtnet_set_tx_csum(struct net_device *dev, u32 data) static struct ethtool_ops virtnet_ethtool_ops = { .set_tx_csum = virtnet_set_tx_csum, .set_sg = ethtool_op_set_sg, + .set_tso = ethtool_op_set_tso, }; static int virtnet_probe(struct virtio_device *vdev)