net: fix race in netisr worker thread
move have more work mark before the handler, during the handler execution another thread may signal the netisr worker thread, avoids a race.
Loading
Please register or sign in to comment
move have more work mark before the handler, during the handler execution another thread may signal the netisr worker thread, avoids a race.