From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Dec 2018 18:53:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,336,1539673200"; d="scan'208";a="258153269" Received: from btwcube1.sh.intel.com (HELO dpdk-tbie) ([10.67.104.173]) by orsmga004.jf.intel.com with ESMTP; 09 Dec 2018 18:53:57 -0800 Date: Mon, 10 Dec 2018 10:52:04 +0800 From: Tiwei Bie To: Ilya Maximets Cc: dev@dpdk.org, Maxime Coquelin , Zhihong Wang 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 Content-Disposition: inline In-Reply-To: <20181203162013.17310-1-i.maximets@samsung.com> User-Agent: Mutt/1.9.4 (2018-02-28) 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: Mon, 10 Dec 2018 02:54:00 -0000 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