From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 29919A0C53;
	Fri,  3 Sep 2021 18:33:50 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id B8AA8410D7;
	Fri,  3 Sep 2021 18:33:49 +0200 (CEST)
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by mails.dpdk.org (Postfix) with ESMTP id 51CE840E78
 for <dev@dpdk.org>; Fri,  3 Sep 2021 18:33:48 +0200 (CEST)
X-IronPort-AV: E=McAfee;i="6200,9189,10096"; a="219164210"
X-IronPort-AV: E=Sophos;i="5.85,265,1624345200"; d="scan'208";a="219164210"
Received: from fmsmga006.fm.intel.com ([10.253.24.20])
 by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 03 Sep 2021 09:33:47 -0700
X-IronPort-AV: E=Sophos;i="5.85,265,1624345200"; d="scan'208";a="689823007"
Received: from bricha3-mobl.ger.corp.intel.com ([10.252.26.152])
 by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;
 03 Sep 2021 09:33:45 -0700
Date: Fri, 3 Sep 2021 17:33:42 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Conor Walsh <conor.walsh@intel.com>
Cc: dev@dpdk.org, kevin.laatz@intel.com, fengchengwen@huawei.com,
 jerinj@marvell.com
Message-ID: <YTJOZjTevtBk0DeD@bricha3-MOBL.ger.corp.intel.com>
References: <20210826183301.333442-1-bruce.richardson@intel.com>
 <20210901163216.120087-1-bruce.richardson@intel.com>
 <20210901163216.120087-7-bruce.richardson@intel.com>
 <1cfe6d97-c7a7-3c64-7284-a0d9d37adb00@intel.com>
 <d1be5853-cf5d-8c42-da20-0b6efb6d9cca@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <d1be5853-cf5d-8c42-da20-0b6efb6d9cca@intel.com>
Subject: Re: [dpdk-dev] [PATCH v2 6/6] app/test: add dmadev fill tests
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On Fri, Sep 03, 2021 at 05:17:49PM +0100, Conor Walsh wrote:
> 
> It's probably worth noting that the new DMA IOAT drivers passes all of these
> driver tests.
> 
That's probably better called out in the cover letter of the IOAT set
itself.