SAMA5 EMAC: Need to pace RX and TX because and RX can result in a TX; Process TX interrupt events before TX interrupt events for the same reason

This commit is contained in:
Gregory Nutt
2013-09-25 14:22:35 -06:00
parent 4a99a9e2e3
commit bbccd73dd0
2 changed files with 93 additions and 60 deletions
+2
View File
@@ -5627,4 +5627,6 @@
by common stack monitoring logic (2013-9-24).
* drivers/net/Kconfig: Move CONFIG_NET_DUMPPACKET out of LPC17
and STM32 Kconfigs into the common network driver Kconfig (2013-9-25).
* arch/arm/src/sam_emac.c: EMAC driver is basically functional. More
testing is needed (as always) (2013-9-25).