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 ---

[PATCH 1/1] dts: fix deterministic doc

2025-06-06 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 ---