From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: fix flow expansion matching types Date: Thu, 12 Jul 2018 23:28:23 +0200 Message-ID: <4831788.s9xLj7IAV0@xps> References: <0f6611f2322f21df8e64682a6b8d74ab21983178.1531291755.git.nelio.laranjeiro@6wind.com> <20180711071632.GP5211@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil To: Nelio Laranjeiro Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1C0B41B1ED for ; Thu, 12 Jul 2018 23:28:27 +0200 (CEST) In-Reply-To: <20180711071632.GP5211@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/07/2018 09:16, Adrien Mazarguil: > On Wed, Jul 11, 2018 at 08:49:35AM +0200, Nelio Laranjeiro wrote: > > Node RSS types are generally covering more RSS kind than the user is > > requesting, it should accept to expand even if only a single bit is > > remains after masking. Setting the correct RSS kind for the rule > > remains the driver job. > > > > Fixes: 959823ce4c47 ("ethdev: add flow API to expand RSS flows") > > > > Signed-off-by: Nelio Laranjeiro > > Acked-by: Adrien Mazarguil Applied, thanks