From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 6F2DA1B219
 for <dev@dpdk.org>; Mon,  9 Oct 2017 20:35:03 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 09 Oct 2017 11:35:01 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.42,501,1500966000"; d="scan'208";a="908256703"
Received: from unknown (HELO [10.241.225.162]) ([10.241.225.162])
 by FMSMGA003.fm.intel.com with ESMTP; 09 Oct 2017 11:35:01 -0700
To: Yongseok Koh <yskoh@mellanox.com>,
 =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= <nelio.laranjeiro@6wind.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
 Adrien Mazarguil <adrien.mazarguil@6wind.com>
References: <cover.1501681927.git.nelio.laranjeiro@6wind.com>
 <cover.1507560012.git.nelio.laranjeiro@6wind.com>
 <43326846-8C22-47F1-B48C-12FA02EF24E4@mellanox.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <d8e2f045-ab2b-4de4-93ff-17d5f9093d4e@intel.com>
Date: Mon, 9 Oct 2017 19:35:01 +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: <43326846-8C22-47F1-B48C-12FA02EF24E4@mellanox.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v3 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: Mon, 09 Oct 2017 18:35:03 -0000

On 10/9/2017 6:17 PM, Yongseok Koh wrote:
> 
>> On Oct 9, 2017, at 7:44 AM, Nelio Laranjeiro <nelio.laranjeiro@6wind.com> 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 v3:
>>
>> * Fix illegal access in Tx queue mp2mr cache.
>> * Fix some function documentations.
>> * Use priv_dev_traffic_restart() in vlan_filter_set().
>> * Fix a bug in flow priorities.
>>
>> Changes in v2:
>>
>> * Rebase on upstream rdma-core/MLNX_OFED 4.2
>> * Split in smaller patches
> 
> As Nelio tagged in his patches, for all series,
> 
> Acked-by: Yongseok Koh <yskoh@mellanox.com>

Series applied to dpdk-next-net/master, thanks.

(There is initial value assignment update in 12/30 to fix icc warning,
please double check the update)