From: David Miller <davem@davemloft.net>
To: jeffrey.t.kirsher@intel.com
Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
jogreene@redhat.com
Subject: Re: [net-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2017-10-17
Date: Thu, 19 Oct 2017 11:50:14 +0100 (WEST) [thread overview]
Message-ID: <20171019.115014.1682502983666455223.davem@davemloft.net> (raw)
In-Reply-To: <20171017182119.71989-1-jeffrey.t.kirsher@intel.com>
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Tue, 17 Oct 2017 11:21:04 -0700
> This series contains updates to i40e and ethtool.
>
> Alan provides most of the changes in this series which are mainly fixes
> and cleanups. Renamed the ethtool "cmd" variable to "ks", since the new
> ethtool API passes us ksettings structs instead of command structs.
> Cleaned up an ifdef that was not accomplishing anything. Added function
> header comments to provide better documentation. Fixed two issues in
> i40e_get_link_ksettings(), by calling
> ethtool_link_ksettings_zero_link_mode() to ensure the advertising and
> link masks are cleared before we start setting bits. Cleaned up and fixed
> code comments which were incorrect. Separated the setting of autoneg in
> i40e_phy_types_to_ethtool() into its own conditional to clarify what PHYs
> support and advertise autoneg, and makes it easier to add new PHY types in
> the future. Added ethtool functionality to intersect two link masks
> together to find the common ground between them. Overhauled i40e to
> ensure that the new ethtool API macros are being used, instead of the
> old ones. Fixed the usage of unsigned 64-bit division which is not
> supported on all architectures.
>
> Sudheer adds support for 25G Active Optical Cables (AOC) and Active Copper
> Cables (ACC) PHY types.
Pulled, thanks Jeff.
prev parent reply other threads:[~2017-10-19 10:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-17 18:21 [net-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2017-10-17 Jeff Kirsher
2017-10-17 18:21 ` [net-next 01/15] i40e: rename 'cmd' variables in ethtool interface Jeff Kirsher
2017-10-17 18:21 ` [net-next 02/15] i40e: remove ifdef SPEED_25000 Jeff Kirsher
2017-10-17 18:21 ` [net-next 03/15] i40e: add function header for i40e_get_rxfh Jeff Kirsher
2017-10-17 18:21 ` [net-next 04/15] i40e: fix clearing link masks in i40e_get_link_ksettings Jeff Kirsher
2017-10-17 18:21 ` [net-next 05/15] i40e: fix i40e_phy_type_to_ethtool function header Jeff Kirsher
2017-10-17 18:21 ` [net-next 06/15] i40e: fix comment typo Jeff Kirsher
2017-10-17 18:21 ` [net-next 07/15] i40e: fix whitespace issues in i40e_ethtool.c Jeff Kirsher
2017-10-17 18:21 ` [net-next 08/15] i40e: group autoneg PHY types together Jeff Kirsher
2017-10-17 18:21 ` [net-next 09/15] i40e: Add new PHY types for 25G AOC and ACC support Jeff Kirsher
2017-10-17 18:21 ` [net-next 10/15] ethtool: add ethtool_intersect_link_masks Jeff Kirsher
2017-10-17 18:21 ` [net-next 11/15] i40e: convert i40e_phy_type_to_ethtool to new API Jeff Kirsher
2017-10-17 18:21 ` [net-next 12/15] i40e: convert i40e_get_settings_link_up " Jeff Kirsher
2017-10-17 18:21 ` [net-next 13/15] i40e: rename 'change' variable to 'autoneg_changed' Jeff Kirsher
2017-10-17 18:21 ` [net-next 14/15] i40e: convert i40e_set_link_ksettings to new API Jeff Kirsher
2017-10-17 18:21 ` [net-next 15/15] i40e: fix u64 division usage Jeff Kirsher
2017-10-19 10:50 ` David Miller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171019.115014.1682502983666455223.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=jeffrey.t.kirsher@intel.com \
--cc=jogreene@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@redhat.com \
--cc=sassmann@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).