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 EE55CC636D4 for ; Fri, 3 Feb 2023 14:12:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233657AbjBCOMe (ORCPT ); Fri, 3 Feb 2023 09:12:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233185AbjBCOML (ORCPT ); Fri, 3 Feb 2023 09:12:11 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82BC75456A; Fri, 3 Feb 2023 06:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=th236SFm+UL+eQbk39f4IhG2ZwNDs1NzoNO0exA4MrE=; b=tUsF8rvmnFEicbxs+BRmfthFt8 9T1uxkqICLFJgfWWC2LFbQ93ZsmQK4n3drjzLKb/9CGXO45p69Q2zddgiBogQQsRwLJgCEGM3mxjQ 8yqKOtQr7Fm9lERRAlrFXueIJcyyZ/jH/GkyRUXBVmopDPIXz1aoQeH3FZ8DFM1na5gI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pNwlF-0040Ts-CB; Fri, 03 Feb 2023 15:09:53 +0100 Date: Fri, 3 Feb 2023 15:09:53 +0100 From: Andrew Lunn To: Daniel Golle Cc: netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King , Heiner Kallweit , Lorenzo Bianconi , Mark Lee , John Crispin , Felix Fietkau , AngeloGioacchino Del Regno , Matthias Brugger , DENG Qingfang , Landen Chao , Sean Wang , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Vladimir Oltean , Florian Fainelli , Jianhui Zhao , =?iso-8859-1?Q?Bj=F8rn?= Mork Subject: Re: [PATCH 5/9] net: ethernet: mtk_eth_soc: fix RX data corruption issue Message-ID: References: <96c628df0991104d255e6d4696988686387bc2ef.1675407169.git.daniel@makrotopia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <96c628df0991104d255e6d4696988686387bc2ef.1675407169.git.daniel@makrotopia.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 03, 2023 at 07:02:28AM +0000, Daniel Golle wrote: > Also set bit 12 when setting up MAC MCR, as MediaTek SDK did the same > change stating: > "If without this patch, kernel might receive invalid packets that are > corrupted by GMAC."[1] Do you have any idea what this bit means? It would be nice to have a more meaningful description. Andrew