Re: [PATCH net-next 2/2] sfc: support RSS spreading of ethtool ntuple filters

2018-03-01 Thread kbuild test robot
Hi Edward, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Edward-Cree/ntuple-filters-with-RSS/20180302-031011 config: x86_64-rhel (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduc

[PATCH net-next 2/2] sfc: support RSS spreading of ethtool ntuple filters

2018-02-27 Thread Edward Cree
Use a linked list to associate user-facing context IDs with FW-facing context IDs (since the latter can change after an MC reset). Signed-off-by: Edward Cree --- drivers/net/ethernet/sfc/ef10.c | 273 ++ drivers/net/ethernet/sfc/efx.c| 65 +++-