From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 17683346A14; Fri, 19 Jun 2026 05:59:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781848786; cv=none; b=KpDi79ZtUMxagoVhf/PKDXfQ7f8T8UbBsDVNXD5k0pcDPGQulCP5DkvIpncHY32KiIeklCHQ4I0LjNcrlY7sYxd2pQU4tpDFzHTvXmt7D4CM5sRhLs/wE4618rBqW/c2Tvw++x4VTQVNAQ/wydrdc+ktLevUb7kqMD+u09QYbjM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781848786; c=relaxed/simple; bh=+PqijbD9oMdSwOrOcxgtcweO6CEWkp4h/Pjn5wBNGCg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WhxMMQX6bOK/9+RU/nm/fa32EiU5dWjkXpqU90eUVFUm6v+WV9jurlf1C9JtFyzWd+UARvXmYByVK5iVbg/L7FbvyI6RpRGnbmF1hc1Zz/9C6izLWRptEXrC16nOCUD5tQNvDyE9UxkZZDdh56HBPHU+kH3exhMArbSEMOLpwXc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=BdZt8wm3; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="BdZt8wm3" 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=HU6WpvPnB6HUBo+ywbe5ytIX1ilWinc/V+jD72zgalk=; b=BdZt8wm3ZqVJ2SWkoOZmoL53ZJ BxRPORc6E09X2btf+2rGD2TXgPYqrpBKIg9xPpwKq39e9ELiw8aOBBCZE/R8NeHEAXhWKDwWkYLdb puaoSTsmdEQrfzuvBRjQEJoBnCzeEa0BV+J55EE2Ox6ZfU/Gw7xd5ruZ9Y5jm1mHQOF0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1waSGF-008SU4-Vr; Fri, 19 Jun 2026 07:59:27 +0200 Date: Fri, 19 Jun 2026 07:59:27 +0200 From: Andrew Lunn To: Luke Howard Cc: Cedric Jehasse , cedric.jehasse@luminex.be, Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Russell King , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Mellauner , Kieran Tyrrell Subject: Re: [PATCH net-next 2/2] net: dsa: mv88e6xxx: add support for credit based shaper Message-ID: <00fc2dcc-9fdb-4035-bc7c-0f4ebd37d373@lunn.ch> References: <20260522-net-next-mv88e6xxx-cbs-v1-0-c87a8e6bcc0c@luminex.be> <20260522-net-next-mv88e6xxx-cbs-v1-2-c87a8e6bcc0c@luminex.be> <0FB1CAF0-D30C-4A24-A684-1D1DBEE52FA5@padl.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: > As an aside, the 6341 driver is buggy. It assumes the chip does not > have a dedicated ATU FID register because it has 256 databases. This > is incorrect and breaks VLAN-aware bridging. I will post a patch > when the merge window reopens. You can post fixes for net any time. No need to wait for the merge window to close. Andrew