From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [Patch net-next] tunnel: use iptunnel_xmit() again Date: Sun, 10 Mar 2013 05:29:47 +0100 Message-ID: <1362889787.4051.14.camel@edumazet-glaptop> References: <1362883119-4099-1-git-send-email-xiyou.wangcong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Pravin B Shelar , Stephen Hemminger , "David S. Miller" To: Cong Wang Return-path: Received: from mail-ee0-f52.google.com ([74.125.83.52]:40116 "EHLO mail-ee0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752000Ab3CJE3v (ORCPT ); Sat, 9 Mar 2013 23:29:51 -0500 Received: by mail-ee0-f52.google.com with SMTP id b15so1642577eek.11 for ; Sat, 09 Mar 2013 20:29:50 -0800 (PST) In-Reply-To: <1362883119-4099-1-git-send-email-xiyou.wangcong@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, 2013-03-10 at 10:38 +0800, Cong Wang wrote: > From: Cong Wang > > With recent patches from Pravin, most tunnels can't use iptunnel_xmit() > any more, due to ip_select_ident() and skb->ip_summed. But we can just > move these operations out of iptunnel_xmit(), so that tunnels can > use it again. > > This by the way fixes a bug in vxlan (missing nf_reset()) for net-next. > > Cc: Pravin B Shelar > Cc: Stephen Hemminger > Cc: "David S. Miller" > Signed-off-by: Cong Wang > > --- missing diffstat otherwise, patch looks good to me Acked-by: Eric Dumazet