All dequed packets from sumbmission queues are enqued properly to completion queue after posting to stack.
But After running heavy traffic (running iperf -b 1000m) for few times, dequeue fails and always return 0. When I check error code with dequeuePacket API it gets error 2e7. (which is underrun error)
Why dequeue fails?