From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko 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 17:07:01 +0200 Message-ID: <20160831150700.GB1986@nanopsycho> 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 Cc: "David S. Miller" , netdev@vger.kernel.org, Jiri Pirko , Jiri Benc , Jamal Hadi Salim , Shmulik Ladkani , Tom Herbert , Eric Dumazet , Cong Wang , Or Gerlitz , Amir Vadai , Amir Vadai To: Hadar Hen Zion Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:35779 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935677AbcHaPHE (ORCPT ); Wed, 31 Aug 2016 11:07:04 -0400 Received: by mail-wm0-f66.google.com with SMTP id i5so8058049wmg.2 for ; Wed, 31 Aug 2016 08:07:04 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1472647584-6713-3-git-send-email-hadarh@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: Wed, Aug 31, 2016 at 02:46:22PM CEST, hadarh@mellanox.com 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 Acked-by: Jiri Pirko