RE: [PATCH] doc: describe ixgbe devargs fiber_sdp3_no_tx_disable

2022-04-28 Thread Zhang, Qi Z
> -Original Message- > From: Jeff Daly > Sent: Wednesday, April 27, 2022 10:21 PM > To: Wang, Haiyue > Cc: dev@dpdk.org > Subject: [PATCH] doc: describe ixgbe devargs fiber_sdp3_no_tx_disable > > The devargs option for the IXGBE driver is introduced in order t

[PATCH] doc: describe ixgbe devargs fiber_sdp3_no_tx_disable

2022-04-27 Thread Jeff Daly
The devargs option for the IXGBE driver is introduced in order to inform the driver to skip checking SDP3 as an indicator of laser enable/disable for SFP modules. Signed-off-by: Jeff Daly --- doc/guides/nics/ixgbe.rst | 17 + 1 file changed, 17 insertions(+) diff --git a/doc/gui