From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 00/12] amd-xgbe: AMD XGBE driver updates 2018-05-21 Date: Wed, 23 May 2018 16:33:18 -0400 (EDT) Message-ID: <20180523.163318.57150945055147704.davem@davemloft.net> References: <20180523163802.31625.76572.stgit@tlendack-t1.amdoffice.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: thomas.lendacky@amd.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:34954 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935075AbeEWUdU (ORCPT ); Wed, 23 May 2018 16:33:20 -0400 In-Reply-To: <20180523163802.31625.76572.stgit@tlendack-t1.amdoffice.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Tom Lendacky Date: Wed, 23 May 2018 11:38:02 -0500 > The following updates are included in this driver update series: > > - Fix the debug output for the max channels count > - Read (once) and save the port property registers during probe > - Remove the use of the comm_owned field > - Remove unused SFP diagnostic support indicator field > - Add ethtool --module-info support > - Add ethtool --show-ring/--set-ring support > - Update the driver in preparation for ethtool --set-channels support > - Add ethtool --show-channels/--set-channels support > - Update the driver to always perform link training in KR mode > - Advertise FEC support when using a KR re-driver > - Update the BelFuse quirk to now support SGMII > - Improve 100Mbps auto-negotiation for BelFuse parts > > This patch series is based on net-next. > > --- > > Changes since v1: > - Update the --set-channels support to the use of the combined, rx and > tx options as specified in the ethtool man page (in other words, don't > create combined channels based on the min of the tx and rx channels > specified). Series applied, thanks Tom.