From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH v1 00/21] net/mlx5: cleanup for isolated mode Date: Tue, 22 Aug 2017 11:15:35 +0200 Message-ID: <20170822091535.GF12995@autoinstall.dev.6wind.com> 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 To: Ferruh Yigit Return-path: Received: from mail-wr0-f181.google.com (mail-wr0-f181.google.com [209.85.128.181]) by dpdk.org (Postfix) with ESMTP id 6EF2C7CAB for ; Tue, 22 Aug 2017 11:15:45 +0200 (CEST) Received: by mail-wr0-f181.google.com with SMTP id k46so44932760wre.2 for ; Tue, 22 Aug 2017 02:15:45 -0700 (PDT) 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 Fri, Aug 18, 2017 at 02:44:53PM +0100, Ferruh Yigit wrote: > 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? yes, > And there are some checkpatch warnings for the set. sure, > There are two other mlx5 patchsets, what is the dependency between them? It is mlx5-cleanup first and then this one. I will put clearly the dependency in cover letter to help. Thanks, -- Nélio Laranjeiro 6WIND