10/01/2019 22:36, Vipin Varghese: > This patch adds new debug functions to existing proc-info tool. > > Motivation > ========== > > DPDK proc-info tool is been widely used as secondary process to collect > stats for any primary process. But these are limited to DPDK NIC ports and > basic memory usage. > > The patch series tries to address the missing debug information for PMD by > adding debug for port, traffic manager, crypto, ring and mempool. With > these additional information collected, it becomes easy to analyze issues > and performance variance.
Applied, thanks