From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2F9D520C7A; Thu, 5 Apr 2018 13:49:15 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 05 Apr 2018 13:49:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ouZvk+M8VxC/ZosOx/ZJN01pqG KPhUXaTisIw9xL2P8=; b=TK/wPONWrIoY28DIu5+pJaEY8immBEpisIlHxVIfsk f/rxjpmxIgGaKsvOwZo7HHCMsyaU0Av+lwwWAUgHA4ii4bUygJPbZ96tPl31Lvy5 VfNUS/lqBapM6jTANdkS6HQcztZ2HRSUVKcckBwckUeKIKFtp9zBE9xX9yLssCEj E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ouZvk+ M8VxC/ZosOx/ZJN01pqGKPhUXaTisIw9xL2P8=; b=maI5niDAG5+puzt3lrv0Sd 48Ot6cQwz1FV1duVJHDFJgmFD1Bk98pH8f3FpU2ToPuZu1YEt7p2nQaOI1gfHZJP ojfQQG2jAIRa8DmO6wWtrp26NFzCKzSvX6ZTIebSy1JMOKyznqeoTrIY/EtnDTiy zFIw8ikTWDYmjn2TBodgBcA3YJKoCka+asoP5IqmtMeyX5ARq2wVgjGwtvBFNidf bRcSzLPEuzNTLAg8MmPLXJ02rKmWyRdZtYVn8zTqkn2AwIOAhUpT5YxuQp8LDF1D cDy8i0TEQ6eawSDXNgoAtJDU1NLA0vxM1085Ny3QbrpfR+KPPV2WO7d2HJWnrVFw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 57DADE4437; Thu, 5 Apr 2018 13:49:14 -0400 (EDT) From: Thomas Monjalon To: Pascal Mazon , motih@mellanox.com, ophirmu@mellanox.com Cc: dev@dpdk.org, Ferruh Yigit , Shahaf Shuler Date: Thu, 05 Apr 2018 19:49:13 +0200 Message-ID: <2913888.DGWfva7bOG@xps> In-Reply-To: <20180322182843.105732-1-ferruh.yigit@intel.com> References: <20180322182843.105732-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/tap: remove queue specific offload support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 17:49:16 -0000 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