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 78604A0096 for ; Wed, 5 Jun 2019 13:34:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5E4581B9D7; Wed, 5 Jun 2019 13:34:19 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 040192BFA; Wed, 5 Jun 2019 13:34:16 +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 6D069C05FBCB; Wed, 5 Jun 2019 11:34:10 +0000 (UTC) Received: from [10.36.112.53] (ovpn-112-53.ams2.redhat.com [10.36.112.53]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 86020600CC; Wed, 5 Jun 2019 11:34:04 +0000 (UTC) To: Jens Freimann Cc: dev@dpdk.org, ybrustin@cisco.com, tiwei.bie@intel.com, david.marchand@redhat.com, stable@dpdk.org References: <20190605100039.18029-1-maxime.coquelin@redhat.com> <20190605100039.18029-4-maxime.coquelin@redhat.com> <20190605111610.lxfhzrbgvoy7iuuo@jenstp.localdomain> From: Maxime Coquelin Message-ID: <3a901b35-fe1b-eb87-a655-1ffbef982695@redhat.com> Date: Wed, 5 Jun 2019 13:34:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190605111610.lxfhzrbgvoy7iuuo@jenstp.localdomain> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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:34:15 +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 6/5/19 1:16 PM, Jens Freimann wrote: > 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/ Thanks, will fix while applying > Reviewed-by: Jens Freimann > regards, > Jens