From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 11/30] net/mlx5: separate DPDK from Verbs Tx queue objects Date: Thu, 5 Oct 2017 20:32:53 -0700 Message-ID: <20171006033252.GB19330@yongseok-MBP.local> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, ferruh.yigit@intel.com To: Nelio Laranjeiro Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0066.outbound.protection.outlook.com [104.47.0.66]) by dpdk.org (Postfix) with ESMTP id C8AEB1B23E for ; Fri, 6 Oct 2017 05:33:08 +0200 (CEST) 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 Thu, Oct 05, 2017 at 02:49:43PM +0200, Nelio Laranjeiro wrote: > Move verbs object to their own functions to allocate/release them > independently from the DPDK queue. At the same time a reference counter is > added to help in issues detections when the queue is being release but > still in use somewhere else (flows for instance). > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks