Re: [dpdk-dev] [PATCH v3 0/8] net/sfc: RSS improvements

2018-04-25 Thread Ferruh Yigit
On 4/25/2018 6:51 PM, Andrew Rybchenko wrote: > The patch series should be applied on top of [1]. > > checkpatches.sh warnings are bacause of positive errno used inside > the driver. checkpatches.sh checks are OK. > > [1] https://dpdk.org/ml/archives/dev/2018-April/099188.html > > v2 -> v3: > -

[dpdk-dev] [PATCH v3 0/8] net/sfc: RSS improvements

2018-04-25 Thread Andrew Rybchenko
The patch series should be applied on top of [1]. checkpatches.sh warnings are bacause of positive errno used inside the driver. checkpatches.sh checks are OK. [1] https://dpdk.org/ml/archives/dev/2018-April/099188.html v2 -> v3: - fix processing of legacy hash type flags in base driver v1 ->