netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2022-07-14
@ 2022-07-14 18:03 Tony Nguyen
  2022-07-14 18:03 ` [PATCH net-next 1/3] ice: add support for Auto FEC with FEC disabled Tony Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tony Nguyen @ 2022-07-14 18:03 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to ice.

Paul adds the option to use FEC disabled when auto FEC is set on
modules that do not advertise it.

Ani updates feature restriction for devices that don't support external
time stamping.

Zhuo Chen removes unnecessary call to pci_aer_clear_nonfatal_status().

The following are changes since commit b126047f43f11f61f1dd64802979765d71795dae:
  Merge branch 'xen-netfront-xsa-403-follow-on'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Anirudh Venkataramanan (1):
  ice: Add EXTTS feature to the feature bitmap

Paul Greenwalt (1):
  ice: add support for Auto FEC with FEC disabled

Zhuo Chen (1):
  ice: Remove pci_aer_clear_nonfatal_status() call

 drivers/net/ethernet/intel/ice/ice.h          |  2 +
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  1 +
 drivers/net/ethernet/intel/ice/ice_common.c   | 80 ++++++++++++-------
 drivers/net/ethernet/intel/ice/ice_common.h   |  1 +
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 40 +++++++++-
 drivers/net/ethernet/intel/ice/ice_lib.c      |  1 +
 drivers/net/ethernet/intel/ice/ice_main.c     | 14 ++--
 drivers/net/ethernet/intel/ice/ice_ptp.c      | 18 +++--
 drivers/net/ethernet/intel/ice/ice_type.h     |  8 +-
 9 files changed, 120 insertions(+), 45 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-15 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14 18:03 [PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2022-07-14 Tony Nguyen
2022-07-14 18:03 ` [PATCH net-next 1/3] ice: add support for Auto FEC with FEC disabled Tony Nguyen
2022-07-15  5:09   ` Jakub Kicinski
2022-07-15 17:40     ` Greenwalt, Paul
2022-07-14 18:03 ` [PATCH net-next 2/3] ice: Add EXTTS feature to the feature bitmap Tony Nguyen
2022-07-14 18:03 ` [PATCH net-next 3/3] ice: Remove pci_aer_clear_nonfatal_status() call Tony Nguyen

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).