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 428F4A04C7; Mon, 14 Sep 2020 14:29:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0EA8BFFA; Mon, 14 Sep 2020 14:29:57 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 074B7E07 for ; Mon, 14 Sep 2020 14:29:54 +0200 (CEST) IronPort-SDR: yd9o3GJhsS16W3MBCYB85msptviFsQXQkqDskC+a3tlvOAUUteHNSh/IHMAv6eP/dxqIsnFlE8 RVKhwhW8c8ZQ== X-IronPort-AV: E=McAfee;i="6000,8403,9743"; a="156507838" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="156507838" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 05:29:53 -0700 IronPort-SDR: 3UcPC0RhwoauzKhBEhgABmumi9jsYRxCxUBj4m2fCeRskqltyNq6fPTucrB95ZfuPN0VjBfFPL fOogey77893w== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="450857305" 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:29:51 -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-3-bruce.richardson@intel.com> From: "Laatz, Kevin" Message-ID: <045a1f6d-0d22-1dd2-a6fe-eec754d3dff9@intel.com> Date: Mon, 14 Sep 2020 13:28:19 +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-3-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 2/3] app/test: change rawdev autotest to run selftest on all devs 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: > Rather than having each rawdev provide its own autotest command, we can > instead just use the generic rawdev_autotest to test any and all available > rawdevs. > > Signed-off-by: Bruce Richardson > --- > app/test/test_rawdev.c | 34 ++++++++++++++++++++++++-- > doc/guides/rel_notes/release_20_11.rst | 5 ++++ > 2 files changed, 37 insertions(+), 2 deletions(-) [...] Reviewed-by: Kevin Laatz