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 993461B210; Wed, 16 May 2018 12:55:53 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 37AEF7C6C2; Wed, 16 May 2018 10:55:53 +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 B7A562026E0E; Wed, 16 May 2018 10:55:51 +0000 (UTC) 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> From: Maxime Coquelin Message-ID: <27d78bae-323d-d87c-6f51-c66f0f85a8df@redhat.com> Date: Wed, 16 May 2018 12:55:50 +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: <20180510070414.8517-1-tiwei.bie@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Wed, 16 May 2018 10:55:53 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Wed, 16 May 2018 10:55:53 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.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 10:55:53 -0000 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 Thanks, Maxime