Re: [PATCH net-next 0/6] virtio_net: Add ethtool stat items
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2018-07-25 10:51:07
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2018-07-25 10:51:07
On Mon, Jul 23, 2018 at 11:36:03PM +0900, Toshiaki Makita wrote:
From: Toshiaki Makita <redacted> Add some ethtool stat items useful for performance analysis. Signed-off-by: Toshiaki Makita <redacted>
Series: Acked-by: Michael S. Tsirkin <mst@redhat.com> Patch 1 seems appropriate for stable, even though it's minor.
Toshiaki Makita (6): virtio_net: Fix incosistent received bytes counter virtio_net: Use temporary storage for accounting rx stats virtio_net: Make drop counter per-queue virtio_net: Factor out the logic to determine xdp sq virtio_net: Add XDP related stats virtio_net: Add kick stats drivers/net/virtio_net.c | 221 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 158 insertions(+), 63 deletions(-) -- 2.14.3