Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:43:40 +0000 (17:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:43:40 +0000 (17:43 -0700)
commit75887e881b19c903d34b7cc33e7e6188679d9752
tree0f3c7c6f42358fe7a32d7fa48417971c430aeaf6
parent3a87571f0ffc51ba3bf3ecdb6032861d0154b164
parentf2916ae9a1bc80aa8e9e8a00b75682f5df6fd59c
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2021-03-25

This series contains updates to virtchnl header file and i40e driver.

Norbert removes added padding from virtchnl RSS structures as this
causes issues when iterating over the arrays.

Mateusz adds Asym_Pause as supported to allow these settings to be set
as the hardware supports it.

Eryk fixes an issue where encountering a VF reset alongside releasing
VFs could cause a call trace.

Arkadiusz moves TC setup before resource setup as previously it was
possible to enter with a null q_vector causing a kernel oops.
====================

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