From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH v3 00/30] net/mlx5: cleanup for isolated mode Date: Tue, 10 Oct 2017 08:55:26 +0200 Message-ID: <20171010065526.GA18906@autoinstall.dev.6wind.com> References: <43326846-8C22-47F1-B48C-12FA02EF24E4@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Yongseok Koh , "dev@dpdk.org" , Adrien Mazarguil To: Ferruh Yigit Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id A43051B25A for ; Tue, 10 Oct 2017 08:55:38 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id u138so2185891wmu.4 for ; Mon, 09 Oct 2017 23:55:38 -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 Mon, Oct 09, 2017 at 07:35:01PM +0100, Ferruh Yigit wrote: > On 10/9/2017 6:17 PM, Yongseok Koh wrote: > > > >> On Oct 9, 2017, at 7:44 AM, 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 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 > > 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) Hi Ferruh, I've checked your modification and I agree with it. Thanks, -- Nélio Laranjeiro 6WIND