Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2023 08:19:23 +0000 (09:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2023 08:19:23 +0000 (09:19 +0100)
commit5ad3bd8444021a227959891c14b436e4067d67fd
tree617b74d2c732e0f45ff61f0e65e1823ca858152e
parent1323e0c6e1d7e103d59384c3ac50f72b17a6936c
parent7dcbdf29282fbcdb646dc785e8a57ed2c2fec8ba
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony nguyen says:

====================
Intel Wired LAN Driver Updates 2023-05-16

This series contains updates to ice and iavf drivers.

Ahmed adds setting of missed condition for statistics which caused
incorrect reporting of values for ice. For iavf, he removes a call to set
VLAN offloads during re-initialization which can cause incorrect values
to be set.

Dawid adds checks to ensure VF is ready to be reset before executing
commands that will require it to be reset on ice.
---
v2:
Patch 2
- Redo commit message
====================

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