From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us.padl.com (us.padl.com [216.154.215.154]) (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 A4C6B2D7BF; Mon, 6 Jul 2026 09:42:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.154.215.154 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783330967; cv=none; b=Imkg+1bGp3qwODI0rR/1eghG/trzpX/ev3nKdIEL8Qj94kbQypmsXKtaMtN4dwRiSjDIkKGzeqZAKjM+p51GBgVQOUW5UL88c237ckbQP3d0vIPtKSVyju/yEFQJPfaWw851PUod3iH8V47Weu8bRryIpWdj5F3kS2EQ0Hjd6Vw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783330967; c=relaxed/simple; bh=oxYM7OmTLYW2tUoB3STKInz4oHSc9nPtr4q1z8//Ua4=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=aaCy0IlFoNVGawzS8q4OHxu2NmCdcyqWZvtEKlApBrC6RefSrasiXJcap3XI7DbsGCMsoDwNzZc+ZEZ5SIuNgLs/QgynUNpRy4Uk7NugdgVDdB6sIh0gGM+oQcV1eS7rJQm06FKySevakE3TGhFLEL8Kao+UiLE1E4FwXmy8edY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=padl.com; spf=pass smtp.mailfrom=padl.com; dkim=pass (2048-bit key) header.d=padl.com header.i=@padl.com header.b=OizCMT3B; arc=none smtp.client-ip=216.154.215.154 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=padl.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=padl.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=padl.com header.i=@padl.com header.b="OizCMT3B" Received: from smtpclient.apple (119-18-22-158.771216.mel.static.aussiebb.net [119.18.22.158]) by us.padl.com (Postfix) with ESMTPSA id 7F57D60DA2; Mon, 6 Jul 2026 05:42:30 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=padl.com; s=default; t=1783330954; bh=oxYM7OmTLYW2tUoB3STKInz4oHSc9nPtr4q1z8//Ua4=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=OizCMT3BZgIgQrNEu+/kMtt2CS/Rt7t2eh4H2931fBloU8T6RrYTOoGNoFRx3XPMp zNE/sNxkXOcH7dlLriaXNsTF0QqBoIUfjraokSwqlKVVsBak9XPM27aYV4dWJ7t1Br FztLRYTVD3FewtMvy8K2xzbVdAmxQgZPSHwuiHSAMEGKET2RRuagb+4yxRrwDXULLZ i5NccT/9uZRoQU+MKfV6Ewn03W67VcGAdDbhImlfdQLx4gPd3md/Gy01lWhsz8297y 8gYMuYStXKzfdburN1dSuvOevZ92F1fFEJWnyIlDrEi2sd8ixjPgJ87V0mlgZ+JLO8 XvnkAmCu6MeoQ== Content-Type: text/plain; charset=utf-8 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.600.51.1.1\)) Subject: Re: [PATCH net-next 11/17] net: dsa: mv88e6xxx: Move available stats into info structure From: Luke Howard In-Reply-To: Date: Mon, 6 Jul 2026 19:42:17 +1000 Cc: Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Russell King , Richard Cochran , Florian Fainelli , Cedric Jehasse , Max Holtmann , Max Hunter , "Tyrrell, Kieran" , Ryan Wilkins , Mattias Forsblad , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Transfer-Encoding: quoted-printable Message-Id: <19E97EC3-683F-4FEC-89AB-F8CC579F651E@padl.com> References: <20260703-net-next-mv88e6xxx-rmu-v1-0-991a27d78bca@padl.com> <20260703-net-next-mv88e6xxx-rmu-v1-11-991a27d78bca@padl.com> To: "Jagielski, Jedrzej" X-Mailer: Apple Mail (2.3864.600.51.1.1) > Is everything fine with this patch? > There's nothing beside adding checks to some of the functions > (which is reverted in the upcoming patch) what does not > seem to be corresponding to the commit msg This (Marvell RMU) patch series has been deferred, I=E2=80=99ll note = your comments and return to them once the other patch series I have = submitted have been processed. Cheers, Luke=