From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 00/30] net/mlx5: cleanup for isolated mode Date: Thu, 5 Oct 2017 20:14:58 +0100 Message-ID: <7573590d-ec3a-ca37-5e91-d3ce46dd865e@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: adrien.mazarguil@6wind.com, yskoh@mellanox.com To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9547B1B1F8 for ; Thu, 5 Oct 2017 21:15:01 +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 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.