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 <tho...@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?