Re: [dpdk-dev] [dpdk-stable] [PATCH] net/nfp: fix RSS query

2019-03-15 Thread Ferruh Yigit
On 3/12/2019 10:19 AM, Alejandro Lucero wrote: > Current code is not properly giving the RSS information > regarding the redirection table. > > Fixes: 934e4c60fbff ("nfp: add RSS") > Cc: sta...@dpdk.org > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/nfp: fix RSS

2018-10-01 Thread Ferruh Yigit
On 9/26/2018 2:45 PM, Alejandro Lucero wrote: > Three problems are fixed in this patch: > > - RSS capabilities not advertised properly > - RSS configuration just done for some RSS types > - RSS hash match reported for just some RSS types > > Fixes: 934e4c60fbff ("nfp: add RSS") > Cc: sta...@dp