[dpdk-dev] [PATCH] virtio: xstats name issue

2016-09-05 Thread Yuanhan Liu
On Mon, Sep 05, 2016 at 12:33:29PM +0800, Yuanhan Liu wrote: > Few generic (trivial) comments first: > > - cc to related maintainers > > - follow the right prefix, "net/virtio" but not "virtio" > > - start commit summary with a verb, and start with "fix" for bug fixing patch. I forgot to menti

[dpdk-dev] [PATCH] virtio: xstats name issue

2016-09-05 Thread Yuanhan Liu
Few generic (trivial) comments first: - cc to related maintainers - follow the right prefix, "net/virtio" but not "virtio" - start commit summary with a verb, and start with "fix" for bug fixing patch. On Thu, Sep 01, 2016 at 04:01:14PM +0800, Zhiyong Yang wrote: > The patch fixes some xstats

[dpdk-dev] [PATCH] virtio: xstats name issue

2016-09-05 Thread Yang, Zhiyong
Hi, Yuanhan: Thanks for your comments and suggestions. Zhiyong > -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Monday, September 5, 2016 12:33 PM > To: Yang, Zhiyong > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PAT

[dpdk-dev] [PATCH] virtio: xstats name issue

2016-09-01 Thread Zhiyong Yang
The patch fixes some xstats name issues and make the xstats name conform to code implementation(the function virtio_update_packet_stats). Signed-off-by: Zhiyong Yang --- drivers/net/virtio/virtio_ethdev.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/vir