From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B7714191; Fri, 15 Aug 2025 00:34:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755218087; cv=none; b=ge4kL0a//QHL/wYcT6gRY4JeUVsMchL3n07fawa6oBihWmsBkGg0EID8xGcE5ypH0UTq6NCsZmfJBqzO6B1zTZSIgYvIOmJM++9bASiClyYFxbj6nSdVnFsoARpRQ4ShFrAp+egWzaoVAlcL2B7gvmOJukJKQCmM5rjuQaONkTQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755218087; c=relaxed/simple; bh=exoJ5TjOCyb/sHGSwDeRxqMEr2yHZ0ClQXoLDWjt2RY=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=KuhqTsy5y6M/zuSEtsRZYN3vvWC0Snfwk3b5TeMwSoMWMm0/O3DotC3Xv+kFsLo+9mP6suJS++oAeHPiTinvlKp0Ues/13PuUwSXgnf2lq+kRg20t8MwblxuaTvd050vqHolbAtfM4Rw5xqao5UNaBdug8WNZeP1Ly/fVtkwffU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FhezOpL1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FhezOpL1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84B06C4CEED; Fri, 15 Aug 2025 00:34:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755218087; bh=exoJ5TjOCyb/sHGSwDeRxqMEr2yHZ0ClQXoLDWjt2RY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=FhezOpL1f1xXAWWa03D+vTNB/eNMg+i9QdUJBL+/sPByC9Qb9o1+BFDnnPKLvIZRZ MYvnWL8D8N0ygDJAMpwtUPgdm7KUZLqN1ahKtbYII4oqSQfp24s+3L/2tF12STiYHo 1gBWqchiGc5uaIVlhAgsYK1vG/3KRrFYaHBruarJgbMgBwdbC3y1bgey90LGQoos5/ mximlyNdk36U8CQmO41Um2kW7tS/xqPqZxkASS5+it5wevzsk+Udntw9T5NP3gH822 iRYNHhdbMdpGWNKEp6YPeoEibjLmAkbekKuQFtRUvc2NNn0sUgcKk/RvYhkfODAuiV +sIGOw1LwmwqQ== Date: Thu, 14 Aug 2025 17:34:45 -0700 From: Jakub Kicinski To: Oleksij Rempel Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Donald Hunter , Jonathan Corbet , Heiner Kallweit , Russell King , Kory Maincent , Maxime Chevallier , Nishanth Menon , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, UNGLinuxDriver@microchip.com, linux-doc@vger.kernel.org, Michal Kubecek , Roan van Dijk Subject: Re: [PATCH net-next v1 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers Message-ID: <20250814173445.63cf56c2@kernel.org> In-Reply-To: <20250813081453.3567604-1-o.rempel@pengutronix.de> References: <20250813081453.3567604-1-o.rempel@pengutronix.de> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 13 Aug 2025 10:14:48 +0200 Oleksij Rempel wrote: > This series introduces a generic kernel-userspace API for retrieving PHY > Mean Square Error (MSE) diagnostics, together with netlink integration, > a fast-path reporting hook in LINKSTATE_GET, and initial driver > implementations for the KSZ9477 and DP83TD510E PHYs. Hi Oleksij, the series doesn't apply, could you respin? I haven't had a chance to look at the code unfortunately -- pw-bot: cr