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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EAAABC30658 for ; Fri, 5 Jul 2024 14:08:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=taPylzcQpWkBHWqRRKC69hZXcOlWW5p+DlQ3iefyu/g=; b=TY+zOb1hWp4NrvSo7zHtryb9Ek cwpS5rIMLi8rT9T5QtnrfX//QF+5WSM9N3ZSWZ1os/gf8e1qb+o6iZr5CKC7HOafJnBYvT2k2mtJK J7PWkZcFUMqWKoEJ0GYa/OPabRBPCpVFvMKYd3yNKZxuu47SlwJs8IPX5KR0kqXugTz0DNDwv2yZd wt67xTUM9pzU6CJK2/VDa2UvUPkIbhpXPE7OOAa4quKEgE40iYC3U0ckGn0gefa1ggOM5sA8vgKt4 aEHSctlpVxY+9qPaUoGwDkzjCHZLsenq6stUVvKKa8QKIGlBX1lwUTp7H9qW0dgZXsEbDvfCWMhVq KrNOPgqQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sPjbb-0000000G9fA-2Om9; Fri, 05 Jul 2024 14:08:07 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sPjbN-0000000G9dk-1HpX for linux-arm-kernel@lists.infradead.org; Fri, 05 Jul 2024 14:07:54 +0000 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=taPylzcQpWkBHWqRRKC69hZXcOlWW5p+DlQ3iefyu/g=; b=YHU1/cS7IwjFy3qmweZN1V24Oz 27HpelKFL4U3bHIHSQYa4winpltWhPvs4UZSUmWIfFd9sLb4rmmE8izhhWqN132lG1uueGteHLzs0 p55TR6T7ULVy2MZDUaZ+u5aAQUxFaadJwN4PGSH5/2f1aKdoyQhwCnLLgPPbk6QXYA44=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1sPjb5-001the-Kb; Fri, 05 Jul 2024 16:07:35 +0200 Date: Fri, 5 Jul 2024 16:07:35 +0200 From: Andrew Lunn 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 v1] net: stmmac: xgmac: add support for HW-accelerated VLAN stripping Message-ID: <75f006b5-813e-4be9-b528-10cc6f79aa88@lunn.ch> References: <20240705062808.805071-1-0x1207@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240705062808.805071-1-0x1207@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240705_070753_367086_4CB61ACF X-CRM114-Status: UNSURE ( 8.61 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jul 05, 2024 at 02:28:08PM +0800, Furong Xu wrote: > Commit 750011e239a5 ("net: stmmac: Add support for HW-accelerated VLAN > stripping") introduced MAC level VLAN tag stripping for gmac4 core. > This patch extend the support to xgmac core. > > Signed-off-by: Furong Xu <0x1207@gmail.com> Please take a look at this email discussion: https://lore.kernel.org/netdev/20240527093339.30883-1-boon.khai.ng@intel.com/T/ It would be good if you worked with Intel, rather than repeat the same mistakes they made. Andrew --- pw-bot: cr