Re: [PATCH net-next v3 4/4] enetc: Add RFS and RSS support

2018-11-24 Thread kbuild test robot
Hi Claudiu, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Claudiu-Manoil/Introduce-ENETC-ethernet-drivers/20181124-111823 config: x86_64-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.

[PATCH net-next v3 4/4] enetc: Add RFS and RSS support

2018-11-23 Thread Claudiu Manoil
A ternary match table is used for RFS. If multiple entries in the table match, the entry with the lowest numerical values index is chosen as the matching entry. Entries in the table are identified using an index which takes a value from 0 to PRFSCAPR[NUM_RFS]-1 when accessed by the PSI (PF). Porti