netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-24 (ice)
@ 2022-08-24 17:03 Tony Nguyen
  2022-08-24 17:03 ` [PATCH net-next 1/5] ice: Add support for ip TTL & ToS offload Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Tony Nguyen @ 2022-08-24 17:03 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

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


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

end of thread, other threads:[~2022-08-30 21:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-24 17:03 [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-24 (ice) Tony Nguyen
2022-08-24 17:03 ` [PATCH net-next 1/5] ice: Add support for ip TTL & ToS offload Tony Nguyen
2022-08-24 17:03 ` [PATCH net-next 2/5] ice: Add port option admin queue commands Tony Nguyen
2022-08-24 17:03 ` [PATCH net-next 3/5] ice: Add additional flags to ice_nvm_write_activate Tony Nguyen
2022-08-24 17:03 ` [PATCH net-next 4/5] ice: Implement devlink port split operations Tony Nguyen
2022-08-24 17:03 ` [PATCH net-next 5/5] ice: Print human-friendly PHY types Tony Nguyen
2022-08-26  3:03   ` Jakub Kicinski
2022-08-30 18:33     ` Jesse Brandeburg
2022-08-30 21:54       ` Jakub Kicinski
2022-08-26 10:50 ` [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-24 (ice) patchwork-bot+netdevbpf

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