From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] net/vhost: do not zero ol_flags in eth_vhost_rx() Date: Wed, 16 May 2018 12:55:50 +0200 Message-ID: <27d78bae-323d-d87c-6f51-c66f0f85a8df@redhat.com> References: <20180510070414.8517-1-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: lei.a.yao@intel.com, mtetsuyah@gmail.com, 3chas3@gmail.com, dev@dpdk.org, Jan Blunck , stable@dpdk.org To: Tiwei Bie Return-path: In-Reply-To: <20180510070414.8517-1-tiwei.bie@intel.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 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