lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFnufp3oqcqsuhTC975iVu5-ZPAVZm3RBsY2fdq10=g1eOu7Tg@mail.gmail.com>
Date:   Mon, 15 Jun 2020 00:23:20 +0000
From:   Matteo Croce <technoboy85@...il.com>
To:     Sven Auhagen <sven.auhagen@...eatech.de>
Cc:     netdev@...r.kernel.org, antoine.tenart@...tlin.com,
        gregory.clement@...tlin.com, maxime.chevallier@...tlin.com,
        thomas.petazzoni@...tlin.com, miquel.raynal@...tlin.com,
        Marcin Wojtas <mw@...ihalf.com>, lorenzo@...nel.org
Subject: Re: [PATCH 1/1] mvpp2: ethtool rxtx stats fix

On Sun, Jun 14, 2020 at 7:19 AM Sven Auhagen <sven.auhagen@...eatech.de> wrote:
>
> The ethtool rx and tx queue statistics are reporting wrong values.
> Fix reading out the correct ones.
>
> Signed-off-by: Sven Auhagen <sven.auhagen@...eatech.de>

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.

Thanks,
-- 
Matteo Croce

perl -e 'for($t=0;;$t++){print chr($t*($t>>8|$t>>13)&255)}' |aplay

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ