Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2133007ybi; Sat, 25 May 2019 16:43:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqwUmpCvbLqWMi/3ujUGevhEteP1HUfAsRgH5RjlAuSSWuAYXE/s7apLadOT4nBOksgyOGkk X-Received: by 2002:a63:2fc3:: with SMTP id v186mr5542015pgv.107.1558827819710; Sat, 25 May 2019 16:43:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558827819; cv=none; d=google.com; s=arc-20160816; b=iupyJRkyDOnkgtTs1txxKFcSBQBQwFcGuoKZ+WofwnKKuSWXJIsSmw8gJ1AvbJt6d8 InOu9n2eLcLxVYM2IBdG2gmNheDEQmCchZGHel9T6XJ2oU2kAOIcSBSoVgOAlpU7nmmB MeOZwH1oBj7Ngvfkqd250Ii820OBRWHc7h4Kj2hmGJ0TNbDEIoFBD8tIhOZQJGseNdpQ 2HppSJuc2nwk46s6Yv/1/Dk5NI05U11Mu87h8DoF7QOls9LD5SOkk38JUlnD7HAkjoVL h3PJkLP8gDGYHtUGrqpnBHf7Xv/9hovKA56JRDUVLt9P/zo4GFBIETr+xO+9m6zolFTE GYXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=qYKEbCSbJIeDaILj4bTfLHMK+VorKl/N6Xts0AjU+rw=; b=xbSHl7PHzs6ZLIGFpoQ6c6OdS8ZcCUcdmXevvIMoDBBxefhCaPZJCIwTXSvufyLqHW 9wND9PhIP8euA+cZDI9APrrLQGgjb5Vjj1FPffhfnFF9/+xqFrxOy+GK2vc5CErNp2VY pBECQInAOZymeUYhHmYyJpo7dC0ZINSSQbuGevzZBGfD2v2H8+33M3xcsb3D6j4cqmcU CIvFDQubTTS6NX+8zvU30MqMFAeW8qu0K+3oat+Bnq0JFcSZqm7yyzLvdgyjM3rEn4ag HbaFJLt5udRb4VnttJGA3nHKDLz7wZCIDVxjJiF8aVC03iRl5I+4GWjlEQ36wPVQAIVD Bzlw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f91si9574481pjg.44.2019.05.25.16.42.54; Sat, 25 May 2019 16:43:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727588AbfEYXie (ORCPT + 99 others); Sat, 25 May 2019 19:38:34 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:33034 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727431AbfEYXid (ORCPT ); Sat, 25 May 2019 19:38:33 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d8]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id B1CE01500AE50; Sat, 25 May 2019 16:38:32 -0700 (PDT) Date: Sat, 25 May 2019 16:38:32 -0700 (PDT) Message-Id: <20190525.163832.291723821050525240.davem@davemloft.net> To: maxime.chevallier@bootlin.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, antoine.tenart@bootlin.com, thomas.petazzoni@bootlin.com, gregory.clement@bootlin.com, miquel.raynal@bootlin.com, nadavh@marvell.com, stefanc@marvell.com, mw@semihalf.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH net-next 0/5] net: mvpp2: Classifier updates, RSS From: David Miller In-Reply-To: <20190524100554.8606-1-maxime.chevallier@bootlin.com> References: <20190524100554.8606-1-maxime.chevallier@bootlin.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 25 May 2019 16:38:33 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Maxime Chevallier Date: Fri, 24 May 2019 12:05:49 +0200 > Here is a set of updates for the PPv2 classifier, the main feature being > the support for steering to RSS contexts, to leverage all the available > RSS tables in the controller. > > The first two patches are non-critical fixes for the classifier, the > first one prevents us from allocating too much room to store the > classification rules, the second one configuring the C2 engine as > suggested by the PPv2 functionnal specs. > > Patches 3 to 5 introduce support for RSS contexts in mvpp2, allowing us > to steer traffic to dedicated RSS tables. Series applied, thanks.