[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211130212004.198898-1-anthony.l.nguyen@intel.com>
Date: Tue, 30 Nov 2021 13:19:54 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
sassmann@...hat.com
Subject: [PATCH net-next v2 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2021-11-30
This series contains updates to iavf driver only.
Patryk adds a debug message when MTU is changed.
Grzegorz adds messaging when transitioning in and out of multicast
promiscuous mode.
Jake returns correct error codes for iavf_parse_cls_flower().
Jedrzej adds messaging for when the driver is removed and refactors
struct usage to take less memory. He also adjusts ethtool statistics to
only display information on active queues.
Tony allows for user to specify the RSS hash.
Karen resolves some static analysis warnings, corrects format specifiers,
and rewords a message to come across as informational.
---
v2:
- Dropped patch 1 (for net) and 5
- Change MTU message from info to debug
The following are changes since commit 196073f9c44be0b4758ead11e51bc2875f98df29:
net: ixp4xx_hss: drop kfree for memory allocated with devm_kzalloc
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Grzegorz Szczurek (1):
iavf: Log info when VF is entering and leaving Allmulti mode
Jacob Keller (1):
iavf: return errno code instead of status code
Jedrzej Jagielski (3):
iavf: Add trace while removing device
iavf: Refactor iavf_mac_filter struct memory usage
iavf: Fix displaying queue statistics shown by ethtool
Karen Sornek (3):
iavf: Fix static code analysis warning
iavf: Refactor text of informational message
iavf: Refactor string format to avoid static analysis warnings
Patryk Małek (1):
iavf: Add change MTU message
Tony Nguyen (1):
iavf: Enable setting RSS hash key
drivers/net/ethernet/intel/iavf/iavf.h | 10 ++--
.../net/ethernet/intel/iavf/iavf_ethtool.c | 48 +++++++++++--------
drivers/net/ethernet/intel/iavf/iavf_main.c | 29 ++++++-----
drivers/net/ethernet/intel/iavf/iavf_txrx.c | 2 +-
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 24 ++++++----
5 files changed, 69 insertions(+), 44 deletions(-)
--
2.31.1
Powered by blists - more mailing lists