Re: [dpdk-dev] [PATCH 2/5] app/proc-info: add to use apistats

2020-12-05 Thread Varghese, Vipin
snipped > " --xstats-ids IDLIST: to display xstat values by id. " > "The argument is comma-separated list of xstat ids to > print out.\n" > + " --apistats: to display api statistics, disabled by default\n" As per the code base the logic ` rte_apicou

[dpdk-dev] [PATCH 2/5] app/proc-info: add to use apistats

2020-12-03 Thread Hideyuki Yamashita
This patch modifies to use apistats by proc-info app. - change on main.c to call apistats functions - change on Makefile to include experimental API Signed-off-by: Hideyuki Yamashita --- app/proc-info/main.c | 46 1 file changed, 46 insertions(+) dif