[PATCH v2] drivers/net/bnx2x : Add experimental 2.5Gbps support for BCM578xx.

2023-05-17 Thread julien_dpdk
From: Julien Aube This has been tested with GPON's ONU SFP but requires a specific firmware configuration. Signed-off-by: Julien Aube --- doc/guides/nics/bnx2x.rst | 4 drivers/net/bnx2x/elink.c | 19 +-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/doc

[PATCH v2] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd

2023-05-17 Thread julien_dpdk
From: Julien Aube This extends the support for 2.5iG and 5G NIC commonly found today Signed-off-by: Julien Aube --- app/test-pmd/cmdline.c | 14 +- app/test-pmd/parameters.c | 6 ++ doc/guides/testpmd_app_ug/run_app.rst | 2 ++ doc

[PATCH] drivers/net/bnx2x : Add experimental 2.5Gbps support for BCM578xx.

2023-05-17 Thread julien_dpdk
From: Julien Aube This has been tested with GPON's ONU SFP but requires a specific firmware configuration. Signed-off-by: Julien Aube --- doc/guides/nics/bnx2x.rst | 4 drivers/net/bnx2x/elink.c | 20 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/d

[PATCH] drivers/net/bnx2x : Offer maintainership for bnx2x

2023-05-17 Thread julien_dpdk
From: Julien Aube Signed-off-by: Julien Aube --- MAINTAINERS | 1 + doc/guides/rel_notes/deprecation.rst | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8df23e5099..c5a65c2684 100644 --- a/MAINTAINERS +++ b/MAINTAIN

[PATCH] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd

2023-05-17 Thread julien_dpdk
From: Julien Aube Signed-off-by: Julien Aube --- app/test-pmd/cmdline.c | 16 ++-- app/test-pmd/parameters.c | 6 ++ doc/guides/testpmd_app_ug/run_app.rst | 2 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 4 files changed,