Re: [PATCH v2] dts: fix deterministic doc

2025-06-19 Thread Patrick Robb
Yes the windows failure was unrelated to your patch - sorry about the noise. Looks like Paul has applied this commit to next-dts. On Mon, Jun 16, 2025 at 4:23 AM Clemens Famulla-Conrad < cfamullacon...@suse.com> wrote: > > Thanks. This needs to pass the linter, see my suggestions below. > > Than

Re: [PATCH v2] dts: fix deterministic doc

2025-06-16 Thread Luca Vizzarro
Looks good. Reviewed-by: Luca Vizzarro

Re: [PATCH v2] dts: fix deterministic doc

2025-06-16 Thread Clemens Famulla-Conrad
> Thanks. This needs to pass the linter, see my suggestions below. Thanks for your suggestions! The CI is still failing[1] in "Windows Server 2022" => dpdk_msvc_compile I don't see a relation to my change and also other patches show the same issue[2]. Not sure if I need to do something, do you ha

[PATCH v2] dts: fix deterministic doc

2025-06-11 Thread Clemens Famulla-Conrad
Previously, `capture_name` defaulted to a "dynamic" value. This caused non-deterministic documentation and could lead to overwriting capture files if the method was called multiple times within a single Python process. Bugzilla ID: 1718 Signed-off-by: Clemens Famulla-Conrad --- .mailmap