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 D6FA1C43217 for ; Fri, 18 Feb 2022 11:50:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234964AbiBRLug (ORCPT ); Fri, 18 Feb 2022 06:50:36 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:47442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234933AbiBRLua (ORCPT ); Fri, 18 Feb 2022 06:50:30 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0D7B1AF6FC; Fri, 18 Feb 2022 03:50:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6F3D561F59; Fri, 18 Feb 2022 11:50:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id CB691C340F7; Fri, 18 Feb 2022 11:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645185011; bh=+Tm6XQr1neIAUJJmAPCVtNSPwkTNH14UQ8J/awwEb1I=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=VHvg1lwSZA6CsMdCKyUvnh82opMwGVM1dWY3aDqlRn/7UhePCcLedvO3gpcAz8us5 //6xmyAoPQhrwWrofL+/HJ03vd42n76V5ctAONnCYixBaq+3MncqgLrFqYGS0sLv+n vvtymPKned9R91p8xpHBUwKIG5VK2of+G0z6SGC3QIeZIT0nnDAUKvdnCDv7gT5iGr gEW7GB7bjJLzgh70fXE1zMT3nSLpIUli/kcrcoEiVs45SMPDji7NiMAdhywXVBT7SP zG53O8GYhO+Wsa1jM05MF5N5Ye28IWnUYkllzZpUVpb6P9o3Xn1uBCjd7bmpg5HgGE jkyzDEkuFntiQ== 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 B6347E6BBD2; Fri, 18 Feb 2022 11:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 net-next] teaming: deliver link-local packets with the link they arrive on From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164518501174.13243.5915741906688907086.git-patchwork-notify@kernel.org> Date: Fri, 18 Feb 2022 11:50:11 +0000 References: <20220217212312.2827792-1-jeffreyji@google.com> In-Reply-To: <20220217212312.2827792-1-jeffreyji@google.com> To: Jeffrey Ji Cc: edumazet@google.com, davem@davemloft.net, brianvv@google.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, kuba@kernel.org, jeffreyji@google.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Thu, 17 Feb 2022 21:23:12 +0000 you wrote: > From: jeffreyji > > skb is ignored if team port is disabled. We want the skb to be delivered > if it's an link layer packet. > > Issue is already fixed for bonding in > commit b89f04c61efe ("bonding: deliver link-local packets with skb->dev set to link that packets arrived on") > > [...] Here is the summary with links: - [v2,net-next] teaming: deliver link-local packets with the link they arrive on https://git.kernel.org/netdev/net-next/c/aaae162aeb67 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html