Re: [PATCH v2 net-next] virtio_net: Add ethtool stats

2018-01-22 Thread David Miller
From: Toshiaki Makita 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_q

[PATCH v2 net-next] virtio_net: Add ethtool stats

2018-01-16 Thread Toshiaki Makita
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_by