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

2018-05-16 Thread Maxime Coquelin
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 Blun

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

2018-05-16 Thread Maxime Coquelin
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:sta...@dpdk.org Reported-by: Lei Yao Signed

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

2018-05-10 Thread Tiwei Bie
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: sta...@dpdk.org Reported-by: Lei Yao Signed-off-by: Tiwei Bie --- drivers/net/vhost