Re: [PATCH] vhost: fix missing copy length in batched copies

2022-07-14 Thread Thomas Monjalon
> > This patch fixes missing the assignement of the copy length when doing > > batched copies in the sync dequeue path. > > > > Fixes: cd79d1b030bd ("vhost: fix unnecessary dirty page logging") > > > > Suggested-by: Chenbo Xia > > Signed-off-by: Maxime Coquelin > > --- > > Hi Maxime, > > reg

RE: [PATCH] vhost: fix missing copy length in batched copies

2022-07-13 Thread Ling, WeiX
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, July 12, 2022 6:05 PM > To: dev@dpdk.org; Xia, Chenbo ; Jiang, YuX > ; tho...@monjalon.net; > david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH] vhost: fix missing copy length in batche

RE: [PATCH] vhost: fix missing copy length in batched copies

2022-07-12 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, July 12, 2022 6:10 PM > To: dev@dpdk.org; Xia, Chenbo ; Jiang, YuX > ; tho...@monjalon.net; david.march...@redhat.com > Subject: Re: [PATCH] vhost: fix missing copy length in batched copies > > >

Re: [PATCH] vhost: fix missing copy length in batched copies

2022-07-12 Thread Maxime Coquelin
On 7/12/22 12:04, Maxime Coquelin wrote: This patch fixes missing the assignement of the copy length s/assignement/assignment/ If this is the only change requested, could it be fixed while applying, or should I send a v2? Thanks, Maxime when doing batched copies in the sync dequeue path.

[PATCH] vhost: fix missing copy length in batched copies

2022-07-12 Thread Maxime Coquelin
This patch fixes missing the assignement of the copy length when doing batched copies in the sync dequeue path. Fixes: cd79d1b030bd ("vhost: fix unnecessary dirty page logging") Suggested-by: Chenbo Xia Signed-off-by: Maxime Coquelin --- lib/vhost/virtio_net.c | 2 +- 1 file changed, 1 inserti