You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CNDP seems to have multiple memory issues including double frees and memory leaks
I think we should do memory profiling e.g. using valgrind.
An example is in PR #380
The text was updated successfully, but these errors were encountered:
Hi @jalalmostafa
I added a workflow to run cppcheck, the next thing will be to fixup all the reported issues in https://github.com/CloudNativeDataPlane/cndp/actions/runs/10115180237/job/27975372401 (expand the cat report section of the action)
I can't find a marketplace action that can look for leaks without running a binary which introduces some complications into the workflow that I need to think about.
If you have any ideas re possible actions please give me a shout
Running the binary will catch more errors for sure. What kind of complications are there?
Conceptually, I think we can run cnet-graph in a Github-hosted runner using a veth interface in AF_XDP copy mode.
I use the xdp-tutorial veth scripts as a development environment.
CNDP seems to have multiple memory issues including double frees and memory leaks
I think we should do memory profiling e.g. using valgrind.
An example is in PR #380
The text was updated successfully, but these errors were encountered: