[dpdk-dev] [PATCH v3] net/mlx5: add 200G link speed
Ferruh Yigit
ferruh.yigit at intel.com
Wed May 6 14:59:32 CEST 2020
On 5/6/2020 1:22 PM, Asaf Penso wrote:
> There is no way to report back a link speed of 200Gbps.
>
> Adding 200G link speed.
>
> Signed-off-by: Asaf Penso <asafp at mellanox.com>
> ---
> v2 - reword commit log and remove 400G
>
> v3 - rebase and fix checkpatch warning
> ---
> app/test-pmd/cmdline.c | 12 +++++++-----
> doc/guides/rel_notes/release_20_05.rst | 2 ++
> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
> drivers/net/mlx5/mlx5_ethdev.c | 22 +++++++++++++++++++++-
> lib/librte_ethdev/rte_ethdev.c | 2 ++
> lib/librte_ethdev/rte_ethdev.h | 2 ++
> 6 files changed, 35 insertions(+), 7 deletions(-)
Hi Asaf,
Patch looks good, but it updates ethdev & testpmd to have 200G defines and mlx5
to use it, so net/mlx5 prefix not really fits to the patch, can you separate
mlx5 changes into another patch?
More information about the dev
mailing list