Re: [PATCH v5 1/3] dma-mapping: benchmark: modify the framework to adapt to more map modes
From: Qinxin Xia
Date: Mon Dec 22 2025 - 22:13:36 EST
On 2025/12/23 10:58:28, Barry Song <21cnbao@xxxxxxxxx> wrote:
I’ve reviewed it many times. You are:Yes, I've found the mistake...
+ if (!mb_ops->prepare_data)
+ mb_ops->prepare_data(mparam);
not
if (mb_ops->prepare_data)
mb_ops->prepare_data(mparam);
Am I crazy?
Thanks
Barry
So in my just reply, I mentioned the correct modification of the
"if (mb_ops->prepare_data)" and suggested that if you want to test it
before the next version, you can modify the patch in this way.
Sorry for the confusion
--
Thanks,
Qinxin