Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2022 11:16:44 +0000 (12:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2022 11:16:44 +0000 (12:16 +0100)
commit21be1ad637493f960ea754399d86f65f7e260250
tree5522fa3fc6f63da05b3af669d30713e1f2517441
parent9124dbcc2dd6c51e81f97f63f7807118c4eb140a
parent809f23c0423a43266e47a7dc67e95b5cb4d1cbfc
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-09-08 (ice, iavf)

This series contains updates to ice and iavf drivers.

Dave removes extra unplug of auxiliary bus on reset which caused a
scheduling while atomic to be reported for ice.

Ding Hui defers setting of queues for TCs to ensure valid configuration
and restores old config if invalid for ice.

Sylwester fixes a check of setting MAC address to occur after result is
received from PF for iavf driver.

Brett changes check of ring tail to use software cached value as not all
devices have access to register tail for iavf driver.
====================

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