On Tue, Mar 26, 2013 at 6:09 AM, Kyle Mestery (kmestery) <[email protected]> wrote: > On Mar 25, 2013, at 2:01 PM, Pravin B Shelar <[email protected]> wrote: >> While sending packet over tunnel it can get segmented or reallocated. >> In that case we loose OVS_CB(). But some tunneling protocol >> implementation needs OVS_CB(), e.g. vxlan needs OVS_CB()->flow which >> leads to kernel panic. >> Following patch set flow before calling tnl_ops->build_header() and fixes >> OVS_CB(skb)->tun_key access. >> >> Signed-off-by: Pravin B Shelar <[email protected]> > > > Looks good to me. > > Acked-by: Kyle Mestery <[email protected]>
Thanks for review. This issue only resent in 3.9 kernel. So I will re-post this patch as part of 3.9 support patch. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
