> From: Jastrzebski, MichalX K > Sent: Tuesday, April 11, 2017 5:37 PM > To: [email protected] > Cc: Jain, Deepak K <[email protected]>; Van Haaren, Harry > <[email protected]>; > Piasecki, JacekX <[email protected]>; Kozak, KubaX > <[email protected]> > Subject: [PATCH v5 2/3] net/e1000: new xstats API add ID support for e1000 > > From: Jacek Piasecki <[email protected]> > > To achieve functionality of retrieving only specific statistics > given by application there are two new functions added: > eth_igb_xstats_get_by_ids() which retrieve > values of statistics specified by ids array > and eth_igb_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]>

