On Mon, 2009-06-08 at 15:16 +1000, Herbert Xu wrote: > On Fri, Jun 05, 2009 at 05:16:31PM -0700, Sridhar Samudrala wrote: > > > > + /* Software UFO is not yet supported */ > > + segs = ERR_PTR(-EPROTONOSUPPORT); > > Hmm, we need to fill this in before you start using it for virt. > After all, it's very difficult for the guest to know whether the > output device on the host is going to be able to do UFO or not. OK. Can we use skb_segment() to do IP fragmentation of UDP packets? Or does it only support TCP segementation? The function itself looks protocol independent and if it is simply splitting large skb into a list of mtu sized skb's, can we fixup the ip header differently for UDP packets(id and frag_off) in inet_gso_segment and ipv6_gso_segment? Thanks Sridhar -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html