From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 01/30] net/mlx5: merge action and flow parser structure Date: Thu, 5 Oct 2017 17:47:10 -0700 Message-ID: <20171006004709.GC19006@yongseok-MBP.local> References: <6e6c479a5c7e44a831f0d47ee73f6888b13fb15d.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-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0048.outbound.protection.outlook.com [104.47.1.48]) by dpdk.org (Postfix) with ESMTP id 197EF1B1F4 for ; Fri, 6 Oct 2017 02:47:28 +0200 (CEST) Content-Disposition: inline In-Reply-To: <6e6c479a5c7e44a831f0d47ee73f6888b13fb15d.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:33PM +0200, Nelio Laranjeiro wrote: > mlx5_flow_create() and mlx5_flow_validate() are making common checks. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks