Merge branch 'sfc-driver-for-EF100-family-NICs-part-2'
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Aug 2020 01:22:55 +0000 (18:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Aug 2020 01:22:55 +0000 (18:22 -0700)
Edward Cree says:

====================
sfc: driver for EF100 family NICs, part 2

This series implements the data path and various other functionality
 for Xilinx/Solarflare EF100 NICs.

Changed from v2:
 * Improved error handling of design params (patch #3)
 * Removed 'inline' from .c file in patch #4
 * Don't report common stats to ethtool -S (patch #8)

Changed from v1:
 * Fixed build errors on CONFIG_RFS_ACCEL=n (patch #5) and 32-bit
   (patch #8)
 * Dropped patch #10 (ethtool ops) as it's buggy and will need a
   bigger rework to fix.
====================

Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge