]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2021 11:48:33 +0000 (11:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2021 11:48:33 +0000 (11:48 +0000)
commit4e5d2124f74f6f481de4f85bc825fe52a5af4280
tree5ecdec41a8e976907379db58dbe248bc3e2fa0ba
parent5f9c55c8066bcd93ac25234a02585701fe2e31df
parent5aff430d4e33a0b48a6b3d5beb06f79da23f9916
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-11-17

This series contains updates to i40e driver only.

Eryk adds accounting for VLAN header in packet size when VF port VLAN is
configured. He also fixes TC queue distribution when the user has changed
queue counts as well as for configuration of VF ADQ which caused dropped
packets.

Michal adds tracking for when a VSI is being released to prevent null
pointer dereference when managing filters.

Karen ensures PF successfully initiates VF requested reset which could
cause a call trace otherwise.

Jedrzej moves validation of channel queue value earlier to prevent
partial configuration when the value is invalid.

Grzegorz corrects the reported error when adding filter fails.
====================

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