From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1 00/21] net/mlx5: cleanup for isolated mode Date: Fri, 18 Aug 2017 14:44:53 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: adrien.mazarguil@6wind.com To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CAE767CCF for ; Fri, 18 Aug 2017 15:44:56 +0200 (CEST) In-Reply-To: Content-Language: en-US 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 8/2/2017 3:10 PM, Nelio Laranjeiro wrote: > This series cleanups the control plane part and the way it uses the different > kind of objects (DPDK queues, Verbs Queues, ...). It has three goals: > > 1. Reduce the memory usage by sharing all possible objects. > > 2. Leave the configuration to the control plane and the creation/destruction > of queues to the dev_start/dev_stop() to have a better control on object > and easily apply the configuration. > > 3. Create all flows through the generic flow API, it will also help to > implement a detection collision algorithm as all flows are using the same > service and thus the same kind of object. Hi Nelio, Patchset is not applying cleanly, can you please rebase it on top of latest tree? And there are some checkpatch warnings for the set. There are two other mlx5 patchsets, what is the dependency between them? Thanks, ferruh