Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Jan 2019 22:32:58 +0000 (14:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jan 2019 22:32:58 +0000 (14:32 -0800)
commit0da2b1832c741ce90d88106e4053e50feac9aad0
tree0bf14536e39df5c123ee96cda34fa4e22ebe2259
parentcc648f851f7794c2f945e2889ae6e77d05cf4e5d
parentd1b3fa861c62e21bb4dc598f0aee73b6ccf5d051
Merge branch '40GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
40GbE Intel Wired LAN Driver Updates 2019-01-22

This series contains updates to i40e and xsk.

Jan exports xdp_get_umem_from_qid() for other drivers/modules to use.
Refactored the code use the netdev provided umems, instead of containing
them inside our i40e_vsi.

Aleksandr fixes an issue where RSS queues were misconfigured, so limit
the RSS queue number to the online CPU number.

Damian adds support for ethtool's setting and getting the FEC
configuration.

Grzegorz fixes a type mismatch, where the return value was not matching
the function declaration.

Sergey adds checks in the queue configuration handler to ensure the
number of queue pairs requested by the VF is less than maximum possible.

Lihong cleans up code left around from earlier silicon validation in the
i40e debugfs code.

Julia Lawall and Colin Ian King clean up white space indentation issues
found.
====================

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