aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bufmon/bufmon.c
AgeCommit message (Collapse)AuthorFilesLines
2023-05-23bufmon: ptd should be alloced in main threadXiaoming Jiang1-1/+2
Type: fix Signed-off-by: Xiaoming Jiang <jiangxiaoming@outlook.com> Change-Id: I7f8c975fae5d71ce1226a8e19761fc75134e61e2
2021-08-27bufmon: add buffer monitoring pluginBenoît Ganne1-0/+313
This plugin allow to keep track of buffer usage in VPP graph nodes. The main use is to detect buffer leakages. Type: feature Change-Id: Iadcf4ab98207fab6e2fa375060879bc2a25b711e Signed-off-by: Benoît Ganne <bganne@cisco.com>