Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Dec 2021 14:46:03 +0000 (14:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Dec 2021 14:46:03 +0000 (14:46 +0000)
commit8c659fdab06a4967f8c5cc754b407b0165a53865
tree5bc469fd566a05b095667f99a625878f8893a6c7
parent749c69400a4584484a3e09e6c27e3de331e94693
parent64430f70ba6fcd5872ac190f4ae3ddee3f48f00d
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>