Re: [PATCH v3 net-next 00/11] sfc: driver for EF100 family NICs, part 2
From: David Miller <davem@davemloft.net>
Date: 2020-08-04 01:23:13
From: David Miller <davem@davemloft.net>
Date: 2020-08-04 01:23:13
From: Jakub Kicinski <kuba@kernel.org> Date: Mon, 3 Aug 2020 15:26:57 -0700
On Mon, 3 Aug 2020 21:30:32 +0100 Edward Cree wrote:quoted
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>
Series applied, thanks everyone.