Re: [PATCH v1 1/3] dts: rework port attributes in config module

2024-10-29 Thread Dean Marx
On Wed, Aug 21, 2024 at 2:43 PM Nicholas Pratte wrote: > The current design requires that a peer pci port is identified so that > test suites can create the correct port links. While this can work, it > also creates a lot of room for user error. Instead, devices should be > given a unique identif

Re: [PATCH v1 1/3] dts: rework port attributes in config module

2024-09-10 Thread Juraj Linkeš
As a general note, it's possible we should wait with these changes for the Pydantic changes which could simplify a lot of what we want to do with the config (not just this, but also the split and removing excess attributes). On 21. 8. 2024 20:43, Nicholas Pratte wrote: The current design requ

Re: [PATCH v1 1/3] dts: rework port attributes in config module

2024-09-04 Thread Jeremy Spewock
On Wed, Aug 21, 2024 at 2:43 PM Nicholas Pratte wrote: > diff --git a/dts/framework/config/__init__.py > b/dts/framework/config/__init__.py > index df60a5030e..534821ed22 100644 > --- a/dts/framework/config/__init__.py > +++ b/dts/framework/config/__init__.py > @@ -151,11 +151,10 @@ class PortCo