Re: [PATCH v4 3/8] dts: refactor build and node info classes

2024-11-06 Thread Luca Vizzarro
On 31/10/2024 20:16, Nicholas Pratte wrote: On Mon, Oct 28, 2024 at 1:51 PM Luca Vizzarro wrote: The DPDKBuildInfo and NodeInfo classes, representing information gathered in runtime, were erroneously placed in the configuration package. This moves them in more appropriate modules. NodeInfo,

Re: [PATCH v4 3/8] dts: refactor build and node info classes

2024-10-31 Thread Nicholas Pratte
It took me a second to appreciate what the goal of separating this is, but it makes complete sense to me now. This was an oversight on my end as well when I was working on the config changes in once of the patches I was assigned. Interestingly enough, I ran into a similar problem with circular depe

[PATCH v4 3/8] dts: refactor build and node info classes

2024-10-28 Thread Luca Vizzarro
The DPDKBuildInfo and NodeInfo classes, representing information gathered in runtime, were erroneously placed in the configuration package. This moves them in more appropriate modules. NodeInfo, specifically, ia moved to os_session instead of node mostly as a consequence of circular dependencies.