Re: [ovs-dev] [PATCHv2 1/6] datapath: Fix kernel-4.3 build.

2016-02-03 Thread pravin shelar
On Tue, Feb 2, 2016 at 3:18 PM, Joe Stringer wrote: > Commit 792e5ed750ce ("datapath: inet: frag: Always orphan skbs inside > ip_defrag().") broke the build for OVS backport against kernel-4.3. Fix > the build. > > Signed-off-by: Joe Stringer Acked-by: Pravin B Shelar __

[ovs-dev] [PATCHv2 1/6] datapath: Fix kernel-4.3 build.

2016-02-02 Thread Joe Stringer
Commit 792e5ed750ce ("datapath: inet: frag: Always orphan skbs inside ip_defrag().") broke the build for OVS backport against kernel-4.3. Fix the build. Signed-off-by: Joe Stringer --- v2: First post. --- datapath/linux/compat/include/net/ip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-