]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
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)
commitc4b83061dc860767188390a44f035da5dbcdb29e
tree028455813a1f058ccb994aab260ee88688a9e5c0
parent215602a8d21209545923d39b92e9839093b1dcec
parentd61592a112928a11cd04081adf51ba4f752859ed
Merge branch 'sfc-driver-for-EF100-family-NICs-part-2'

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>