aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/octeontx2/nix.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/octeontx2/nix.c')
-rw-r--r--drivers/net/octeontx2/nix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/octeontx2/nix.c b/drivers/net/octeontx2/nix.c
index a5665a25f2..f596b6bca8 100644
--- a/drivers/net/octeontx2/nix.c
+++ b/drivers/net/octeontx2/nix.c
@@ -580,7 +580,7 @@ int nix_lf_xmit(struct udevice *dev, void *pkt, int pkt_len)
__iowmb();
result = lmt_submit((u64)(nix->nix_base +
NIXX_LF_OP_SENDX(0)));
- WATCHDOG_RESET();
+ schedule();
} while (result == 0);
return 0;