From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: [PATCH] net/virtio: move bytes accounting to common function Date: Mon, 10 Dec 2018 10:52:04 +0800 Message-ID: <20181210025203.GA32249@dpdk-tbie> References: <20181203162013.17310-1-i.maximets@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: dev@dpdk.org, Maxime Coquelin , Zhihong Wang To: Ilya Maximets Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 199483257 for ; Mon, 10 Dec 2018 03:53:59 +0100 (CET) Content-Disposition: inline In-Reply-To: <20181203162013.17310-1-i.maximets@samsung.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Dec 03, 2018 at 07:20:13PM +0300, Ilya Maximets wrote: > There is no need to count 'bytes' separately. > > Signed-off-by: Ilya Maximets > --- > drivers/net/virtio/virtio_rxtx.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Reviewed-by: Tiwei Bie