> 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 5/6] net/e1000: 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: > eth_igb_xstats_get_by_id() which retrieve > values of statistics specified by ids array > and eth_igb_xstats_get_names_by_id() which retrieve > names of statistics specified by ids array. > > Signed-off-by: Kuba Kozak <[email protected]>
Acked-by: Harry van Haaren <[email protected]>

