[PATCH] ethdev: add link speed 400G

Ferruh Yigit ferruh.yigit at amd.com
Thu Feb 16 13:30:55 CET 2023


On 2/16/2023 10:43 AM, 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>
> ---
>  app/test-pmd/cmdline.c             | 2 ++
>  app/test-pmd/config.c              | 2 ++
>  app/test-pmd/parameters.c          | 3 +++
>  app/test/test_ethdev_link.c        | 3 ++-
>  drivers/net/virtio/virtio_ethdev.c | 2 ++
>  lib/ethdev/rte_ethdev.c            | 6 ++++++
>  lib/ethdev/rte_ethdev.h            | 2 ++
>  7 files changed, 19 insertions(+), 1 deletion(-)

It looks like some testpmd help strings and documentation missed, please
check previous commit as reference:
Commit f6eb39384933 ("ethdev: add 200G link speed")


Also last time release notes also updated for new speed, what about
doing same?


More information about the dev mailing list