On Thu, 10 Nov 2022 17:57:26 +0200 Bing Zhao <bi...@nvidia.com> wrote:
> With some OFED or upstream kernel of mlx5, the port name fetched from > "/sys/class/net/[DEV]/phys_port_name" may have a tailing "\n" as the > EOL. The sscanf() will return the scanned items number with this EOL. Why not fix the DPDK driver to strip off the new line when the port name is read? The code in mlx5_os.c should do it there.