[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211124171652.831184-1-anthony.l.nguyen@intel.com>
Date: Wed, 24 Nov 2021 09:16:40 -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 00/12][pull request] 40GbE Intel Wired LAN Driver Updates 2021-11-24
This series contains updates to iavf driver only.
Mitch adds restoration of MSI state during reset and reduces the log
level on a couple messages.
Patryk adds an info 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.
The following are changes since commit d156250018ab5adbcfcc9ea90455d5fba5df6769:
Merge branch 'hns3-next'
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
Mitch Williams (2):
iavf: restore MSI state on reset
iavf: don't be so alarming
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 | 32 +++++++------
drivers/net/ethernet/intel/iavf/iavf_txrx.c | 2 +-
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 28 +++++++----
5 files changed, 73 insertions(+), 47 deletions(-)
--
2.31.1
Powered by blists - more mailing lists