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] [day] [month] [year] [list]
Date:   Mon, 22 Jan 2018 15:25:51 -0500 (EST)
From:   David Miller <davem@...emloft.net>
To:     makita.toshiaki@....ntt.co.jp
Cc:     mst@...hat.com, jasowang@...hat.com, netdev@...r.kernel.org,
        virtualization@...ts.linux-foundation.org,
        stephen@...workplumber.org, f.fainelli@...il.com
Subject: Re: [PATCH v2 net-next] virtio_net: Add ethtool stats

From: Toshiaki Makita <makita.toshiaki@....ntt.co.jp>
Date: Wed, 17 Jan 2018 15:38:25 +0900

> The main purpose of this patch is adding a way of checking per-queue stats.
> It's useful to debug performance problems on multiqueue environment.
> 
> $ ethtool -S ens10
> NIC statistics:
>      rx_queue_0_packets: 2090408
>      rx_queue_0_bytes: 3164825094
>      rx_queue_1_packets: 2082531
>      rx_queue_1_bytes: 3152932314
>      tx_queue_0_packets: 2770841
>      tx_queue_0_bytes: 4194955474
>      tx_queue_1_packets: 3084697
>      tx_queue_1_bytes: 4670196372
> 
> This change converts existing per-cpu stats structure into per-queue one.
> This should not impact on performance since each queue counter is not
> updated concurrently by multiple cpus.
> 
> Performance numbers:
>  - Guest has 2 vcpus and 2 queues
>  - Guest runs netserver
>  - Host runs 100-flow super_netperf
> 
>                      Before      After       Diff
> UDP_STREAM 18byte        86.22       87.00   +0.90%
> UDP_STREAM 1472byte    4055.27     4042.18   -0.32%
> TCP_STREAM            16956.32    16890.63   -0.39%
> UDP_RR               178667.11   185862.70   +4.03%
> TCP_RR               128473.04   124985.81   -2.71%
> 
> Signed-off-by: Toshiaki Makita <makita.toshiaki@....ntt.co.jp>
> ---
> v2:
> - Removed redundant counters which can be obtained from dev_get_stats.
> - Made queue counter structure different for tx and rx so they can be
>   easily extended separately, as some additional counters are expected
>   like XDP related ones and VM-Exit event.
> - Added performance numbers in commitlog.

Applied, thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ