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 DD4A9EE4981 for ; Sat, 19 Aug 2023 06:58:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343699AbjHSG5x (ORCPT ); Sat, 19 Aug 2023 02:57:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245508AbjHSG5i (ORCPT ); Sat, 19 Aug 2023 02:57:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53E7E2102 for ; Fri, 18 Aug 2023 23:57:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E3D3F60F9E for ; Sat, 19 Aug 2023 06:57:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F12FC433C7; Sat, 19 Aug 2023 06:57:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692428256; bh=NJ+AzEErbCS9Uj2GmaQZ/wrbE6c9H2qORM9U8sYbwSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=INaR/I8iU3IbGQDU94rliksjxWziuXDqnC9Jnq5nAMRg1AaDpg86WgrTbTnMdlfTN TkGM56cqN9GQMUQgSmGgf7h/vVLstHdEyikRSYJ8naChN54OhtsrygQwSkz6/49hHO KPObH40gdfoktYdrq1yTgFW36X++c2EnTWqG8O79H4o5Ev5AWuutX7sicPYxiUSzrV X+imAjAz59fiAkfXZHesbyV7gWPEamh/dT0tnJl6+k1k7ne8yBZ85Qkp7hGI8W5DFc uNYyFpzS5jMB4bov+DqKA5bXrQ/4dceSiKG/yTPgZMnBQaU+bHnDP99qy1dwei1lcD AoRHrc5Gyoaig== Date: Sat, 19 Aug 2023 08:57:31 +0200 From: Simon Horman To: Furong Xu <0x1207@gmail.com> Cc: "David S. Miller" , Alexandre Torgue , Jose Abreu , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , Joao Pinto , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, xfr@outlook.com, rock.xu@nio.com Subject: Re: [PATCH net-next 1/1] net: stmmac: Check more MAC HW features for XGMAC Core 3.20 Message-ID: References: <20230818094832.179420-1-0x1207@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230818094832.179420-1-0x1207@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 18, 2023 at 05:48:32PM +0800, Furong Xu wrote: > 1. XGMAC core does not have hash_filter definition, it uses > vlhash(VLAN Hash Filtering) instead, skip hash_filter when XGMAC. > 2. Show exact size of Hash Table instead of raw register value. > 3. Show full description of safety features defined by Synopsys Databook. > 4. When safety feature is configured with no parity, or ECC only, > keep FSM Parity Checking disabled. > > Signed-off-by: Furong Xu <0x1207@gmail.com> Hi Furong Xu, thanks for your patch. Unfortunately it does not apply cleanly to net-next, which means that it isn't run through the upstream CI and creates a process issue for the maintainers. Please consider rebasing on net-next and reposting. -- pw-bot: changes-requested