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 390D7A04C7; Mon, 14 Sep 2020 14:31:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1B5BE2C36; Mon, 14 Sep 2020 14:31:32 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 7C236E07 for ; Mon, 14 Sep 2020 14:31:30 +0200 (CEST) IronPort-SDR: e4vCGdidzBsJj9NvLIuDUpEqgasOEpLZpXHSjvDlUPwNMIONBlAgzh+BwH7Lkv2jfOIZU6ZdWV tU0lBpJHvHHg== X-IronPort-AV: E=McAfee;i="6000,8403,9743"; a="138573904" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="138573904" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 05:31:26 -0700 IronPort-SDR: Ix79ileZY0QV3bkmVs6gBpPLUdnji3MAV3ErichsPjBFYdvUx3meqrwafx4QEyGTsB81vm52sK WA3QgipGTx1g== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="450857743" Received: from klaatz-mobl1.ger.corp.intel.com (HELO [10.213.247.165]) ([10.213.247.165]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 05:31:25 -0700 To: Bruce Richardson , dev@dpdk.org Cc: Nipun Gupta , Hemant Agrawal , John McNamara , Marko Kovacevic References: <20200821155945.29415-1-bruce.richardson@intel.com> <20200910164716.1011901-1-bruce.richardson@intel.com> <20200910164716.1011901-4-bruce.richardson@intel.com> From: "Laatz, Kevin" Message-ID: Date: Mon, 14 Sep 2020 13:31:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200910164716.1011901-4-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 3/3] app/test: remove ioat-specific autotest 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 10/09/2020 17:47, Bruce Richardson wrote: > Since the rawdev autotest can now be used to test all rawdevs on the > system, there is no need for a dedicated ioat autotest command. > > Signed-off-by: Bruce Richardson > --- > app/test/test_rawdev.c | 20 -------------------- > doc/guides/rel_notes/release_20_11.rst | 2 ++ > 2 files changed, 2 insertions(+), 20 deletions(-) > [...] Reviewed-by: Kevin Laatz