From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/4] dpaa2-eth: Add support for Rx flow classification Date: Tue, 02 Oct 2018 22:24:25 -0700 (PDT) Message-ID: <20181002.222425.1399672535568714853.davem@davemloft.net> References: <1538390698-22073-1-git-send-email-ruxandra.radulescu@nxp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, ioana.ciornei@nxp.com To: ruxandra.radulescu@nxp.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:54548 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726405AbeJCMLN (ORCPT ); Wed, 3 Oct 2018 08:11:13 -0400 In-Reply-To: <1538390698-22073-1-git-send-email-ruxandra.radulescu@nxp.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ioana Radulescu Date: Mon, 1 Oct 2018 13:44:54 +0300 > The Management Complex (MC) firmware initially allowed the > configuration of a single key to be used both for Rx flow hashing > and flow classification. This prevented us from supporting > Rx flow classification independently of the hash key configuration. > > Newer firmware versions expose separate commands for > configuring the two types of keys, so we can use them to > introduce Rx classification support. For frames that don't match > any classification rule, we fall back to statistical distribution > based on the current hash key. > > The first patch in this set updates the Rx hashing code to use > the new firmware API for key config. Subsequent patches introduce > the firmware API for configuring the classification and actual > support for adding and deleting rules via ethtool. Series applied, thanks.