From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 22/30] net/mlx5: fully convert a flow to verbs in validate Date: Thu, 5 Oct 2017 22:33:58 -0700 Message-ID: <20171006053357.GC19594@minint-98vp2qg> References: 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-AM5-obe.outbound.protection.outlook.com (mail-eopbgr00043.outbound.protection.outlook.com [40.107.0.43]) by dpdk.org (Postfix) with ESMTP id 0642B1B236 for ; Fri, 6 Oct 2017 07:34:17 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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:54PM +0200, Nelio Laranjeiro wrote: > Validation of flows is only making few verifications on the pattern, in > some situation the validate action could end by with success whereas the > pattern could not be converted correctly. > > This brings this conversion verification part also to the validate. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks