Hello everyone,
We are using memory allocation for packets in our DPDK-based application. However, we are observing a
de-sync issue where, during debugging, we see logs indicating that a packet is allocated twice without being freed in between.
To diagnose the issue, we added logging at both the time of allocation and deallocation. From the logs, we noticed:
Our Questions:
Additional Details:
Would appreciate any insights or debugging tips from the community!
Thanks,
Adesh