From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3E2CFA0096 for ; Wed, 5 Jun 2019 13:16:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A8B71B9FC; Wed, 5 Jun 2019 13:16:27 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8BF5C1B9DD; Wed, 5 Jun 2019 13:16:23 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 78E24C0741F1; Wed, 5 Jun 2019 11:16:17 +0000 (UTC) Received: from localhost (dhcp-192-193.str.redhat.com [10.33.192.193]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CD0C660579; Wed, 5 Jun 2019 11:16:11 +0000 (UTC) Date: Wed, 5 Jun 2019 13:16:10 +0200 From: Jens Freimann To: Maxime Coquelin Cc: dev@dpdk.org, ybrustin@cisco.com, tiwei.bie@intel.com, david.marchand@redhat.com, stable@dpdk.org Message-ID: <20190605111610.lxfhzrbgvoy7iuuo@jenstp.localdomain> References: <20190605100039.18029-1-maxime.coquelin@redhat.com> <20190605100039.18029-4-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190605100039.18029-4-maxime.coquelin@redhat.com> User-Agent: NeoMutt/20180716-1376-5d6ed1 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 05 Jun 2019 11:16:17 +0000 (UTC) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v3 3/4] net/virtio: fix segment data len in mergeable packed Rx path X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Jun 05, 2019 at 12:00:38PM +0200, Maxime Coquelin wrote: >Head segment data_len field is wrongly summed with the length >of all the segments of the chain, whereas it should be the >length of of the first segment only. s/of of/of/ Reviewed-by: Jens Freimann regards, Jens