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 X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AEEECC433FE for ; Wed, 15 Sep 2021 03:10:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9681761211 for ; Wed, 15 Sep 2021 03:10:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235738AbhIODL1 (ORCPT ); Tue, 14 Sep 2021 23:11:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:55896 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229888AbhIODLZ (ORCPT ); Tue, 14 Sep 2021 23:11:25 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 1A14561216; Wed, 15 Sep 2021 03:10:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631675407; bh=NP81zxZ2T2LyWE2h8Socya3mbavsFzhvOfRA46C1NNw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=aWYA8RT82bqsNDyZ8gexmS0cE6TJ0NmNa7KAuu05IjKwDVRLNFLGG7JUOz6mqPxQN ykpT8fK3ej2HYL+LRpqvnL2F+jgbz/w+7EleIvsCEn4bwrmoJKEOnSKxO20Md8UCcN X+Zyj4F6rIzxNuU1OeR00sYs6ZUSSkqSbkhEzWMQD5icaG67NuHdSrA2ld0gnleqWB bY4aNVtAQM/4xddoqwqcHInmS7ehWtDyxyJQUiPqY7TQLonNxuyEXSzYM1UO37bCmz +eNvscQH6qQ/QmC9u1AKMCxU+cwg53so7G4PSYWTqveCEq5OHwch+kqrIXaOASBIJF Ar5LIS3WuQZgg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: dsa: tag_rtl4_a: Drop bit 9 from egress frames From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163167540707.9269.153077674035924218.git-patchwork-notify@kernel.org> Date: Wed, 15 Sep 2021 03:10:07 +0000 References: <20210913143156.1264570-1-linus.walleij@linaro.org> In-Reply-To: <20210913143156.1264570-1-linus.walleij@linaro.org> To: Linus Walleij Cc: andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 13 Sep 2021 16:31:56 +0200 you wrote: > This drops the code setting bit 9 on egress frames on the > Realtek "type A" (RTL8366RB) frames. > > This bit was set on ingress frames for unknown reason, > and was set on egress frames as the format of ingress > and egress frames was believed to be the same. As that > assumption turned out to be false, and since this bit > seems to have zero effect on the behaviour of the switch > let's drop this bit entirely. > > [...] Here is the summary with links: - [net-next] net: dsa: tag_rtl4_a: Drop bit 9 from egress frames https://git.kernel.org/netdev/net-next/c/339133f6c318 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html