]> 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)
commit88ed7fcc8551792f9cdb596bcfc1f7498d5f3d28
tree0f3c7c6f42358fe7a32d7fa48417971c430aeaf6
parent29030d9ad7a79c75ce5ccdd1e0e3332fd8d12e08
parent0310ec66b7079f4b6e31aa3cbb91530a3b480173
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>