Index out of bound errors in DPDK application

Hi all,

I have an application in DPDK and I am getting the index out of bound errors in my experiments. It is running fine if I rate-limit my packet generator to certain threshold. However, the thread always panics with the error if I raise my test throughput. Anyone knows how can I debug this problem? Thx

backtrace index out of bounds error from a DPDK application · GitHub

Looks like an integer underflow. Try running in Debug mode, where Rust will panic on underflow.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.