From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id A03101B01E; Wed, 16 May 2018 16:36:14 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EE7AC401EF07; Wed, 16 May 2018 14:36:13 +0000 (UTC) Received: from [10.36.112.25] (ovpn-112-25.ams2.redhat.com [10.36.112.25]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7E48210EE961; Wed, 16 May 2018 14:36:12 +0000 (UTC) From: Maxime Coquelin To: Tiwei Bie Cc: lei.a.yao@intel.com, mtetsuyah@gmail.com, 3chas3@gmail.com, dev@dpdk.org, Jan Blunck , stable@dpdk.org References: <20180510070414.8517-1-tiwei.bie@intel.com> <27d78bae-323d-d87c-6f51-c66f0f85a8df@redhat.com> Message-ID: <3f9970a1-2289-43ec-eb1f-c5a6561f79bf@redhat.com> Date: Wed, 16 May 2018 16:36:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <27d78bae-323d-d87c-6f51-c66f0f85a8df@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Wed, 16 May 2018 14:36:14 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Wed, 16 May 2018 14:36:14 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:'' Subject: Re: [dpdk-stable] [PATCH] net/vhost: do not zero ol_flags in eth_vhost_rx() 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: , X-List-Received-Date: Wed, 16 May 2018 14:36:14 -0000 On 05/16/2018 12:55 PM, Maxime Coquelin wrote: > > > On 05/10/2018 09:04 AM, Tiwei Bie wrote: >> The ol_flags of mbufs returned by rte_vhost_dequeue_burst() >> contain necessary offload information. It can't be zeroed. >> >> Fixes: f63d356ee993 ("net/vhost: insert/strip VLAN header in software") >> Cc: Jan Blunck >> Cc:stable@dpdk.org >> >> Reported-by: Lei Yao >> Signed-off-by: Tiwei Bie >> --- >>   drivers/net/vhost/rte_eth_vhost.c | 1 - >>   1 file changed, 1 deletion(-) > > Reviewed-by: Maxime Coquelin Applied to dpdk-next-virtio/master with commit message reworded to: net/vhost: do not clear offload flags in Rx > Thanks, > Maxime