]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: txgbe: fix the issue of TX failure
authorJiawen Wu <jiawenwu@trustnetic.com>
Thu, 26 Jun 2025 08:51:53 +0000 (16:51 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jul 2025 01:15:53 +0000 (18:15 -0700)
commite39ed71c7a26e8e94c637e222bc373b511ca127f
treed874fc502464cb7624a66aaff0c5d63f24637b0e
parent60f7f4afaf6d09c27971f30f5ab69a3aab78b28f
net: txgbe: fix the issue of TX failure

There is a occasional problem that ping is failed between AML devices.
That is because the manual enablement of the security Tx path on the
hardware is missing, no matter what its previous state was.

Fixes: 6f8b4c01a8cd ("net: txgbe: Implement PHYLINK for AML 25G/10G devices")
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/5BDFB14C57D1C42A+20250626085153.86122-1-jiawenwu@trustnetic.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/wangxun/txgbe/txgbe_aml.c