> -----Original Message-----
> From: Jeff Daly <[email protected]>
> Sent: Wednesday, May 11, 2022 2:57 AM
> To: Yang, Qiming <[email protected]>; Wu, Wenjun1
> <[email protected]>; Zhao1, Wei <[email protected]>; Xiao Zhang
> <[email protected]>; Xiaolong Ye <[email protected]>; Lunyuan Cui
> <[email protected]>
> Cc: [email protected]; [email protected]
> Subject: [PATCH] net/ixgbe: Limit SDP3 check of TX_DISABLE to appropriate
> devices
>
> 1ca05831b9b added a check that SDP3 (used as a TX_DISABLE output to the SFP
> cage on these cards) is not asserted to avoid incorrectly reporting link up
> when
> the SFP's laser is turned off.
>
> ff8162cb957 limited this workaround to fiber ports
>
> This patch:
> * Adds devarg 'fiber_sdp3_no_tx_disable' not all fiber ixgbe devs use
> SDP3 as TX_DISABLE
>
> Fixes: 1ca05831b9b ("net/ixgbe: fix link status")
> Fixes: ff8162cb957 ("net/ixgbe: fix link status")
> Cc: [email protected]
>
> Signed-off-by: Jeff Daly <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi