[dpdk-dev] [PATCH] net/vhost: do not zero ol_flags in eth_vhost_rx()

Maxime Coquelin maxime.coquelin at redhat.com
Wed May 16 16:36:10 CEST 2018



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<jblunck at infradead.org>
>> Cc:stable at dpdk.org
>>
>> Reported-by: Lei Yao<lei.a.yao at intel.com>
>> Signed-off-by: Tiwei Bie<tiwei.bie at intel.com>
>> ---
>>   drivers/net/vhost/rte_eth_vhost.c | 1 -
>>   1 file changed, 1 deletion(-)
> 
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Applied to dpdk-next-virtio/master with commit message reworded to:

net/vhost: do not clear offload flags in Rx

> Thanks,
> Maxime


More information about the dev mailing list