> -Original Message-
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> Sent: Tuesday, February 7, 2017 6:25 AM
> To: Van Haaren, Harry
> Cc: dev@dpdk.org; Richardson, Bruce
> Subject: Re: [PATCH v2 02/15] eventdev: add APIs for extended stats
> How about adding the reset fu
On Mon, Feb 06, 2017 at 10:37:31AM +, Van Haaren, Harry wrote:
> > -Original Message-
> > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> > Sent: Monday, February 6, 2017 8:23 AM
> > To: Van Haaren, Harry
> > Cc: dev@dpdk.org; Richardson, Bruce
> > Subject: Re: [PATCH v2 0
> -Original Message-
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> Sent: Monday, February 6, 2017 8:23 AM
> To: Van Haaren, Harry
> Cc: dev@dpdk.org; Richardson, Bruce
> Subject: Re: [PATCH v2 02/15] eventdev: add APIs for extended stats
>
> On Tue, Jan 31, 2017 at 04:14:
On Tue, Jan 31, 2017 at 04:14:20PM +, Harry van Haaren wrote:
> From: Bruce Richardson
>
> Add in APIs for extended stats so that eventdev implementations can report
> out information on their internal state. The APIs are based on, but not
> identical to, the equivalent ethdev functions.
The
> From: Eads, Gage
> Sent: Tuesday, January 31, 2017 8:50 PM
> To: Van Haaren, Harry ; dev@dpdk.org
> Cc: Richardson, Bruce ; Jerin Jacob
>
> Subject: Re: [dpdk-dev] [PATCH v2 02/15] eventdev: add APIs for extended stats
> Hi Harry,
> Looks like the function names in *
Hi Harry,
Looks like the function names in *_version.map don't quite match those in the
eventdev header.
+int
+rte_event_dev_xstats_names_get(uint8_t dev_id,
+ struct rte_event_dev_xstat_name *xstats_names,
+ unsigned int size)
+int
+rte_event_dev_xstats_get(uint8_t dev_id, const
From: Bruce Richardson
Add in APIs for extended stats so that eventdev implementations can report
out information on their internal state. The APIs are based on, but not
identical to, the equivalent ethdev functions.
Signed-off-by: Bruce Richardson
Signed-off-by: Harry van Haaren
---
lib/libr
7 matches
Mail list logo