From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C3FDEA00B8; Sun, 27 Oct 2019 18:05:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 148531BEEE; Sun, 27 Oct 2019 18:05:01 +0100 (CET) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 13F2C1BEEC for ; Sun, 27 Oct 2019 18:05:00 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 6DD5058C; Sun, 27 Oct 2019 13:04:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 27 Oct 2019 13:04:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=4mMetTjly4SshgLO2asoLD2exnb+S8RDuYxnBMN25Ik=; b=EaNL13MJJq+I ZHuEOpTqDvUdJmkOo/oztelfI71iZn4gas8YoWLHG9eYpjrGj6PWhOWx/eQ4I1rL snNAracpLS4y9KXXJP0Hp+Fe6tQEmX5y9n1GHG+d+yxljKRNl2wQzzExguCLVIv6 accSWIPeeqXj/BSEV44w18rKNxvW2zc= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=4mMetTjly4SshgLO2asoLD2exnb+S8RDuYxnBMN25 Ik=; b=VSY5/NFYs/KNaCVeVBOrFMtGTaIMIj+GgtNOY0cBUnAzaqnkCfJGpnkUb IccNAg7CHDwTV250YAaG4tUWSXr1/8dzWZtliTKxnZNiJxTUdjdt2Yy/BgqdFLRP f9kP4DuT+LE8uGSORedqLPnwd4/dgX15BGUxI4wkbTjLydFFtVdrna3zrtAdaIff BYvdKdeTu1S6nuFJW9cJAVOqVcX/zbVFk2Jar933/XwCHOxlOgyWr5kygglN4Lwn +HkBOOR91pXK/sTx28L/hwCMfdtYdL2HJEU8r5fVvF3IXs3qoFWb2xAp768yuCfJ Z5+0TJ/6fMiPSn8l3lxvbMs8cJQmA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleejgddutddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1FA1ED6005B; Sun, 27 Oct 2019 13:04:57 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson , Pawel Modrak Cc: dev@dpdk.org, Marcin Baran Date: Sun, 27 Oct 2019 18:04:55 +0100 Message-ID: <1661002.WvuApmeQNJ@xps> In-Reply-To: <20191007110809.62801-5-bruce.richardson@intel.com> References: <20190920073714.1314-1-marcinx.baran@intel.com> <20191007110809.62801-1-bruce.richardson@intel.com> <20191007110809.62801-5-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 4/6] examples/ioat: add two threads configuration 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/10/2019 13:08, Bruce Richardson: > From: Pawel Modrak > --- a/examples/ioat/ioatfwd.c > +++ b/examples/ioat/ioatfwd.c > @@ -161,7 +161,6 @@ ioat_enqueue_packets(struct rte_mbuf **pkts, > rte_mempool_put_bulk(ioat_pktmbuf_pool, (void *)&pkts_copy[i], > nb_rx - i); > > - > return ret; > } This line can be removed in previous patch :) (will do while merging)