Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 21:31:03 +0000 (17:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 21:31:03 +0000 (17:31 -0400)
commite72a7dd70c487aa5d8d00ac2647c7bf671bded13
tree60542c96aa78bc6718649964fcca4cc98edfa83a
parent9e5750106630113ab112e8044ff7089d3e9c2906
parent0a3e92de1be42b5dbed4b81f835740d3f58c5430
Merge branch '100GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
100GbE Intel Wired LAN Driver Updates 2018-05-09

This series contains updates to fm10k only.

Jake provides all the changes in the series, starting with adding
support for accelerated MACVLAN devices.  Reduced code duplication by
implementing a macro to be used when setting up the type specific
macros.  Avoided potential bugs with stats by using a macro to calculate
the array size when passing to ensure that the size is correct.

v2: changed macro reference '#' with __stringify() as suggested by
    Joe Perches to patch 2 of the series.  Also made sure the updated
    series of patches is actually pushed to my kernel.org tree
====================

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