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

Conversation

ybendito
Copy link
Collaborator

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).

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 <yuri.benditovich@daynix.com>
@YanVugenfirer
Copy link
Collaborator

2c_Mini6RSSSendRecv (Multi-Group Win8+) still fails

@kostyanf14
Copy link
Member

2c_Mini6RSSSendRecv (Multi-Group Win8+) still fails

There is no dump on Win11. The test just failed.

On Win2022 we got a backchannel communication error and dump. I will upload it.

@kostyanf14
Copy link
Member

HCK-CI/NetKVM-Win2019x64 NDISTest 6.5 - [2 Machine] - OffloadLSO hangs on with error message box

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants