]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a309876a5acf9ed059941b01587f9bab6c66bd4
tree0f3c7c6f42358fe7a32d7fa48417971c430aeaf6
parent6a701b7116c882ddb427a18c335cfea09fb5a275
parent39dff99063eb68bb7a97796ec2fb311624b22fbd
Merge branch '40GbE' of git://git.kernel.org/pub/scm/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>