From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/nfp: fix RSS Date: Mon, 1 Oct 2018 15:57:24 +0100 Message-ID: References: <1537969550-17987-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Alejandro Lucero , dev@dpdk.org Return-path: In-Reply-To: <1537969550-17987-1-git-send-email-alejandro.lucero@netronome.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: stable@dpdk.org > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.