From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 00/30] net/mlx5: cleanup for isolated mode Date: Mon, 9 Oct 2017 19:35:01 +0100 Message-ID: References: <43326846-8C22-47F1-B48C-12FA02EF24E4@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Adrien Mazarguil To: Yongseok Koh , =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6F2DA1B219 for ; Mon, 9 Oct 2017 20:35:03 +0200 (CEST) In-Reply-To: <43326846-8C22-47F1-B48C-12FA02EF24E4@mellanox.com> 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/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)