--- wikisrc/users/msaitoh/Comparison_of_implementations_of_Ethernet_drivers.mdwn 2018/01/18 08:58:02 1.9 +++ wikisrc/users/msaitoh/Comparison_of_implementations_of_Ethernet_drivers.mdwn 2018/01/18 23:11:56 1.10 @@ -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 - Yes + Yes by default. It can be changed by kernel options. See wm.4. TX and RX differently TX_LOCK(mutex) and check sc_stopping in the beginning Yes