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 90601EB64D0 for ; Tue, 13 Jun 2023 18:12:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232842AbjFMSMY (ORCPT ); Tue, 13 Jun 2023 14:12:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229729AbjFMSMW (ORCPT ); Tue, 13 Jun 2023 14:12:22 -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 9E9CF1B2 for ; Tue, 13 Jun 2023 11:12:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 336A860F64 for ; Tue, 13 Jun 2023 18:12:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A82C3C433D9; Tue, 13 Jun 2023 18:12:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686679940; bh=ki+xIq/Dtd9uylVNt8VBujumNOAojzQwiYYysPBIzcs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hBhEDrl4b8DDCLZU8lDdDOYrB0LSlfpGhPq1VZj+bHO12jCDh3U+pK/tzcaq1z8lV JtCGVSdsyZDbMN4gHGtaow3ty0MNeGKIwp1KxZnb2XcDVs8mDxWSDW/ah48vkJOBzP TCITMHrsqHCnZxeTdojdkzXP8siv3Bzcb8HWrUI59/C6xhTb3ghvXvOMyCuFWszrds mb9yb2LtSZam88vyxKBwb+zYPpk6KMHWBFS5G4xcIbZvPqEOlBbUat0ePSe/uMdyJ8 cTqtnF0ag1mr9lVl+z2xwunbrQzwAyETLw5kqSrdtWDlBoGcVn32WaNZ/DoQG61KLp ZcP74nuDe0zuA== Date: Tue, 13 Jun 2023 11:12:18 -0700 From: Jakub Kicinski To: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= Cc: Vladimir Oltean , Daniel Golle , Landen Chao , DENG Qingfang , Sean Wang , Andrew Lunn , Florian Fainelli , "David S. Miller" , Eric Dumazet , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Russell King , Frank Wunderlich , Bartel Eerdekens , mithat.guner@xeront.com, erkin.bozoglu@xeront.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net v2 2/7] net: dsa: mt7530: fix trapping frames with multiple CPU ports on MT7530 Message-ID: <20230613111218.0e1b3e9f@kernel.org> In-Reply-To: References: <20230611081547.26747-1-arinc.unal@arinc9.com> <20230611081547.26747-2-arinc.unal@arinc9.com> <20230613150815.67uoz3cvvwgmhdp2@skbuf> <20230613171858.ybhtlwxqwp7gyrfs@skbuf> <20230613172402.grdpgago6in4jogq@skbuf> <20230613173908.iuofbuvkanwyr7as@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Jun 2023 20:58:33 +0300 Ar=C4=B1n=C3=A7 =C3=9CNAL wrote: > > Ok. I see Russell has commented on v4, though I don't see that he parti= cularly > > pointed out that this fixes a problem which isn't yet a problem. I got = lost in > > all the versions. v2 and v3 are out of my inbox now :) =20 >=20 > All good, I had to quickly roll v3 as v2 had wrong author information=20 > and I couldn't risk getting v2 applied. FWIW you can reply with pw-bot: changes-requested to your own patches and the bot should discard them from patchwork. https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#updatin= g-patch-status It's a new capability that nobody has used, yet, so YMMV :)