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

2023-05-18 Thread Jerin Jacob
On Thu, May 18, 2023 at 5:31 AM wrote: > > From: Julien Aube > Please also add what is the change. > This has been tested with GPON's ONU SFP but requires a specific > firmware configuration. > > Signed-off-by: Julien Aube a) Please change subject to: net/bnx2x : support 2.5Gbps i.e 1) change

[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