Re: [PATCH 3/5] virtio net: Add ethtool ops for SG/GSO

2008-07-14 Thread Herbert Xu
On Mon, Jul 14, 2008 at 10:40:49PM -0500, Rusty Russell wrote: > From: Herbert Xu <[EMAIL PROTECTED]> > > 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

[PATCH 3/5] virtio net: Add ethtool ops for SG/GSO

2008-07-14 Thread Rusty Russell
From: Herbert Xu <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> (remove MTU setting) --- drivers/net/virtio_net.c | 18