From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 53E03A0096 for ; Wed, 5 Jun 2019 15:57:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1097F1BA96; Wed, 5 Jun 2019 15:57:34 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A43721BA92 for ; Wed, 5 Jun 2019 15:57:31 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2019 06:57:30 -0700 X-ExtLoop1: 1 Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by orsmga005.jf.intel.com with SMTP; 05 Jun 2019 06:57:28 -0700 Received: by (sSMTP sendmail emulation); Wed, 05 Jun 2019 14:57:27 +0100 Date: Wed, 5 Jun 2019 14:57:27 +0100 From: Bruce Richardson To: Jerin Jacob Kollanukkaran Cc: "dev@dpdk.org" Message-ID: <20190605135727.GG1550@bricha3-MOBL.ger.corp.intel.com> References: <20190530212525.40370-1-bruce.richardson@intel.com> <20190530212525.40370-9-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH 8/8] raw/ioat: add local API to perform copies 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" On Wed, Jun 05, 2019 at 01:52:01PM +0000, Jerin Jacob Kollanukkaran wrote: > > > -----Original Message----- > > From: dev On Behalf Of Bruce Richardson > > Sent: Friday, May 31, 2019 2:55 AM > > To: dev@dpdk.org > > Cc: Bruce Richardson > > Subject: [dpdk-dev] [PATCH 8/8] raw/ioat: add local API to perform copies > > > > Add local APIs to trigger data copies, and retrieve handle values once those > > copies are completed. Included are unit tests to validate the data is copies > > correctly. > > > > Signed-off-by: Bruce Richardson > > --- > > app/test/test_ioat_rawdev.c | 159 ++++++++++++++++++++++++++++- > > How about moving this test to drivers/raw/ioat/ directory by implementing > dev_selftest ops? IMO, it is better to not pollute app/test with PMD specific > test cases. > Let me look into it. /Bruce