Re: [ovs-dev] [PATCH] datapath: Restore OVS_CB after skb_segment.

2014-09-23 Thread Pravin Shelar
On Mon, Sep 22, 2014 at 6:39 PM, Andy Zhou wrote: > Thanks for the fix! Looks good. Also verified it fixes the crash reported. > > Acked-by: Andy Zhou > I pushed patch to master and 2.1 and 2.3. Thanks. > On Sat, Sep 20, 2014 at 9:10 PM, Pravin B Shelar wrote: >> OVS needs to segments large s

Re: [ovs-dev] [PATCH] datapath: Restore OVS_CB after skb_segment.

2014-09-22 Thread Andy Zhou
Thanks for the fix! Looks good. Also verified it fixes the crash reported. Acked-by: Andy Zhou On Sat, Sep 20, 2014 at 9:10 PM, Pravin B Shelar wrote: > OVS needs to segments large skb before sending it for miss > packet handling to userspace. but skb_gso_segment uses > skb->cb. This corrupted