From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id 9547B1B1F8
 for <dev@dpdk.org>; Thu,  5 Oct 2017 21:15:01 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga104.jf.intel.com with ESMTP; 05 Oct 2017 12:15:00 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.42,481,1500966000"; d="scan'208";a="907151450"
Received: from unknown (HELO [10.241.225.33]) ([10.241.225.33])
 by FMSMGA003.fm.intel.com with ESMTP; 05 Oct 2017 12:14:58 -0700
To: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>, dev@dpdk.org
Cc: adrien.mazarguil@6wind.com, yskoh@mellanox.com
References: <cover.1501681927.git.nelio.laranjeiro@6wind.com>
 <cover.1507205686.git.nelio.laranjeiro@6wind.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <7573590d-ec3a-ca37-5e91-d3ce46dd865e@intel.com>
Date: Thu, 5 Oct 2017 20:14:58 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
 Thunderbird/52.3.0
MIME-Version: 1.0
In-Reply-To: <cover.1507205686.git.nelio.laranjeiro@6wind.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v2 00/30] net/mlx5: cleanup for isolated mode
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2017 19:15:03 -0000

On 10/5/2017 1:49 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.
> 
> Changes in v2:
> 
>  * rebase on upstream rdma-core/MLNX_OFED 4.2
>  * split in smaller patches
> 
> This series apply on top of:
> http://dpdk.org/ml/archives/dev/2017-September/075575.html

And Xueming's patch is waiting for rebase because it doesn't apply cleanly.

So I will first wait Xueming's new version, later will get this one.