Re: [dpdk-dev] [PATCH] net/virtio: fix remove the redundant computing

2017-02-22 Thread Yang, Zhiyong
Hi, yuanhan: > -Original Message- > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > Sent: Thursday, February 23, 2017 2:21 PM > To: Yang, Zhiyong > Cc: dev@dpdk.org; maxime.coque...@redhat.com > Subject: Re: [PATCH] net/virtio: fix remove the redundant computing > > On Thu, Feb

Re: [dpdk-dev] [PATCH] net/virtio: fix remove the redundant computing

2017-02-22 Thread Yuanhan Liu
On Thu, Feb 23, 2017 at 12:28:33PM +0800, Zhiyong Yang wrote: > This is not a bug. Then adding "fix" prefix and fixline here doesn't seem proper to me. > The minor change aims to remove the redundant > computing and make it easier to understand the code. > Fixes:01ad44fd374f("net/virtio: split Rx

[dpdk-dev] [PATCH] net/virtio: fix remove the redundant computing

2017-02-22 Thread Zhiyong Yang
This is not a bug. The minor change aims to remove the redundant computing and make it easier to understand the code. Fixes:01ad44fd374f("net/virtio: split Rx/Tx queue") Cc: yuanhan@linux.intel.com Cc: maxime.coque...@redhat.com Signed-off-by: Zhiyong Yang --- drivers/net/virtio/virtio_rxtx