]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a0efb56e17f42d6126e7a72e785eb56be6eec57
tree60542c96aa78bc6718649964fcca4cc98edfa83a
parent511d0b6c6607a8df356e415b85fd6ab00ddb9c80
parentd2b5399e454e18ec40ba1affda89aac5d075cee9
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>