From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/8] net/sfc: RSS improvements Date: Thu, 26 Apr 2018 00:19:56 +0100 Message-ID: References: <1523035280-24873-1-git-send-email-arybchenko@solarflare.com> <1524678704-29354-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 14AB6A84C for ; Thu, 26 Apr 2018 01:20:03 +0200 (CEST) In-Reply-To: <1524678704-29354-1-git-send-email-arybchenko@solarflare.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 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: > - fix processing of legacy hash type flags in base driver > > v1 -> v2: > - add patch to fix clang build > > > Andrew Rybchenko (1): > net/sfc/base: cope with clang warning on negative shift > > Ivan Malov (7): > net/sfc/base: add a new means to control RSS hash > net/sfc/base: support more RSS hash configurations > net/sfc/base: honour packed stream RSS restriction > net/sfc: process RSS settings on Rx configure step > net/sfc: remove conditional compilation for RSS > net/sfc: factor out RSS fields from adapter info > net/sfc: convert to the advanced EFX RSS interface Series applied to dpdk-next-net/master, thanks.