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 0329845C9D; Wed, 6 Nov 2024 18:58:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B432642E68; Wed, 6 Nov 2024 18:58:03 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id BE74C402C3 for ; Wed, 6 Nov 2024 18:58:02 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D0C23497; Wed, 6 Nov 2024 09:58:31 -0800 (PST) Received: from [10.1.30.24] (JR4XG4HTQC.cambridge.arm.com [10.1.30.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6F6EF3F66E; Wed, 6 Nov 2024 09:58:01 -0800 (PST) Message-ID: <85e7879a-9542-46c1-af7c-19e1a5f97f40@arm.com> Date: Wed, 6 Nov 2024 17:58:00 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 2/8] dts: add TestSuiteSpec class and discovery To: Nicholas Pratte Cc: dev@dpdk.org, Paul Szczepanek , Patrick Robb References: <20240822163941.1390326-1-luca.vizzarro@arm.com> <20241028174949.3283701-1-luca.vizzarro@arm.com> <20241028174949.3283701-3-luca.vizzarro@arm.com> Content-Language: en-GB From: Luca Vizzarro In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 On 31/10/2024 20:21, Nicholas Pratte wrote: > On Mon, Oct 28, 2024 at 1:51 PM Luca Vizzarro wrote: >> >> Currently there is a lack of a definition which identifies all the test >> suites available to test. This change intends to simplify the process to >> discover all the test suites and idenfity them. > > Noticed this in the corner of my eye. 'idenfity' should be 'identify.' > Nice! Great catch! Thank you!