>
>
>
> > >
> > >> +
> > >> +total_missed_rx = 0;
> > >> +total_qbrc = 0;
> > >> +total_qprc = 0;
> > >> +total_qprdc = 0;
> > >> +rxnfgpc = 0;
> > >> +txdgpc = 0;
> > >> +count = 0;
> > >> +
> > >> +ixgbe_read_stats_registers(hw,
> >
> >> +
> >> + total_missed_rx = 0;
> >> + total_qbrc = 0;
> >> + total_qprc = 0;
> >> + total_qprdc = 0;
> >> + rxnfgpc = 0;
> >> + txdgpc = 0;
> >> + count = 0;
> >> +
> >> + ixgbe_read_stats_registers(hw, hw_stats, &total_missed_rx,
> &total_qbrc,
> >> +
Best Regards,
Maryam
> -Original Message-
> From: Olivier MATZ [mailto:olivier.matz at 6wind.com]
> Sent: Friday, July 3, 2015 2:16 PM
> To: Tahhan, Maryam; dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3 2/7] ixgbe: add functions to get and reset
> xstats
>
On 07/03/2015 03:16 PM, Olivier MATZ wrote:
> Hi Maryam,
>
> On 06/26/2015 02:59 PM, Maryam Tahhan wrote:
>> Implement ixgbe_dev_xstats_reset and ixgbe_dev_xstats_get.
>>
>> Signed-off-by: Maryam Tahhan
>> ---
>> drivers/net/ixgbe/ixgbe_ethdev.c | 85
>> +++
Hi Maryam,
On 06/26/2015 02:59 PM, Maryam Tahhan wrote:
> Implement ixgbe_dev_xstats_reset and ixgbe_dev_xstats_get.
>
> Signed-off-by: Maryam Tahhan
> ---
> drivers/net/ixgbe/ixgbe_ethdev.c | 85
>
> 1 file changed, 85 insertions(+)
>
> diff --git a/d
Implement ixgbe_dev_xstats_reset and ixgbe_dev_xstats_get.
Signed-off-by: Maryam Tahhan
---
drivers/net/ixgbe/ixgbe_ethdev.c | 85
1 file changed, 85 insertions(+)
diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index 927
6 matches
Mail list logo