Commit 0a8bd81
net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
Current driver may lost tx interrupts under bidirectional test with iperf3,
which leads to some unexpected issues.
This patch let rx/tx interrupt enable/disable separately, and rx/tx are
handled in different NAPIs.
Signed-off-by: Biao Huang <[email protected]>
Signed-off-by: Yinghua Pan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>1 parent 0027340 commit 0a8bd81
1 file changed
+199
-141
lines changed
0 commit comments