All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/5] Add support for software UDP fragmentation offload(UFO)
@ 2009-07-09 18:09 Sridhar Samudrala
  2009-07-10  1:04 ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Sridhar Samudrala @ 2009-07-09 18:09 UTC (permalink / raw)
  To: David Miller, Herbert Xu, netdev

The following set of patches fixes support for UDP fragmentation offload
in the core networking stack to send/receive large UDP packets over UFO
enabled devices and fallback to software UFO when the outgoing device 
doesn't support UFO.
These patches enable setting UFO on virtio-net and tap devices and allow
large UDP packets to be sent between guest to host and inter guest under
KVM.

[PATCH net-next-2.6 1/5] udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.
[PATCH net-next-2.6 2/5] udpv6: Fix HW checksum support for outgoing UFO packets
[PATCH net-next-2.6 3/5] udpv6: Fix gso_size setting in ip6_ufo_append_data
[PATCH net-next-2.6 4/5] udpv6: Remove unused skb argument of ipv6_select_ident()
[PATCH net-next-2.6 5/5] udpv6: Handle large incoming UDP/IPv6 packets and support software UFO

Thanks
Sridhar




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next-2.6 0/5] Add support for software UDP fragmentation offload(UFO)
  2009-07-09 18:09 [PATCH net-next-2.6 0/5] Add support for software UDP fragmentation offload(UFO) Sridhar Samudrala
@ 2009-07-10  1:04 ` Herbert Xu
  2009-07-12 21:39   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Herbert Xu @ 2009-07-10  1:04 UTC (permalink / raw)
  To: Sridhar Samudrala; +Cc: David Miller, netdev

On Thu, Jul 09, 2009 at 11:09:41AM -0700, Sridhar Samudrala wrote:
> The following set of patches fixes support for UDP fragmentation offload
> in the core networking stack to send/receive large UDP packets over UFO
> enabled devices and fallback to software UFO when the outgoing device 
> doesn't support UFO.
> These patches enable setting UFO on virtio-net and tap devices and allow
> large UDP packets to be sent between guest to host and inter guest under
> KVM.
> 
> [PATCH net-next-2.6 1/5] udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.
> [PATCH net-next-2.6 2/5] udpv6: Fix HW checksum support for outgoing UFO packets
> [PATCH net-next-2.6 3/5] udpv6: Fix gso_size setting in ip6_ufo_append_data
> [PATCH net-next-2.6 4/5] udpv6: Remove unused skb argument of ipv6_select_ident()
> [PATCH net-next-2.6 5/5] udpv6: Handle large incoming UDP/IPv6 packets and support software UFO

Acked-by: Herbert Xu <herbert@gondor.apana.org.au>

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next-2.6 0/5] Add support for software UDP fragmentation offload(UFO)
  2009-07-10  1:04 ` Herbert Xu
@ 2009-07-12 21:39   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2009-07-12 21:39 UTC (permalink / raw)
  To: herbert; +Cc: sri, netdev

From: Herbert Xu <herbert@gondor.apana.org.au>
Date: Fri, 10 Jul 2009 09:04:05 +0800

> On Thu, Jul 09, 2009 at 11:09:41AM -0700, Sridhar Samudrala wrote:
>> The following set of patches fixes support for UDP fragmentation offload
>> in the core networking stack to send/receive large UDP packets over UFO
>> enabled devices and fallback to software UFO when the outgoing device 
>> doesn't support UFO.
>> These patches enable setting UFO on virtio-net and tap devices and allow
>> large UDP packets to be sent between guest to host and inter guest under
>> KVM.
>> 
>> [PATCH net-next-2.6 1/5] udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.
>> [PATCH net-next-2.6 2/5] udpv6: Fix HW checksum support for outgoing UFO packets
>> [PATCH net-next-2.6 3/5] udpv6: Fix gso_size setting in ip6_ufo_append_data
>> [PATCH net-next-2.6 4/5] udpv6: Remove unused skb argument of ipv6_select_ident()
>> [PATCH net-next-2.6 5/5] udpv6: Handle large incoming UDP/IPv6 packets and support software UFO
> 
> Acked-by: Herbert Xu <herbert@gondor.apana.org.au>

Looks good to me, all applied, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-12 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-09 18:09 [PATCH net-next-2.6 0/5] Add support for software UDP fragmentation offload(UFO) Sridhar Samudrala
2009-07-10  1:04 ` Herbert Xu
2009-07-12 21:39   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.