> -----Original Message----- > From: Maxime Coquelin <[email protected]> > Sent: Tuesday, July 12, 2022 6:05 PM > To: [email protected]; Xia, Chenbo <[email protected]>; Jiang, YuX > <[email protected]>; [email protected]; > [email protected] > Cc: Maxime Coquelin <[email protected]> > Subject: [PATCH] vhost: fix missing copy length in batched copies > > 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 <[email protected]> > Signed-off-by: Maxime Coquelin <[email protected]> > ---
Hi Maxime, regression test with this patch yesterday, it does not effect the other test cases. Tested-by: Wei Ling <[email protected]>

