[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220824170340.207131-1-anthony.l.nguyen@intel.com>
Date: Wed, 24 Aug 2022 10:03:35 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-24 (ice)
This series contains updates to ice driver only.
Marcin adds support for TC parsing on TTL and ToS fields.
Anatolli adds support for devlink port split command to allow
configuration of various port configurations.
Jake allows for passing and writing an additional NVM write activate
field by expanding current cmd_flag.
Ani makes PHY debug output more readable.
The following are changes since commit 8357d67f5ec0a5d9e48a2e95c66f1afb2c75879f:
Merge branch 'r8169-next'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE
Anatolii Gerasymenko (2):
ice: Add port option admin queue commands
ice: Implement devlink port split operations
Anirudh Venkataramanan (1):
ice: Print human-friendly PHY types
Jacob Keller (1):
ice: Add additional flags to ice_nvm_write_activate
Marcin Szycik (1):
ice: Add support for ip TTL & ToS offload
Documentation/networking/devlink/ice.rst | 36 +++
.../net/ethernet/intel/ice/ice_adminq_cmd.h | 60 ++++
drivers/net/ethernet/intel/ice/ice_common.c | 273 +++++++++++++++--
drivers/net/ethernet/intel/ice/ice_common.h | 9 +
drivers/net/ethernet/intel/ice/ice_devlink.c | 288 ++++++++++++++++++
drivers/net/ethernet/intel/ice/ice_nvm.c | 13 +-
drivers/net/ethernet/intel/ice/ice_nvm.h | 2 +-
drivers/net/ethernet/intel/ice/ice_tc_lib.c | 142 ++++++++-
drivers/net/ethernet/intel/ice/ice_tc_lib.h | 6 +
drivers/net/ethernet/intel/ice/ice_type.h | 2 +
10 files changed, 804 insertions(+), 27 deletions(-)
--
2.35.1
Powered by blists - more mailing lists