From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net-next 2/4] udp: Move udp[46]_portaddr_hash() to net/ip[v6].h Date: Fri, 01 Dec 2017 09:22:31 -0800 Message-ID: <1512148951.19682.35.camel@gmail.com> References: <20171130232327.561108-1-kafai@fb.com> <20171130232327.561108-3-kafai@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: "David S . Miller" , Eric Dumazet , Kernel Team To: Martin KaFai Lau , netdev Return-path: Received: from mail-it0-f50.google.com ([209.85.214.50]:35049 "EHLO mail-it0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752370AbdLARWd (ORCPT ); Fri, 1 Dec 2017 12:22:33 -0500 Received: by mail-it0-f50.google.com with SMTP id f143so3248007itb.0 for ; Fri, 01 Dec 2017 09:22:33 -0800 (PST) In-Reply-To: <20171130232327.561108-3-kafai@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 2017-11-30 at 15:23 -0800, Martin KaFai Lau wrote: > This patch moves the udp[46]_portaddr_hash() > to net/ip[v6].h.  The function name is renamed to > ipv[46]_portaddr_hash(). > > It will be used by a later patch which adds a second listener > hashtable hashed by the address and port. > > Signed-off-by: Martin KaFai Lau > --- Reviewed-by: Eric Dumazet