From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] net/virtio: move bytes accounting to common function Date: Tue, 11 Dec 2018 19:33:00 +0100 Message-ID: <461101c3-15f2-5911-9100-ed8769bffc60@redhat.com> References: <20181203162013.17310-1-i.maximets@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Tiwei Bie , Zhihong Wang To: Ilya Maximets , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id CEA971B0FF for ; Tue, 11 Dec 2018 19:33:05 +0100 (CET) In-Reply-To: <20181203162013.17310-1-i.maximets@samsung.com> Content-Language: en-US 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 12/3/18 5:20 PM, 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(-) > Applied to dpdk-next-virtio. Thanks, Maxime