--- wikisrc/users/msaitoh/Comparison_of_implementations_of_Ethernet_drivers.mdwn 2016/01/25 07:50:15 1.7
+++ wikisrc/users/msaitoh/Comparison_of_implementations_of_Ethernet_drivers.mdwn 2018/01/18 08:58:02 1.9
@@ -22,11 +22,11 @@
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 |
- RX only |
+ TX and RX |
|