Skip to content

SNP Spams Receive calls #11005

Answered by mdkinney
paulober asked this question in Q&A
Apr 25, 2025 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

The network stack uses UEFI Timer Events to poll for network traffic. If the timer period is close to or smaller than the execution time of your GetStatus() function, then you can get a live lock condition because all the execution time is in UEFI timer event handling with none left over for TPL_APPLICATION. If you have DEBUG() messages in your GetStatus() path, then try disabling those and make sure your GetStatus() function the fastest check possible.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@paulober
Comment options

Answer selected by paulober
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants