Re: [PATCH v3 net-next 00/11] sfc: driver for EF100 family NICs, part 2
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-08-03 22:27:01
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-08-03 22:27:01
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 <kuba@kernel.org> Thanks!