From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 01/20] net/mlx5: remove flow support Date: Mon, 2 Jul 2018 14:53:48 -0700 Message-ID: <20180702215347.GA38831@yongseok-MBP.local> References: <03bce7c3853bdcab01cccf7d0ee200697666f3bb.1530111623.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Adrien Mazarguil To: Nelio Laranjeiro Return-path: Received: from EUR02-VE1-obe.outbound.protection.outlook.com (mail-eopbgr20080.outbound.protection.outlook.com [40.107.2.80]) by dpdk.org (Postfix) with ESMTP id 5ACD51BACD for ; Mon, 2 Jul 2018 23:54:05 +0200 (CEST) Content-Disposition: inline In-Reply-To: <03bce7c3853bdcab01cccf7d0ee200697666f3bb.1530111623.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 Wed, Jun 27, 2018 at 05:07:33PM +0200, Nelio Laranjeiro wrote: > This start a series to re-work the flow engine in mlx5 to easily support > flow conversion to Verbs or TC. This is necessary to handle both regular > flows and representors flows. > > As the full file needs to be clean-up to re-write all items/actions > processing, this patch starts to disable the regular code and only let the > PMD to start in isolated mode. > > After this patch flow API will not be usable. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh Thanks