[dpdk-dev] [PATCH v5] ring:add ring walk routine

2018-12-27 Thread Keith Wiles
Add a ring walk routine for debugging and other uses. This routine walks the list of rings and allows the called function to stop, remove ring from list or continue. Signed-off-by: Keith Wiles --- V6 Remove warning V5 Fixup checkpatch warning on commit message V4 Add TAILQ_FOREACH_SAFE and

[dpdk-dev] [PATCH v5] ring:add ring walk routine

2018-12-27 Thread Keith Wiles
Add a ring walk routine for debugging and other uses. This routine walks the list of rings and allows the called function to stop, remove ring from list or continue. Signed-off-by: Keith Wiles --- V5 Fixup checkpatch warning on commit message V4 Add TAILQ_FOREACH_SAFE and have function being