From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] net/virtio: avoid double accounting of bytes Date: Thu, 20 Dec 2018 19:20:13 +0100 Message-ID: References: <20181220105624.31046-1-jfreimann@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: tiwei.bie@intel.com To: Jens Freimann , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 77B9532A5 for ; Thu, 20 Dec 2018 19:20:19 +0100 (CET) In-Reply-To: <20181220105624.31046-1-jfreimann@redhat.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/20/18 11:56 AM, Jens Freimann wrote: > Accounting of bytes was moved to a common function, so at the moment we do > it twice. This patches fixes it for sending packets with packed virtqueues. > > Signed-off-by: Jens Freimann > --- > drivers/net/virtio/virtio_rxtx.c | 1 - > 1 file changed, 1 deletion(-) > Applied to dpdk-next-virtio. Maxime