Daiki AMINAKA

Results 91 comments of Daiki AMINAKA

I came up with the N x N idea, but the number of queue in NIC is limited. how do we handle when run out of queue on NIC? (I...

I could run this with specific `ngraph_version`, let me debug this to run as it is.

What's this build error? ![image](https://github.com/microsoft/msquic/assets/5763034/6a16cbe3-d52c-44be-9dc0-813f34e8ccef)

CIFulzz is failling in `QuicConnRelease`, by `CXPLAT_TEL_ASSERT(Connection->RefTypeCount[QUIC_CONN_REF_STREAM] > 0)`. I believe that `QuicOperationFree` is not called as expected? and Stream might not be released. Any idea of affecting releasing Operation...

Cannot repro using oss-fuzz....

This needs to be merged. Current spinquic doesn't fully utilize priority operation feature

Tests succeed, but trace says there are many `XDP async IO start`, but there is no completion (`RawDataPathProcessCqe`) at all.

Maybe `CxPlatXdpExecute` should call `XskNotifyAsync`, not `ZwSetInformationFile`. However doing it gets error as ![image](https://github.com/user-attachments/assets/46839bff-6a2d-4bc6-b874-5febeab477f9)

Sometimes passes with few `XDP async IO start` calls