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 5D692EB64DC for ; Fri, 21 Jul 2023 10:11:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230368AbjGUKLQ (ORCPT ); Fri, 21 Jul 2023 06:11:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229622AbjGUKLN (ORCPT ); Fri, 21 Jul 2023 06:11:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C682171A for ; Fri, 21 Jul 2023 03:11:13 -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 C11ED60C6D for ; Fri, 21 Jul 2023 10:11:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD37CC433C7; Fri, 21 Jul 2023 10:11:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689934272; bh=Og6dYNFo6r+p40Vl2/CzNSsEFtjuUHHzY564GTompQY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=otyAwT+2Krh0ZKKvuVWmoB3cUAxYd687ztyhGeY+sW7VKv6tqDWNFK+mC0SZhWcoW O08eM2Ao9kD5RruBvgiaYE60ltVXVKTUABV2w9Pm+uluM/YQ64oJUHQZXx59sN5wXH FXSGvIAXcjHXRi4+eQ3023Mk5fodqrSz0iVaT3PINkm43MBcloQHn3WplT4dfVAssc YgZTYJPP9BqE9Oa2ZAnH0l5OWCVb1ZxTo1RU/kLcY8qxTqQviC2u3Vu9o+VRZ5ME3K s9i+bwY+nQkgM7UxjVg2vGZeGGVWUhNcfoOaprxvBZxDoZhpfu/ixOcex5kkNP8o/O AR3o4zSeA+6xQ== Message-ID: Date: Fri, 21 Jul 2023 12:10:57 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [Enable Designware XGMAC VLAN Stripping Feature 1/2] dt-bindings: net: snps,dwmac: Add description for rx-vlan-offload Content-Language: en-US To: Boon@ecsmtp.png.intel.com, Khai@ecsmtp.png.intel.com, "Ng , Alexandre Torgue , Jose Abreu , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Boon Khai Ng , Shevchenko Andriy , Mun Yew Tham , Leong Ching Swee , G Thomas Rohan , Shevchenko Andriy References: <20230721062617.9810-1-boon.khai.ng@intel.com> <20230721062617.9810-2-boon.khai.ng@intel.com> From: Krzysztof Kozlowski In-Reply-To: <20230721062617.9810-2-boon.khai.ng@intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/07/2023 08:26, Boon@ecsmtp.png.intel.com wrote: > From: Boon Khai Ng > > This patch is to add the dts setting for the MAC controller on > synopsys 10G Ethernet MAC which allow the 10G MAC to turn on > hardware accelerated VLAN stripping. Once the hardware accelerated > VLAN stripping is turn on, the VLAN tag will be stripped by the Subject prefix is totally bogus. > 10G Ethernet MAC. > > Signed-off-by: Boon Khai Ng > Reviewed-by: Shevchenko Andriy Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. You missed at least DT list (maybe more), so this won't be tested by automated tooling. Performing review on untested code might be a waste of time, thus I will skip this patch entirely till you follow the process allowing the patch to be tested. Please kindly resend and include all necessary To/Cc entries. Best regards, Krzysztof