> From: Kozak, KubaX > Sent: Thursday, April 13, 2017 3:59 PM > To: [email protected] > Cc: Van Haaren, Harry <[email protected]>; Jain, Deepak K > <[email protected]>; > Kozak, KubaX <[email protected]> > Subject: [PATCH v6 3/5] proc-info: add support for new xstats API > > There is a new argument --xstats-ids and --xstats-name > in proc_info command line to retrieve statistics given by ids > and by name. > E.g. --xstats-ids="1,3,5,7,8" > E.g. --xstats-name rx_errors > > ethdev: mark functions as deprecated > > Functions rte_eth_xstats_get_all and rte_eth_xstats_get_names_all > are marked as deprecated > > Signed-off-by: Kuba Kozak <[email protected]>
Acked-by: Harry van Haaren <[email protected]>

