> From: Jastrzebski, MichalX K > Sent: Thursday, April 27, 2017 3:43 PM > To: [email protected] > Cc: Van Haaren, Harry <[email protected]>; Jain, Deepak K > <[email protected]>; > Kozak, KubaX <[email protected]> > Subject: [PATCH v1 6/6] net/ixgbe: support xstats by ID > > From: Kuba Kozak <[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: Kuba Kozak <[email protected]>
Acked-by: Harry van Haaren <[email protected]>

