From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toshiaki Makita Subject: [PATCH net-next 0/6] virtio_net: Add ethtool stat items Date: Mon, 23 Jul 2018 23:36:03 +0900 Message-ID: <20180723143609.2242-1-toshiaki.makita1@gmail.com> Cc: Toshiaki Makita , netdev@vger.kernel.org, virtualization@lists.linux-foundation.org To: "Michael S. Tsirkin" , Jason Wang , "David S. Miller" Return-path: Received: from mail-pg1-f193.google.com ([209.85.215.193]:41414 "EHLO mail-pg1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387877AbeGWPiH (ORCPT ); Mon, 23 Jul 2018 11:38:07 -0400 Received: by mail-pg1-f193.google.com with SMTP id z8-v6so526788pgu.8 for ; Mon, 23 Jul 2018 07:36:34 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: From: Toshiaki Makita Add some ethtool stat items useful for performance analysis. Signed-off-by: Toshiaki Makita 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