]> git.baikalelectronics.ru Git - kernel.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)
commit2b2b71fe483d7ca7087db4a3a80ab97aa17e9085
tree5ecdec41a8e976907379db58dbe248bc3e2fa0ba
parentc0a00ae184376ae0f9a032a90e638fe8e7f1489f
parentf71ce1ff12086186eb405b02e2495ab1c5e4dd86
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>