From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQACI-0001oT-1b for qemu-devel@nongnu.org; Mon, 01 Feb 2016 03:51:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQACE-0007SA-13 for qemu-devel@nongnu.org; Mon, 01 Feb 2016 03:50:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQACD-0007S6-RH for qemu-devel@nongnu.org; Mon, 01 Feb 2016 03:50:53 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 6F319804E6 for ; Mon, 1 Feb 2016 08:50:53 +0000 (UTC) Message-ID: <56AF1C60.9000900@redhat.com> Date: Mon, 01 Feb 2016 16:50:40 +0800 From: Wei Xu MIME-Version: 1.0 References: <1454264009-24094-1-git-send-email-wexu@redhat.com> <1454264009-24094-11-git-send-email-wexu@redhat.com> <56AF0656.4040409@redhat.com> In-Reply-To: <56AF0656.4040409@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC Patch v2 10/10] virtio-net rsc: Add Receive Segment Coalesce statistics List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang , qemu-devel@nongnu.org Cc: marcel@redhat.com, victork@redhat.com, dfleytma@redhat.com, mst@redhat.com, yvugenfi@redhat.com On 02/01/2016 03:16 PM, Jason Wang wrote: > > On 02/01/2016 02:13 AM, wexu@redhat.com wrote: >> From: Wei Xu >> >> Add statistics to log what happened during the process. >> >> Signed-off-by: Wei Xu >> --- >> hw/net/virtio-net.c | 49 +++++++++++++++++++++++++++++++++++++++++++--- >> include/hw/virtio/virtio.h | 33 +++++++++++++++++++++++++++++++ >> 2 files changed, 79 insertions(+), 3 deletions(-) > Statistics is good, but need a way for reporting it to either end-user > (ethtool?) or developer (log, trace or other things). > OK, will check it out.