From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/tap: remove queue specific offload support Date: Thu, 05 Apr 2018 19:49:13 +0200 Message-ID: <2913888.DGWfva7bOG@xps> References: <20180322182843.105732-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , Shahaf Shuler To: Pascal Mazon , motih@mellanox.com, ophirmu@mellanox.com Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id C14C51CD3C for ; Thu, 5 Apr 2018 19:49:15 +0200 (CEST) In-Reply-To: <20180322182843.105732-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Pascal, Moti, Ophir, please comment. 22/03/2018 19:28, Ferruh Yigit: > It is not clear if tap PMD supports queue specific offloads, removing > the related code. > > Fixes: 95ae196ae10b ("net/tap: use new Rx offloads API") > Fixes: 818fe14a9891 ("net/tap: use new Tx offloads API") > Cc: motih@mellanox.com > > Signed-off-by: Ferruh Yigit