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=-10.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 A59A9C432BE for ; Tue, 10 Aug 2021 07:32:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 80FB360F38 for ; Tue, 10 Aug 2021 07:32:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233500AbhHJHcs (ORCPT ); Tue, 10 Aug 2021 03:32:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50284 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230138AbhHJHcr (ORCPT ); Tue, 10 Aug 2021 03:32:47 -0400 X-Greylist: delayed 2079 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 10 Aug 2021 00:32:25 PDT Received: from the.earth.li (the.earth.li [IPv6:2a00:1098:86:4d:c0ff:ee:15:900d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81285C0613D3; Tue, 10 Aug 2021 00:32:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=earth.li; s=the; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=bQDTGF3K6TXEhbkJJjazYgzwaqYxaaB91UFy2IRZsr4=; b=i9896ows6SedjR7ZHZkEMrgC8i FzqPZ+gVZekBw6qB4aLCJRWzD0vjGoyILemjPHkcoDOhVG36u4rxfr/SzEAwq78AeJQ7MYfQ4qi9D lH3yC3FU0xPfnZycXTkWN/KGPa8QSlR55p3ptvFxgmGHy0d0+jtuIbeDSAibs12IAz/AjsTCOLm2L 8XQHn4XzkaykoSdcIDV409234VaL8NaryIFeTKxMBkNxyCwV0qs66AElL+037WZU+8pEYo/79sCTG /hJ4CHyIb29+JDg60qlMsmZRS+ostGF2kVcp/7DLPhxJaK2By3px0eck55/yw9asvChZf9s2jux+v 9pfRlnaA==; Received: from noodles by the.earth.li with local (Exim 4.92) (envelope-from ) id 1mDLhT-0007eg-A2; Tue, 10 Aug 2021 07:57:23 +0100 Date: Tue, 10 Aug 2021 07:57:23 +0100 From: Jonathan McDowell To: DENG Qingfang Cc: Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Jakub Kicinski , Russell King , "open list:NETWORKING DRIVERS" , open list , Ansuel Smith , Michal =?utf-8?B?Vm9rw6HEjQ==?= , Christian Lamparter , Nishka Dasgupta , Xiaofei Shen , John Crispin , Stefan Lippers-Hollmann , Hannu Nyman , Imran Khan , Frank Wunderlich , Nick Lowe , =?iso-8859-1?Q?Andr=E9?= Valentin Subject: Re: [RFC net-next 0/3] qca8k bridge flags offload Message-ID: <20210810065723.GI2705@earth.li> References: <20210807120726.1063225-1-dqfext@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210807120726.1063225-1-dqfext@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 07, 2021 at 08:07:23PM +0800, DENG Qingfang wrote: > Add bridge flags support for qca8k. > > RFC: This is only compile-tested. Anyone who has the hardware, please > test this and provide Tested-by tags. Thanks. I will try to find time to build + test these on my RB3011 this weekend. Anything in particular I should look out for, or just that normal operation is unaffected? > DENG Qingfang (3): > net: dsa: qca8k: offload bridge flags > net: dsa: qca8k: enable assisted learning on CPU port > net: dsa: tag_qca: set offload_fwd_mark > > drivers/net/dsa/qca8k.c | 62 +++++++++++++++++++++++++++++++++++------ > net/dsa/tag_qca.c | 11 +++++++- > 2 files changed, 64 insertions(+), 9 deletions(-) J. -- Are you happy with your wash?