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 0F1AEA00B8; Sun, 27 Oct 2019 18:07:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D7F721BF09; Sun, 27 Oct 2019 18:07:46 +0100 (CET) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 0EFFC1BF01 for ; Sun, 27 Oct 2019 18:07:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 00BA556A; Sun, 27 Oct 2019 13:07:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 Oct 2019 13:07:44 -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=gou+LZjZEKGD6xyXTy7i71to3A6Ci3Ll7JqzPEPMCNg=; b=gkWZzwLGUufy wjbPZ6HZrsFaEELaVCLa/W5QG7HrjgsvNWIrzjtzYfAVoILnHQo7ioZ7Gtnq3dFD IsjUYMD20BDgiI6zvG760l9laSdYiNdscRvUbo8OkUbj5cVWcLetfN/0tZiT9GnG w6FuFDMN92fwFHkRVNCPXT6J+gfH9vY= 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=gou+LZjZEKGD6xyXTy7i71to3A6Ci3Ll7JqzPEPMC Ng=; b=mQHtWKktwbFJAkUJf8sZhka36oOEBuJbqfcvyLvVdzTWqJZOT66fwEUzQ XVB+FOBdeHigeKOsZ8Gf20Ph6nPHbQQ6Pyu0MoL9MuthnHzS/5uBK8LKyNZgY2uI mMqTGVeMNWdE6GwDoHqIAZluLJCrLCpHfWfXNUw2bCu+yzJ3hskDcxZ1expsY7Km GHX+JFNPxw4iCqcEwScpNOIAJp1tpmlEYjZlXo3EAOfNuhjc7RPYKYD+tNMnllxP j/RxyRywxpELsO11z/l0WOnhR+fdnXTnGep1xQzeebamF30AS2/vbJS+lh94g5ct ByqrGx4QC0cuLcdocLwfIMTBi7B0A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleejgddutdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu 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 C42B280060; Sun, 27 Oct 2019 13:07:42 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson , Marcin Baran , Pawel Modrak Cc: dev@dpdk.org Date: Sun, 27 Oct 2019 18:07:41 +0100 Message-ID: <16550249.IyTBP41GIH@xps> In-Reply-To: <20191007110809.62801-1-bruce.richardson@intel.com> References: <20190920073714.1314-1-marcinx.baran@intel.com> <20191007110809.62801-1-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 0/6] examples/ioat: sample app for ioat driver 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: > Marcin Baran (4): > examples/ioat: add software copy support > examples/ioat: add rawdev copy mode support > examples/ioat: add stats printing for each port > doc/guides/: provide IOAT sample app guide > > Pawel Modrak (2): > examples/ioat: create sample app on ioat driver usage > examples/ioat: add two threads configuration Applied (with minor updates), thanks