From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shmulik Ladkani Subject: Re: [PATCH net-next V4 2/4] net/dst: Utility functions to build dst_metadata without supplying an skb Date: Wed, 31 Aug 2016 20:11:32 +0300 Message-ID: <20160831201132.47d11c68@halley> References: <1472647584-6713-1-git-send-email-hadarh@mellanox.com> <1472647584-6713-3-git-send-email-hadarh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , netdev@vger.kernel.org, Jiri Pirko , Jiri Benc , Jamal Hadi Salim , Tom Herbert , Eric Dumazet , Cong Wang , Or Gerlitz , Amir Vadai , Amir Vadai To: Hadar Hen Zion Return-path: Received: from mail-wm0-f47.google.com ([74.125.82.47]:37713 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161189AbcHaRLz (ORCPT ); Wed, 31 Aug 2016 13:11:55 -0400 Received: by mail-wm0-f47.google.com with SMTP id i5so101683598wmg.0 for ; Wed, 31 Aug 2016 10:11:55 -0700 (PDT) In-Reply-To: <1472647584-6713-3-git-send-email-hadarh@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 31 Aug 2016 15:46:22 +0300 Hadar Hen Zion wrote: > From: Amir Vadai > > Extract __ip_tun_set_dst() and __ipv6_tun_set_dst() out of > ip_tun_rx_dst() and ipv6_tun_rx_dst(), to be used without supplying an > skb. > > Signed-off-by: Amir Vadai > Signed-off-by: Hadar Hen Zion Reviewed-by: Shmulik Ladkani