Re: [dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-04-12 Thread Stephen Hemminger
On Fri, 12 Apr 2019 16:32:01 +0200 David Marchand wrote: > On Fri, Apr 12, 2019 at 3:29 PM Thomas Monjalon wrote: > > > 26/03/2019 10:29, David Marchand: > > > On Tue, Mar 19, 2019 at 6:18 PM Ferruh Yigit > > wrote: > > > > > > > On 3/14/2019 3:13 PM, David Marchand wrote: > > > > >

Re: [dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-04-12 Thread David Marchand
On Fri, Apr 12, 2019 at 3:29 PM Thomas Monjalon wrote: > 26/03/2019 10:29, David Marchand: > > On Tue, Mar 19, 2019 at 6:18 PM Ferruh Yigit > wrote: > > > > > On 3/14/2019 3:13 PM, David Marchand wrote: > > > > Introduce a new api to retrieve per queue statistics from the > drivers. > > > > The

Re: [dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-04-12 Thread Thomas Monjalon
26/03/2019 10:29, David Marchand: > On Tue, Mar 19, 2019 at 6:18 PM Ferruh Yigit wrote: > > > On 3/14/2019 3:13 PM, David Marchand wrote: > > > Introduce a new api to retrieve per queue statistics from the drivers. > > > The api objectives: > > > - easily add some common per queue statistics and

Re: [dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-04-12 Thread Thomas Monjalon
19/03/2019 18:54, Stephen Hemminger: > My preference would be: > 1. Make all DPDK drivers consistent in usage of current statistic values. > 2. Propose an enhancement to have new ethdev statistics match some > pre-existing > standard like SNMP or other RFC. This patch is about basic stat

Re: [dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-03-26 Thread David Marchand
On Tue, Mar 19, 2019 at 6:18 PM Ferruh Yigit wrote: > On 3/14/2019 3:13 PM, David Marchand wrote: > > Introduce a new api to retrieve per queue statistics from the drivers. > > The api objectives: > > - easily add some common per queue statistics and have it exposed > > through the user xstats

Re: [dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-03-19 Thread Stephen Hemminger
On Tue, 19 Mar 2019 17:18:08 + Ferruh Yigit wrote: > On 3/14/2019 3:13 PM, David Marchand wrote: > > Introduce a new api to retrieve per queue statistics from the drivers. > > The api objectives: > > - easily add some common per queue statistics and have it exposed > > through the user xsta

Re: [dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-03-19 Thread Ferruh Yigit
On 3/14/2019 3:13 PM, David Marchand wrote: > Introduce a new api to retrieve per queue statistics from the drivers. > The api objectives: > - easily add some common per queue statistics and have it exposed > through the user xstats api while the user stats api is left untouched > - remove the li

Re: [dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-03-15 Thread David Marchand
On Thu, Mar 14, 2019 at 4:13 PM David Marchand wrote: > Introduce a new api to retrieve per queue statistics from the drivers. > The api objectives: > - easily add some common per queue statistics and have it exposed > through the user xstats api while the user stats api is left untouched > - r

[dpdk-dev] [RFC PATCH 1/2] ethdev: introduce internal rxq/txq stats API

2019-03-14 Thread David Marchand
Introduce a new api to retrieve per queue statistics from the drivers. The api objectives: - easily add some common per queue statistics and have it exposed through the user xstats api while the user stats api is left untouched - remove the limitations on the per queue statistics count (inherited