From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F08E79981B; Tue, 11 Dec 2018 18:33:04 +0000 (UTC) Received: from [10.36.112.28] (ovpn-112-28.ams2.redhat.com [10.36.112.28]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3188F10C9E9B; Tue, 11 Dec 2018 18:33:02 +0000 (UTC) To: Ilya Maximets , dev@dpdk.org Cc: Tiwei Bie , Zhihong Wang References: <20181203162013.17310-1-i.maximets@samsung.com> From: Maxime Coquelin Message-ID: <461101c3-15f2-5911-9100-ed8769bffc60@redhat.com> Date: Tue, 11 Dec 2018 19:33:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181203162013.17310-1-i.maximets@samsung.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 11 Dec 2018 18:33:05 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] net/virtio: move bytes accounting to common function X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 18:33:06 -0000 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