> From: Piasecki, JacekX > Sent: Monday, April 3, 2017 1:10 PM > To: [email protected] > Cc: Van Haaren, Harry <[email protected]>; Jastrzebski, MichalX K > <[email protected]>; Piasecki, JacekX > <[email protected]>; Kozak, KubaX > <[email protected]> > Subject: [PATCH v3 3/3] add new xstats API id support for ixgbe > > From: Michal Jastrzebski <[email protected]> > > 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 statistics specified by ids array. > > Signed-off-by: Jacek Piasecki <[email protected]> > Signed-off-by: Kuba Kozak <[email protected]>
Acked-by: Harry van Haaren <[email protected]>

