On Fri, Apr 29, 2011 at 10:07 AM, Ben Pfaff <[email protected]> wrote: > Before commit 3f19d399f "datapath: Fix mysterious GRE-over-IPSEC problems," > 'packet' in opd_packet_cmd_execute() was an skb cloned from one created by > Netlink, so its cb member wasn't necessarily zeroed. But that commit > changed 'packet' to be freshly allocated with __dev_alloc_skb(), which > means that cb is zeroed, so we don't have to do it again. > > Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Jesse Gross <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
