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 C5915A0543; Mon, 13 Jul 2020 11:31:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 169A61D55C; Mon, 13 Jul 2020 11:31:10 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 20E951D544 for ; Mon, 13 Jul 2020 11:31:07 +0200 (CEST) IronPort-SDR: jj8AVKK5fjstXJHVTcugPkkKrJ6U9AZjzu73/QufoV6PRdhpzlWqJ8dRj+iT86JDLFGtlSAFP3 qfG1MbDqRiqA== X-IronPort-AV: E=McAfee;i="6000,8403,9680"; a="128156664" X-IronPort-AV: E=Sophos;i="5.75,347,1589266800"; d="scan'208";a="128156664" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2020 02:31:07 -0700 IronPort-SDR: olJmjZdAGOGuslPAlmPz/qkrCWC8SgDosMEIbzvzq2poh2BURmN+Pw63emJ3wB245VXEqsekMP 01X1gM+NiPmA== X-IronPort-AV: E=Sophos;i="5.75,347,1589266800"; d="scan'208";a="459230491" Received: from bricha3-mobl.ger.corp.intel.com ([10.249.32.149]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 13 Jul 2020 02:31:05 -0700 Date: Mon, 13 Jul 2020 10:31:02 +0100 From: Bruce Richardson To: Cheng Jiang Cc: dev@dpdk.org, patrick.fu@intel.com Message-ID: <20200713093102.GC694@bricha3-MOBL.ger.corp.intel.com> References: <20200713071519.110662-1-Cheng1.jiang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200713071519.110662-1-Cheng1.jiang@intel.com> Subject: Re: [dpdk-dev] [PATCH 20.11] raw/ioat: added a flag to control copying handle parameters 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 Mon, Jul 13, 2020 at 07:15:19AM +0000, Cheng Jiang wrote: > Added a flag which controls whether rte_ioat_enqueue_copy > and rte_ioat_completed_copies function should process > handle parameters to improve the performance when handle > parameters are not necessary to use. This is targeting > 20.11 release. > > Signed-off-by: Cheng Jiang > --- Thanks for this. I'm also preparing some changes to this driver for 20.11 release, so I'll base my changes on top of this one.