--- wikisrc/users/msaitoh/Comparison_of_implementations_of_Ethernet_drivers.mdwn 2016/07/20 04:14:25 1.8
+++ wikisrc/users/msaitoh/Comparison_of_implementations_of_Ethernet_drivers.mdwn 2018/01/18 08:58:02 1.9
@@ -22,7 +22,7 @@
TX_LOCK(spin mutex) + sc_stopping flag |
CORE_LOCK(spin mutex)+sc_stopping flag |
use CORE_LOCK(spin mutex) and TX_LOCK(spin mutex) partially |
- No |
+ Yes |
TX and RX differently |
TX_LOCK(mutex) and check sc_stopping in the beginning |
Yes |