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<jblu...@infradead.org>
Cc:sta...@dpdk.org
Reported-by: Lei Yao<lei.a....@intel.com>
Signed-off-by: Tiwei Bie<tiwei....@intel.com>
---
drivers/net/vhost/rte_eth_vhost.c | 1 -
1 file changed, 1 deletion(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>
Applied to dpdk-next-virtio/master with commit message reworded to:
net/vhost: do not clear offload flags in Rx
Thanks,
Maxime