Re: [PATCH 3/4] tun: Allow GSO using virtio_net_hdr

2008-07-24 Thread Rusty Russell
On Friday 25 July 2008 00:20:44 Herbert Xu wrote: > On Thu, Jun 26, 2008 at 12:30:37AM +1000, Rusty Russell wrote: > > Add a IFF_VNET_HDR flag. This uses the same ABI as virtio_net (ie. > > prepending struct virtio_net_hdr to packets) to indicate GSO and checksum > > information. > > > > Signed-of

Re: [PATCH 3/4] tun: Allow GSO using virtio_net_hdr

2008-07-24 Thread Herbert Xu
On Thu, Jun 26, 2008 at 12:30:37AM +1000, Rusty Russell wrote: > Add a IFF_VNET_HDR flag. This uses the same ABI as virtio_net (ie. prepending > struct virtio_net_hdr to packets) to indicate GSO and checksum information. > > Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> I just noticed that we

Re: [PATCH 3/4] tun: Allow GSO using virtio_net_hdr

2008-07-02 Thread Rusty Russell
On Wednesday 02 July 2008 15:13:59 Max Krasnyansky wrote: > Rusty Russell wrote: > > Add a IFF_VNET_HDR flag. This uses the same ABI as virtio_net (ie. > > prepending struct virtio_net_hdr to packets) to indicate GSO and checksum > > information. > > > > Signed-off-by: Rusty Russell <[EMAIL PROTEC

Re: [PATCH 3/4] tun: Allow GSO using virtio_net_hdr

2008-07-01 Thread Max Krasnyansky
Rusty Russell wrote: > Add a IFF_VNET_HDR flag. This uses the same ABI as virtio_net (ie. prepending > struct virtio_net_hdr to packets) to indicate GSO and checksum information. > > Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> > --- > drivers/net/tun.c | 90 > +

[PATCH 3/4] tun: Allow GSO using virtio_net_hdr

2008-06-25 Thread Rusty Russell
Add a IFF_VNET_HDR flag. This uses the same ABI as virtio_net (ie. prepending struct virtio_net_hdr to packets) to indicate GSO and checksum information. Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> --- drivers/net/tun.c | 90 - include/