ixy
ixy copied to clipboard
Packets left in queue in interrupt mode when traffic stops suddenly
Looks like we sometimes miss a few packets in the queue in interrupt mode if the traffic stops suddenly. Probable cause: we miss an interrupt at the end and the packets stay in the queue until a new packet arrives.
Same issue also affects https://github.com/ixy-languages/ixy.rs in interrupt mode