From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH net-next 0/6] virtio_net: Add ethtool stat items Date: Wed, 25 Jul 2018 12:40:12 +0300 Message-ID: <20180725123908-mutt-send-email-mst@kernel.org> References: <20180723143609.2242-1-toshiaki.makita1@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jason Wang , "David S. Miller" , Toshiaki Makita , netdev@vger.kernel.org, virtualization@lists.linux-foundation.org To: Toshiaki Makita Return-path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:54280 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728644AbeGYKvH (ORCPT ); Wed, 25 Jul 2018 06:51:07 -0400 Content-Disposition: inline In-Reply-To: <20180723143609.2242-1-toshiaki.makita1@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Jul 23, 2018 at 11:36:03PM +0900, Toshiaki Makita wrote: > From: Toshiaki Makita > > Add some ethtool stat items useful for performance analysis. > > Signed-off-by: Toshiaki Makita Series: Acked-by: Michael S. Tsirkin 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