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 D5269CDB482 for ; Mon, 16 Oct 2023 09:00:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233114AbjJPJAa (ORCPT ); Mon, 16 Oct 2023 05:00:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232532AbjJPJA1 (ORCPT ); Mon, 16 Oct 2023 05:00:27 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85274E8 for ; Mon, 16 Oct 2023 02:00:25 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2B7C0C433CC; Mon, 16 Oct 2023 09:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697446825; bh=NW9DlooEk/8D5F8mBI9PtB9cSzq23dm5wLvyptIwSks=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=gYebKGr1jBoJa6pNw0PHBvY6lh+NfkAjJH/uQlBtFHxNIZgTzpf2sv9AEJxVEdpIZ ILu2nP7ScRlbrwaEHzJEwl34EMpelvxX0+VJDP7SLYxzUSibIQ6x0TXJYOeMS4DC7T siXR7HBxu4Ipdw1ozRSxo0QBpsg8FpLIX1upWSrxUMb4JVG3O2mOdCM/nM38INZzkO p98Xdcrq3yyMl8sxGuI0NS+/0QgpsqIDjTVzboG75u39bga9jamq2acRu42vTPRKV1 gaW2dWSysVQ6nx6wV8qOb+tTcCp8WqmeTzRdz0Juc2DkrxCzHc2SFMypYyrm0qKB8a Ml1UfMM7FKnXg== 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 1636EC41671; Mon, 16 Oct 2023 09:00:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 0/7] net: consolidate IPv4 route lookup for UDP tunnels From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169744682508.7474.11859818002132979363.git-patchwork-notify@kernel.org> Date: Mon, 16 Oct 2023 09:00:25 +0000 References: <20231016071526.2958108-1-b.galvani@gmail.com> In-Reply-To: <20231016071526.2958108-1-b.galvani@gmail.com> To: Beniamino Galvani Cc: netdev@vger.kernel.org, davem@davemloft.net, 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 Mon, 16 Oct 2023 09:15:19 +0200 you wrote: > At the moment different UDP tunnels rely on different functions for > IPv4 route lookup, and those functions all implement the same > logic. Only bareudp uses the generic ip_route_output_tunnel(), while > geneve and vxlan basically duplicate it slightly differently. > > This series first extends the generic lookup function so that it is > suitable for all UDP tunnel implementations. Then, bareudp, geneve and > vxlan are adapted to use them. > > [...] Here is the summary with links: - [net-next,v2,1/7] ipv4: rename and move ip_route_output_tunnel() https://git.kernel.org/netdev/net-next/c/bf3fcbf7e7a0 - [net-next,v2,2/7] ipv4: remove "proto" argument from udp_tunnel_dst_lookup() https://git.kernel.org/netdev/net-next/c/78f3655adcb5 - [net-next,v2,3/7] ipv4: add new arguments to udp_tunnel_dst_lookup() https://git.kernel.org/netdev/net-next/c/72fc68c6356b - [net-next,v2,4/7] ipv4: use tunnel flow flags for tunnel route lookups https://git.kernel.org/netdev/net-next/c/3ae983a603a4 - [net-next,v2,5/7] geneve: add dsfield helper function https://git.kernel.org/netdev/net-next/c/60a77d11cd5d - [net-next,v2,6/7] geneve: use generic function for tunnel IPv4 route lookup https://git.kernel.org/netdev/net-next/c/daa2ba7ed1d1 - [net-next,v2,7/7] vxlan: use generic function for tunnel IPv4 route lookup https://git.kernel.org/netdev/net-next/c/6f19b2c136d9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html