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 79B4FC25B48 for ; Thu, 26 Oct 2023 13:30:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345049AbjJZNab (ORCPT ); Thu, 26 Oct 2023 09:30:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231142AbjJZNa3 (ORCPT ); Thu, 26 Oct 2023 09:30:29 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B02112A for ; Thu, 26 Oct 2023 06:30:27 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 9C53DC433C8; Thu, 26 Oct 2023 13:30:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698327026; bh=pFp2YBd4VyYE7lA/RZtlxRg6vfQXE6WJqS+if9pEY+o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=D+XU9HB7BRRP6sB4v41mdsFp5k4taEv0LgLyGCvaxonqB1qfaV4Stj9rWh56IHVY1 +dkBvs0WvWSiT+999vUHAafREuhDEIprUTiS4CtnnC3UI2CK8BpEnGIqCKQp6hbN4w oS/U2ugIHvB4Fin/OZOIAlxlcrgI92yAAskseClrUAs2B3srH3RPYGaMLTeUk5TXDj tmIlkUABO0rklTeLT9Zqt8ez2c+ktzEC5Nu/Wf8sgsQ/pEUEUB8h2FHFAu7AOpMOy8 i7kPwPsWKEZux8FJfpYVrnNypAoJQJx7KTpEdmXyi2CoS44IE6QijOUJbmDKbrRw+O iN8lLuLYxm6bQ== 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 7ADE2C3959F; Thu, 26 Oct 2023 13:30:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] bareudp: use ports to lookup route From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169832702649.29524.3769483651661946849.git-patchwork-notify@kernel.org> Date: Thu, 26 Oct 2023 13:30:26 +0000 References: <20231025094441.417464-1-b.galvani@gmail.com> In-Reply-To: <20231025094441.417464-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 patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Wed, 25 Oct 2023 11:44:41 +0200 you wrote: > The source and destination ports should be taken into account when > determining the route destination; they can affect the result, for > example in case there are routing rules defined. > > Signed-off-by: Beniamino Galvani > --- > drivers/net/bareudp.c | 29 ++++++++++++++++------------- > 1 file changed, 16 insertions(+), 13 deletions(-) Here is the summary with links: - [net-next] bareudp: use ports to lookup route https://git.kernel.org/netdev/net-next/c/ef113733c288 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html