Re: [dpdk-dev] [PATCH] pipeline: add table statistics

2021-04-19 Thread Thomas Monjalon
17/04/2021 01:46, Cristian Dumitrescu: > Add support for table statistics for the SWX pipeline. For each table, > we maintain a counter for lookup hit packets, one for lookup miss > packets and one packet counter for each table action. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Yoges

[dpdk-dev] [PATCH] pipeline: add table statistics

2021-04-16 Thread Cristian Dumitrescu
Add support for table statistics for the SWX pipeline. For each table, we maintain a counter for lookup hit packets, one for lookup miss packets and one packet counter for each table action. Signed-off-by: Cristian Dumitrescu Signed-off-by: Yogesh Jangra --- examples/pipeline/cli.c