15/06/2025 09:41, Gregory Etelson:
> The PMD reads auxiliary network device name from the Linux SYSFS.
>
> The current implementation closed directory context before it copied
> a file name from that directory into internal buffer.
>
> The patch closes SYSFS directory after file name was copied.
>
> Fixes: 777b72a9339c ("common/mlx5: support auxiliary bus")
> Cc: [email protected]
>
> Signed-off-by: Gregory Etelson <[email protected]>
> Acked-by: Dariusz Sosnowski <[email protected]>
It was working by chance before this fix.
Applied, thanks.