mbox series

[net-next,0/5,pull,request] Intel Wired LAN Driver Updates 2022-08-18 (ice)

Message ID 20220818155207.996297-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2022-08-18 (ice) | expand

Message

Tony Nguyen Aug. 18, 2022, 3:52 p.m. UTC
This series contains updates to ice driver only.

Jesse and Anatolii add support for controlling FCS/CRC stripping via
ethtool.

Anirudh allows for 100M speeds on devices which support it.

Sylwester removes ucast_shared field and the associated dead code related
to it.

Mikael removes non-inclusive language from the driver.

The following are changes since commit e34cfee65ec891a319ce79797dda18083af33a76:
  stmmac: intel: remove unused 'has_crossts' flag
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Anatolii Gerasymenko (1):
  ice: Implement FCS/CRC and VLAN stripping co-existence policy

Anirudh Venkataramanan (1):
  ice: Allow 100M speeds for some devices

Jesse Brandeburg (1):
  ice: Implement control of FCS/CRC stripping

Mikael Barsehyan (1):
  ice: remove non-inclusive language

Sylwester Dziedziuch (1):
  ice: Remove ucast_shared

 drivers/net/ethernet/intel/ice/ice.h         |   1 +
 drivers/net/ethernet/intel/ice/ice_base.c    |   2 +-
 drivers/net/ethernet/intel/ice/ice_common.c  |  20 +++
 drivers/net/ethernet/intel/ice/ice_common.h  |   1 +
 drivers/net/ethernet/intel/ice/ice_ethtool.c |  16 +-
 drivers/net/ethernet/intel/ice/ice_lag.c     |  16 +-
 drivers/net/ethernet/intel/ice/ice_lag.h     |   2 +-
 drivers/net/ethernet/intel/ice/ice_lib.c     |  22 +++
 drivers/net/ethernet/intel/ice/ice_lib.h     |   2 +
 drivers/net/ethernet/intel/ice/ice_main.c    |  67 +++++++-
 drivers/net/ethernet/intel/ice/ice_switch.c  | 166 +------------------
 drivers/net/ethernet/intel/ice/ice_txrx.h    |   3 +-
 drivers/net/ethernet/intel/ice/ice_type.h    |   2 -
 13 files changed, 136 insertions(+), 184 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 23, 2022, 3:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Thu, 18 Aug 2022 08:52:02 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> Jesse and Anatolii add support for controlling FCS/CRC stripping via
> ethtool.
> 
> Anirudh allows for 100M speeds on devices which support it.
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] ice: Implement control of FCS/CRC stripping
    https://git.kernel.org/netdev/net-next/c/dddd406d9dbe
  - [net-next,2/5] ice: Implement FCS/CRC and VLAN stripping co-existence policy
    https://git.kernel.org/netdev/net-next/c/affa1029d66f
  - [net-next,3/5] ice: Allow 100M speeds for some devices
    https://git.kernel.org/netdev/net-next/c/39ed02a4ba52
  - [net-next,4/5] ice: Remove ucast_shared
    https://git.kernel.org/netdev/net-next/c/e1e9db57c05b
  - [net-next,5/5] ice: remove non-inclusive language
    https://git.kernel.org/netdev/net-next/c/5c603001d782

You are awesome, thank you!