Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/9881 to look at the new patch set (#9). Change subject: sniffing: decrease USB IRQ prioprity to prevent USART overrun ...................................................................... sniffing: decrease USB IRQ prioprity to prevent USART overrun Handling the USB message queue is done in an ISR and take quite some time. This can cause a USART/SIM sniffing buffer overrun, resulting in data loss. By setting the USB IRQ lower than the USART IRQ, the USB ISR can be interrupted (for short) and no data gets lost. Change-Id: I870a0aa8e251bbb53249c54bfcaa45de5b5a9486 --- M firmware/libcommon/source/sniffer.c 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/81/9881/9 -- To view, visit https://gerrit.osmocom.org/9881 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: simtrace2 Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I870a0aa8e251bbb53249c54bfcaa45de5b5a9486 Gerrit-Change-Number: 9881 Gerrit-PatchSet: 9 Gerrit-Owner: Kévin Redon <kre...@sysmocom.de> Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org> Gerrit-Reviewer: Jenkins Builder