Re: [dpdk-dev] [PATCH v1 6/6] net/ixgbe: support xstats by ID

2017-04-28 Thread Van Haaren, Harry
> From: Jastrzebski, MichalX K > Sent: Thursday, April 27, 2017 3:43 PM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; Jain, Deepak K > ; > Kozak, KubaX > Subject: [PATCH v1 6/6] net/ixgbe: support xstats by ID > > From: Kuba Kozak > > To achieve functionality of retrieving only specific statist

[dpdk-dev] [PATCH v1 6/6] net/ixgbe: support xstats by ID

2017-04-27 Thread Michal Jastrzebski
From: Kuba Kozak To achieve functionality of retrieving only specific statistics given by application there are two new functions added: ixgbe_dev_xstats_get_by_ids() which retrieve values of statistics specified by ids array and ixgbe_dev_xstats_get_names_by_ids() which retrieve names of statist