andrzej-kaczmarek opened a new pull request #936: URL: https://github.com/apache/mynewt-nimble/pull/936
Removing from ll_tx_pkt_q should be done in critical section since insertion can be done from isr. There's no need to protect peek on 1st element since we only insert in isr and remove in LL so there's no risk of element being removed after we checked not-null. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
