On Mon, 3 Aug 2020 21:30:32 +0100 Edward Cree wrote: > 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 <k...@kernel.org> Thanks!