[PATCH v11 1/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()

Catalin Marinas catalin.marinas at arm.com
Fri Jul 21 11:23:49 PDT 2023


On Mon, Jul 17, 2023 at 09:10:01PM +0800, Yicong Yang wrote:
> From: Anshuman Khandual <khandual at linux.vnet.ibm.com>
> 
> The entire scheme of deferred TLB flush in reclaim path rests on the
> fact that the cost to refill TLB entries is less than flushing out
> individual entries by sending IPI to remote CPUs. But architecture
> can have different ways to evaluate that. Hence apart from checking
> TTU_BATCH_FLUSH in the TTU flags, rest of the decision should be
> architecture specific.
> 
> Signed-off-by: Anshuman Khandual <khandual at linux.vnet.ibm.com>
> [https://lore.kernel.org/linuxppc-dev/20171101101735.2318-2-khandual@linux.vnet.ibm.com/]
> Signed-off-by: Yicong Yang <yangyicong at hisilicon.com>
> [Rebase and fix incorrect return value type]
> Reviewed-by: Kefeng Wang <wangkefeng.wang at huawei.com>
> Reviewed-by: Anshuman Khandual <anshuman.khandual at arm.com>
> Reviewed-by: Barry Song <baohua at kernel.org>
> Reviewed-by: Xin Hao <xhao at linux.alibaba.com>
> Tested-by: Punit Agrawal <punit.agrawal at bytedance.com>

Reviewed-by: Catalin Marinas <catalin.marinas at arm.com>



More information about the linux-arm-kernel mailing list