From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CD288A0548; Mon, 20 Sep 2021 15:39:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B50B40DF7; Mon, 20 Sep 2021 15:39:54 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id B7FEB40DF5 for ; Mon, 20 Sep 2021 15:39:52 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10112"; a="219938540" X-IronPort-AV: E=Sophos;i="5.85,308,1624345200"; d="scan'208";a="219938540" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2021 06:39:29 -0700 X-IronPort-AV: E=Sophos;i="5.85,308,1624345200"; d="scan'208";a="511366927" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.17.156]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 20 Sep 2021 06:39:28 -0700 Date: Mon, 20 Sep 2021 14:39:25 +0100 From: Bruce Richardson To: Conor Walsh Cc: fengchengwen@huawei.com, jerinj@marvell.com, kevin.laatz@intel.com, dev@dpdk.org Message-ID: References: <20210827172550.1522362-1-conor.walsh@intel.com> <20210917154227.737554-1-conor.walsh@intel.com> <20210917154227.737554-8-conor.walsh@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210917154227.737554-8-conor.walsh@intel.com> Subject: Re: [dpdk-dev] [PATCH v4 07/11] dma/ioat: add data path completion functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Fri, Sep 17, 2021 at 03:42:23PM +0000, Conor Walsh wrote: > Add the data path functions for gathering completed operations > from IOAT devices. > > Signed-off-by: Conor Walsh > Signed-off-by: Kevin Laatz > --- For the code part: Acked-by: Bruce Richardson However, the docs need to be made common with other drivers.