Re: [dpdk-dev] [PATCH v9 4/5] ethdev: improve xstats names by IDs get prototype

2021-10-01 Thread Ferruh Yigit
On 10/1/2021 10:07 AM, Andrew Rybchenko wrote: > Adjust parameters order to eth_xstats_get_by_id_t prototype. > Make ids the second parameter similar to eth_xstats_get_by_id_t. > > Signed-off-by: Andrew Rybchenko Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH v9 4/5] ethdev: improve xstats names by IDs get prototype

2021-10-01 Thread Andrew Rybchenko
Adjust parameters order to eth_xstats_get_by_id_t prototype. Make ids the second parameter similar to eth_xstats_get_by_id_t. Signed-off-by: Andrew Rybchenko --- drivers/net/axgbe/axgbe_ethdev.c| 4 ++-- drivers/net/cnxk/cnxk_ethdev.h | 3 ++- drivers/net/cnxk/cnxk_stats.c | 3 ++-