[PATCH v3 1/1] buildtools: avoid break due to failure to cleanup temporary directory

David Marchand david.marchand at redhat.com
Fri May 16 11:34:10 CEST 2025


Hello Andre,

On Wed, May 7, 2025 at 4:21 PM Andre Muezerie
<andremue at linux.microsoft.com> wrote:
>
> When compiling drivers on Windows, instances have been seen where a
> temporary directory fails to get cleaned up due to
> ERROR_SHARING_VIOLATION (32).
>
> This issue was not seen on operating systems other than Windows.
>
> This patch eliminates the use of tempfile.TemporaryDirectory, which
> was triggering the issue.
>
> Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>

How does this change interact (except a merge conflict) with the other
series that adds pmdinfo for MSVC?
https://patchwork.dpdk.org/project/dpdk/list/?series=35065&state=%2A&archive=both


-- 
David Marchand



More information about the dev mailing list