[PATCH 0/1] net: fec: fix rare tx timeout

2018-10-02 Thread rickard.andersson
From: Rickard x Andersson This patch is not fully verified yet but I would much appreciate feedback. Rickard x Andersson (1): net: fec: fix rare tx timeout drivers/net/ethernet/freescale/fec_main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.11.0

[PATCH 1/1] net: fec: fix rare tx timeout

2018-10-02 Thread rickard.andersson
From: Rickard x Andersson During certain heavy network loads TX could time out with TX ring dump. TX is sometimes never restarted after reaching "tx_stop_threshold" because function "fec_enet_tx_queue" only tests the first queue. In addition the TX timeout callback function failed to recover bec