From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 25/30] net/mlx5: use a better name for the flow parser Date: Thu, 5 Oct 2017 22:41:09 -0700 Message-ID: <20171006054108.GF19594@minint-98vp2qg> References: <0e5a587016196d2a9680543cc227ebc36dddcddb.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 EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0080.outbound.protection.outlook.com [104.47.0.80]) by dpdk.org (Postfix) with ESMTP id 8FCAF38EB for ; Fri, 6 Oct 2017 07:41:27 +0200 (CEST) Content-Disposition: inline In-Reply-To: <0e5a587016196d2a9680543cc227ebc36dddcddb.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:57PM +0200, Nelio Laranjeiro wrote: > struct mlx5_flow_parse was commonly used with the name "flow" confusing > sometimes the development. The variable name is replaced by parser to > reflect its use. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks