On 02/01/2016 03:16 PM, Jason Wang wrote:
On 02/01/2016 02:13 AM, w...@redhat.com wrote:
From: Wei Xu <w...@redhat.com>
Add statistics to log what happened during the process.
Signed-off-by: Wei Xu <w...@redhat.com>
---
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.