[PATCH] ethdev: add link speed 400G

fengchengwen fengchengwen at huawei.com
Thu Feb 16 12:27:57 CET 2023


Hi Thomas,

  Higher rates are generally implemented with multiple lanes. The lane configuration is
critical to link negotiation success. The number of lanes configured using the ethtool
is provided [1].

 Currently, the community uses only one u32 bit (link_speed) to indicate a rate, which
is not enough.

 It is recommended that the rate be extended to support the configuration of the number
of lanes. Our team plan to develop it target 23.07 version (have not yet been designed).
Maybe other team already developping it (if have please let me know so that we can reduce
invest).

 Beside, as for this patch, I think we could upstream first.


[1] https://lore.kernel.org/netdev/20201010154119.3537085-1-idosch@idosch.org/T/


On 2023/2/16 18:43, Thomas Monjalon wrote:
> There are some devices supporting 400G speed,
> and it is well standardized in IEEE.
> 
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>

Acked-by: Chengwen Feng <fengchengwen at huawei.com>




More information about the dev mailing list