Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Sat, 1 Jun 2019 00:13:19 +0000 (17:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jun 2019 00:13:19 +0000 (17:13 -0700)
commit33aae28285b73e013f7f697a61f569c5b48c6650
treea35858d0377c6f686547f217e95f476d56be9470
parent587a7126779b32a6c8983ae567d987c1a0c7a5dc
parentfdad1d54d2c8ca784f8f9d04340ea942b92aaa85
Merge branch '40GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2019-05-31

This series contains updates to the iavf driver.

Nathan Chancellor converts the use of gnu_printf to printf.

Aleksandr modifies the driver to limit the number of RSS queues to the
number of online CPUs in order to avoid creating misconfigured RSS
queues.

Gustavo A. R. Silva converts a couple of instances where sizeof() can be
replaced with struct_size().

Alice makes the remaining changes to the iavf driver to cleanup all the
old "i40evf" references in the driver to iavf, including the file names
that still contained the old driver reference.  There was no functional
changes made, just cosmetic to reduce any confusion going forward now
that the iavf driver is the virtual function driver for both i40e and
ice drivers.
====================

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