From: Thomas Graf <[email protected]> Date: Tue, 14 Jan 2014 16:27:49 +0000
> While the zerocopy method is correctly omitted if user space > does not support unaligned Netlink messages. The attribute is > still not padded correctly as skb_zerocopy() will not ensure > padding and the attribute size is no longer pre calculated > though nla_reserve() which ensured padding previously. > > This patch applies appropriate padding if a linear data copy > was performed in skb_zerocopy(). > > Signed-off-by: Thomas Graf <[email protected]> > --- > v2: initialize padding to 0's Jesse do you want to queue this up or should I apply it directly? Thanks. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
