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: sta...@dpdk.org > > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com>
It was working by chance before this fix. Applied, thanks.