From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55769C001E0 for ; Mon, 23 Oct 2023 07:50:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233604AbjJWHuf (ORCPT ); Mon, 23 Oct 2023 03:50:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233606AbjJWHu1 (ORCPT ); Mon, 23 Oct 2023 03:50:27 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1334D7F for ; Mon, 23 Oct 2023 00:50:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 42650C433C9; Mon, 23 Oct 2023 07:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698047424; bh=dHi+keDEb+GtKsSiQKQEa36ciu9EEvDxbZpAlC4iFQI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=EweMUBYusow8uVHPK8cbs7pIJBrObqBxRiMxAfOHGEVa963x/y3alApJc7zXr6Yfo ZgG9ei8V7gVPnJeFhnQSz9DKa9Rd84Ca/Amr2PY9Dk/BLyzc6k953hxANTZvbf8MMW BfueLEyrNjyAftIcawFrAnag47EP1u4dekmMfZUaNmLg3N9FkK7O5gtonQcbZ+Ktn7 yE4TKAHCbyInf7Wz3rzufrjEHltIVv8F7JVYzNV23zZ7uPQYwDmjkCpZu4Z83s8etJ vZMcNljffx1gLwl5+u1jk9cFMmcDwukoYM9oeBtjht85i6L+fTZUoEQH27XX6Zzbwt xlWu9nBnP1zqQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 29641C41620; Mon, 23 Oct 2023 07:50:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/5] net: consolidate IPv6 route lookup for UDP tunnels From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169804742416.31388.8610752301166615591.git-patchwork-notify@kernel.org> Date: Mon, 23 Oct 2023 07:50:24 +0000 References: <20231020115529.3344878-1-b.galvani@gmail.com> In-Reply-To: <20231020115529.3344878-1-b.galvani@gmail.com> To: Beniamino Galvani Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, dsahern@kernel.org, gnault@redhat.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 20 Oct 2023 13:55:24 +0200 you wrote: > At the moment different UDP tunnels rely on different functions for > IPv6 route lookup, and those functions all implement the same > logic. > > Extend the generic lookup function so that it is suitable for all UDP > tunnel implementations, and then adapt bareudp, geneve and vxlan to > use it. > > [...] Here is the summary with links: - [net-next,1/5] ipv6: rename and move ip6_dst_lookup_tunnel() https://git.kernel.org/netdev/net-next/c/fc47e86dbfb7 - [net-next,2/5] ipv6: remove "proto" argument from udp_tunnel6_dst_lookup() https://git.kernel.org/netdev/net-next/c/7e937dcf96d0 - [net-next,3/5] ipv6: add new arguments to udp_tunnel6_dst_lookup() https://git.kernel.org/netdev/net-next/c/946fcfdbc5b9 - [net-next,4/5] geneve: use generic function for tunnel IPv6 route lookup https://git.kernel.org/netdev/net-next/c/69d72587c17b - [net-next,5/5] vxlan: use generic function for tunnel IPv6 route lookup https://git.kernel.org/netdev/net-next/c/2aceb896ee18 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html