Re: [dpdk-dev] [PATCH] vhost: fix packed ring dequeue offloading

2021-02-10 Thread Thomas Monjalon
09/02/2021 15:52, Maxime Coquelin: > > On 2/5/21 8:47 AM, Marvin Liu wrote: > > When vhost doing dequeue offloading, will parse ethernet and l3/l4 > > header of the packet. Then vhost will set corresponded value in mbuf > > corresponding* > > > attributes. Thus mean offloading action should afte

Re: [dpdk-dev] [PATCH] vhost: fix packed ring dequeue offloading

2021-02-09 Thread Maxime Coquelin
On 2/5/21 8:47 AM, Marvin Liu wrote: > When vhost doing dequeue offloading, will parse ethernet and l3/l4 > header of the packet. Then vhost will set corresponded value in mbuf corresponding* > attributes. Thus mean offloading action should after packet data copy. It means* > > Fixes: 75ed5

[dpdk-dev] [PATCH] vhost: fix packed ring dequeue offloading

2021-02-04 Thread Marvin Liu
When vhost doing dequeue offloading, will parse ethernet and l3/l4 header of the packet. Then vhost will set corresponded value in mbuf attributes. Thus mean offloading action should after packet data copy. Fixes: 75ed51697820 ("vhost: add packed ring batch dequeue") Cc: sta...@dpdk.org Signed-of