From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Aug 2017 06:44:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,393,1498546800"; d="scan'208";a="301801792" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga004.fm.intel.com with ESMTP; 18 Aug 2017 06:44:54 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: adrien.mazarguil@6wind.com References: From: Ferruh Yigit Message-ID: Date: Fri, 18 Aug 2017 14:44:53 +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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1 00/21] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 13:44:57 -0000 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