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 71D6345D52;
	Wed, 20 Nov 2024 15:04:30 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 04A5C402B7;
	Wed, 20 Nov 2024 15:04:30 +0100 (CET)
Received: from foss.arm.com (foss.arm.com [217.140.110.172])
 by mails.dpdk.org (Postfix) with ESMTP id A34BD4021E
 for <dev@dpdk.org>; Wed, 20 Nov 2024 15:04:28 +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 E5E341480;
 Wed, 20 Nov 2024 06:04:57 -0800 (PST)
Received: from [192.168.50.107] (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19])
 by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id
 3B2263F5A1; Wed, 20 Nov 2024 06:04:27 -0800 (PST)
Message-ID: <e9a0ae4d-670a-4bdc-ac88-7724bd223ee0@arm.com>
Date: Wed, 20 Nov 2024 14:04:26 +0000
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: [PATCH v6 2/9] dts: add TestSuiteSpec class and discovery
Content-Language: en-GB
To: Ali Alnubani <alialnu@nvidia.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: Paul Szczepanek <paul.szczepanek@arm.com>,
 Patrick Robb <probb@iol.unh.edu>, Nicholas Pratte <npratte@iol.unh.edu>
References: <20240822163941.1390326-1-luca.vizzarro@arm.com>
 <20241108114006.64595-1-luca.vizzarro@arm.com>
 <20241108114006.64595-3-luca.vizzarro@arm.com>
 <PH7PR12MB91736193A27A3A5027B3FD34DA212@PH7PR12MB9173.namprd12.prod.outlook.com>
From: Luca Vizzarro <Luca.Vizzarro@arm.com>
In-Reply-To: <PH7PR12MB91736193A27A3A5027B3FD34DA212@PH7PR12MB9173.namprd12.prod.outlook.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
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

Hi Ali,

this warning has been fixed by the following patch:

   dts: fix custom enum behaviour with docs

so at the top of the tree it shouldn't present itself. If it's a 
critical problem, the fix can be rearranged to appear before.

Luca