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 7A23943636A; Tue, 5 May 2026 12:34:59 +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=1777984501; cv=none; b=fM5saTV8e4H8RUoK2c029jDIgFEQiM/bgiDxwYYgpyHefP5Di0tLTiNKx+OCpBjLu3LTD0WYPnXJYuMWy/GX/R/e/fWlo9jNIXdA6Kc1sbER4OBVTyG55zaUnE4RPqccF/a4qnmAYjLx6wHItXhv829Vj6+iv2FwlDiafIbnp7s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777984501; c=relaxed/simple; bh=FIqJnJljKqv+1MFUciTtJ9wgNosYo1QCRT4gzLGzl4I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=axs5ykPocip7xjWa0AAe3IUm2o+PYp3wq2xOnYJGXuIzGr7AvfkJi+rZTkRWT94/qwCA83MYKlIX1TBkQcywZa/4i2AuiZbMXi2vVDsubR3471A70NgY4O4QYrnC3dg3Pv4qTYGD5Voj5B35kkOJrhDHCHdOjHYVGRmRNMKmJFg= 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=zmuuHOqJ; 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="zmuuHOqJ" 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=JE+SnCpimdgqLDyrM2AHnSbEeW5OuRi+WBSVLEqMCH0=; b=zmuuHOqJBim3BqIGj1nFxIMW1j C2NKzyRicwAGZK/6il3VHMrOXIAwCMs/m4ghYPN4MeWBvEnK+O6khwleqLC4Wthf7ExJbFPv1taKG i97iD6X5lPVS9q2kZ/Qf66lQYaM7IYtwphQS6IywwqDwcSDcrUHfFLZHWStR7mBCB3Bk=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wKEzA-001SPr-OF; Tue, 05 May 2026 14:34:48 +0200 Date: Tue, 5 May 2026 14:34:48 +0200 From: Andrew Lunn To: Luca Ellero Cc: Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: phy: dp83867: add MDI-X management Message-ID: <9414fa96-05e1-4d7e-adca-4ccf3b96853b@lunn.ch> References: <20260505122751.233764-1-l.ellero@asem.it> 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: <20260505122751.233764-1-l.ellero@asem.it> On Tue, May 05, 2026 at 02:27:30PM +0200, Luca Ellero wrote: > ethtool on this phy device always reports "MDI-X: Unknown" and doesn't > support forcing it to on or off. > This patch adds support for reading/forcing MDI-X mode from ethtool > properly. This looks good to me. Please take a read on https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html The Subject line should indicate the tree. Reviewed-by: Andrew Lunn Andrew