From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 14/30] net/mlx5: make indirection tables shareable Date: Thu, 5 Oct 2017 21:08:31 -0700 Message-ID: <20171006040830.GE19330@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 EUR02-AM5-obe.outbound.protection.outlook.com (mail-eopbgr00084.outbound.protection.outlook.com [40.107.0.84]) by dpdk.org (Postfix) with ESMTP id D1D201B236 for ; Fri, 6 Oct 2017 06:08:46 +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:46PM +0200, Nelio Laranjeiro wrote: > Indirection table in verbs side resides in a list of final work queues to > spread the packets according to an higher level queue. This indirection > table can be shared among the hash Rx queues which points to them. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks