On Mon, Jun 15, 2020 at 12:23:20AM +0000, Matteo Croce wrote:
> On Sun, Jun 14, 2020 at 7:19 AM Sven Auhagen <[email protected]>
> wrote:
> >
> > The ethtool rx and tx queue statistics are reporting wrong values.
> > Fix reading out the correct ones.
> >
> > Signed-off-by: Sven Auhagen <[email protected]>
>
> Hi Sven,
>
> seems to work as expected now:
>
> # ethtool -S eth2 |grep rxq
> rxq_0_desc_enqueue: 983
> rxq_0_queue_full_drops: 0
> rxq_0_packets_early_drops: 0
> rxq_0_packets_bm_drops: 0
> rxq_1_desc_enqueue: 14
> rxq_1_queue_full_drops: 0
> rxq_1_packets_early_drops: 0
> rxq_1_packets_bm_drops: 0
> rxq_2_desc_enqueue: 12
> rxq_2_queue_full_drops: 0
> rxq_2_packets_early_drops: 0
> rxq_2_packets_bm_drops: 0
> rxq_3_desc_enqueue: 4
> rxq_3_queue_full_drops: 0
> rxq_3_packets_early_drops: 0
> rxq_3_packets_bm_drops: 0
>
> If you manage to find the commit which introduced this tag, please add
> a Fixes tag.
Hi Matteo,
I looked through the commits from the past 2 years but no luck.
This must have been in there for a while.
Best
Sven
>
> Thanks,
> --
> Matteo Croce
>
> perl -e 'for($t=0;;$t++){print chr($t*($t>>8|$t>>13)&255)}' |aplay