snipped
> --- a/app/test-pmd/testpmd.c
> +++ b/app/test-pmd/testpmd.c
> @@ -60,6 +60,8 @@
> #ifdef RTE_LIB_LATENCYSTATS
> #include
> #endif
> +#include
> +
>
> #include "testpmd.h"
>
> @@ -3958,6 +3960,8 @@ main(int argc, char** argv)
> }
> #endif
>
> + rte_apistats_init();
Sugg
This patch modifies to use apistats by testpmd app.
- change on testpmd.c to call apistats functions to accumlate stats info
Signed-off-by: Hideyuki Yamashita
---
app/test-pmd/testpmd.c | 4
1 file changed, 4 insertions(+)
diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c
index
2 matches
Mail list logo