>> +int aq_nic_fill_stats_data(struct aq_ring_stats_rx_s *stats_rx,
>> + struct aq_ring_stats_tx_s *stats_tx,
>> + u64 *data,
>> + unsigned int *p_count)
>> +{
>> +unsigned int count = 0U;
>> +/* This data should mimic aq_e
On Wed, 15 Jul 2020 18:48:34 +0300 Igor Russkikh wrote:
> +int aq_nic_fill_stats_data(struct aq_ring_stats_rx_s *stats_rx,
> +struct aq_ring_stats_tx_s *stats_tx,
> +u64 *data,
> +unsigned int *p_count)
> +{
> + unsigned in
From: Dmitry Bogdanov
This patch adds additional per-queue stats, these could
be useful for debugging and diagnostics.
Signed-off-by: Dmitry Bogdanov
Signed-off-by: Mark Starovoytov
Signed-off-by: Igor Russkikh
---
.../ethernet/aquantia/atlantic/aq_ethtool.c | 3 ++
.../net/ethernet/aquan