Re: [PATCH v6 4/9] dts: use pydantic in the configuration

2024-11-20 Thread Thomas Monjalon
20/11/2024 14:53, Luca Vizzarro: > Hi Ali, > > thank you for reporting this promptly. We are aware of the warnings – > which are inevitable in the build conditions set, but unfortunately > missed the optional -W flag being added. I'll resolve this ASAP. Please don't remove all the context in yo

Re: [PATCH v6 4/9] dts: use pydantic in the configuration

2024-11-20 Thread Luca Vizzarro
Hi Ali, thank you for reporting this promptly. We are aware of the warnings – which are inevitable in the build conditions set, but unfortunately missed the optional -W flag being added. I'll resolve this ASAP. Best, Luca

RE: [PATCH v6 4/9] dts: use pydantic in the configuration

2024-11-20 Thread Ali Alnubani
> -Original Message- > From: Luca Vizzarro > Sent: Friday, November 8, 2024 1:40 PM > To: dev@dpdk.org > Cc: Paul Szczepanek ; Patrick Robb > ; Luca Vizzarro ; Nicholas Pratte > > Subject: [PATCH v6 4/9] dts: use pydantic in the configuration > > This chan

[PATCH v6 4/9] dts: use pydantic in the configuration

2024-11-08 Thread Luca Vizzarro
This change brings in pydantic in place of warlock. Pydantic offers a built-in model validation system in the classes, which allows for a more resilient and simpler code. As a consequence of this change: - most validation is now built-in - further validation is added to verify: - cross referenci