Re: [PATCH] ethdev: fix MAC address in telemetry device info

2022-02-16 Thread Ferruh Yigit
On 2/16/2022 2:13 PM, David Marchand wrote: The right size for a human readable mac is RTE_ETHER_ADDR_FMT_SIZE. While at it, the net library provides a helper for mac address formatting. Prefer it. Fixes: 58b43c1ddfd1 ("ethdev: add telemetry endpoint for device info") Cc:sta...@dpdk.org Reporte

[PATCH] ethdev: fix MAC address in telemetry device info

2022-02-16 Thread David Marchand
The right size for a human readable mac is RTE_ETHER_ADDR_FMT_SIZE. While at it, the net library provides a helper for mac address formatting. Prefer it. Fixes: 58b43c1ddfd1 ("ethdev: add telemetry endpoint for device info") Cc: sta...@dpdk.org Reported-by: Christophe Fontaine Signed-off-by: Dav