On Mon, Jan 21, 2013 at 2:48 PM, Ben Pfaff <[email protected]> wrote: > On Mon, Jan 21, 2013 at 02:25:34PM -0800, Jesse Gross wrote: >> On Mon, Jan 21, 2013 at 10:11 AM, Ben Pfaff <[email protected]> wrote: >> > skb_gso_segment() has the following comment: >> > >> > * It may return NULL if the skb requires no segmentation. This is >> > * only possible when GSO is used for verifying header integrity. >> > >> > Somehow queue_gso_packets() has never hit this case before, but some >> > failures have suddenly been reported. This commit should fix the problem. >> > >> > Bug #14772. >> > Reported-by: Deepesh Govindan <[email protected]>. >> > Signed-off-by: Ben Pfaff <[email protected]> >> >> Acked-by: Jesse Gross <[email protected]> > > Thanks. > >> However, I think we also potentially have a similar problem in >> tunnel.c:handle_offloads(). > > May I leave the honors on that one to you?
Sure, I'll take it. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
