From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 23/30] net/mlx5: process flows actions before of items Date: Thu, 5 Oct 2017 22:36:12 -0700 Message-ID: <20171006053611.GD19594@minint-98vp2qg> References: <3b7a6b8c2dd3e040569a7cdb8e79fc92edbf38bc.1507207731.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, ferruh.yigit@intel.com To: Nelio Laranjeiro Return-path: Received: from EUR03-VE1-obe.outbound.protection.outlook.com (mail-eopbgr50069.outbound.protection.outlook.com [40.107.5.69]) by dpdk.org (Postfix) with ESMTP id 896711B248 for ; Fri, 6 Oct 2017 07:36:29 +0200 (CEST) Content-Disposition: inline In-Reply-To: <3b7a6b8c2dd3e040569a7cdb8e79fc92edbf38bc.1507207731.git.nelio.laranjeiro@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" On Thu, Oct 05, 2017 at 02:49:55PM +0200, Nelio Laranjeiro wrote: > In case the pattern contains an RSS actions, the RSS configuration to use > is the one provided by the user. To make the correct conversion from DPDK > RSS hash fields to Verbs ones according to the users requests the actions > must be processed first. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks