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 22471A0548; Mon, 20 Sep 2021 15:48:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 867E740DF7; Mon, 20 Sep 2021 15:48:25 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 8D46B40DF5 for ; Mon, 20 Sep 2021 15:48:23 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10112"; a="223167333" X-IronPort-AV: E=Sophos;i="5.85,308,1624345200"; d="scan'208";a="223167333" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2021 06:48:22 -0700 X-IronPort-AV: E=Sophos;i="5.85,308,1624345200"; d="scan'208";a="556238622" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.17.156]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 20 Sep 2021 06:48:20 -0700 Date: Mon, 20 Sep 2021 14:48:15 +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-9-conor.walsh@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210917154227.737554-9-conor.walsh@intel.com> Subject: Re: [dpdk-dev] [PATCH v4 08/11] dma/ioat: add statistics 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:24PM +0000, Conor Walsh wrote: > Add statistic tracking for operations in IOAT. > > Signed-off-by: Conor Walsh > Reviewed-by: Kevin Laatz > --- > doc/guides/dmadevs/ioat.rst | 23 ++++++++++++++++++ > drivers/dma/ioat/ioat_dmadev.c | 43 ++++++++++++++++++++++++++++++++++ > 2 files changed, 66 insertions(+) > Acked-by: Bruce Richardson