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 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 ; 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 To: Conor Walsh Cc: dev@dpdk.org, kevin.laatz@intel.com, fengchengwen@huawei.com, jerinj@marvell.com Message-ID: 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.