Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netkvm: request to respawn the DPC if TX queue is not empty #1033

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 22, 2024

  1. netkvm: request to respawn the DPC if TX queue is not empty

    In the crash of Mini6RSSSendRecv test found a situation
    when there is one packet is still in the SendQueue when
    the protocol driver waits for unfinished packet completion.
    Try to solve it by requesting additional DPC also in case
    when the TX queue is not empty (currently we request it
    only when there are completed packets in Tx queue and we
    can't enable interrupts for the queue).
    
    Signed-off-by: Yuri Benditovich <[email protected]>
    ybendito committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    965a972 View commit details
    Browse the repository at this point in the history