Re: [PATCH] ethdev: add support to provide link type

2025-06-05 Thread Stephen Hemminger
On Thu, 5 Jun 2025 17:01:51 +0530 wrote: > From: Sunil Kumar Kori > > As a port can be configured at one of the supported speed > which can be part of specific link mode. > > Port type helps to translate speed into the respective mode. > > Hence add support to provide link type as part of lin

[PATCH] ethdev: add support to provide link type

2025-06-05 Thread skori
From: Sunil Kumar Kori As a port can be configured at one of the supported speed which can be part of specific link mode. Port type helps to translate speed into the respective mode. Hence add support to provide link type as part of link status if available from ethdev driver. Signed-off-by: N