From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 27/30] net/mlx5: move Verbs flows and attributes Date: Thu, 5 Oct 2017 22:44:39 -0700 Message-ID: <20171006054438.GH19594@minint-98vp2qg> References: <22abd64aa83af0ba300983cddeb34790c72da02a.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 EUR02-VE1-obe.outbound.protection.outlook.com (mail-eopbgr20058.outbound.protection.outlook.com [40.107.2.58]) by dpdk.org (Postfix) with ESMTP id 6535138EB for ; Fri, 6 Oct 2017 07:44:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: <22abd64aa83af0ba300983cddeb34790c72da02a.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:59PM +0200, Nelio Laranjeiro wrote: > Moves ibv_attr containing the specification of the flow from Verbs point of > view also with the verbs flow itself near the related verbs objects making > the flow. > > This is also a preparation to handle correctly the RSS hash configuration > provided by the user, has multiple Verbs flows will be necessary for a > single generic flow. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks