Message ID | 20230329035512.57392-1-yangyicong@huawei.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <owner-linux-mm@kvack.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70AC9C6FD18 for <linux-mm@archiver.kernel.org>; Wed, 29 Mar 2023 03:56:06 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 5FE756B0072; Tue, 28 Mar 2023 23:56:05 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 5AD6C6B0074; Tue, 28 Mar 2023 23:56:05 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 475746B0075; Tue, 28 Mar 2023 23:56:05 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by kanga.kvack.org (Postfix) with ESMTP id 3009B6B0072 for <linux-mm@kvack.org>; Tue, 28 Mar 2023 23:56:05 -0400 (EDT) Received: from smtpin25.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay03.hostedemail.com (Postfix) with ESMTP id 01445A0419 for <linux-mm@kvack.org>; Wed, 29 Mar 2023 03:56:04 +0000 (UTC) X-FDA: 80620572648.25.3544E10 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by imf07.hostedemail.com (Postfix) with ESMTP id B47744000A for <linux-mm@kvack.org>; Wed, 29 Mar 2023 03:56:00 +0000 (UTC) Authentication-Results: imf07.hostedemail.com; dkim=none; dmarc=pass (policy=quarantine) header.from=huawei.com; spf=pass (imf07.hostedemail.com: domain of yangyicong@huawei.com designates 45.249.212.255 as permitted sender) smtp.mailfrom=yangyicong@huawei.com ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1680062162; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=Lp4dw4+V2tKglDpc/d7v/poXYGsUtNdyX+aggRUy0EY=; b=wT5mGx7NRE4f9FdwScJL6Y5YDgPgrjb4ELWpHBOLeC7bIPmiyOBvbcIRhOceIJeHpKrv1a 9W9H8fXp0xCuLCtTEVq09OPchH9FpDltszwS+HZTdgtorCgoNnQyHNCKRlo4h4l6vyHCDt jvtUW8MqbIZncbVXzalpHM6bcOcjjj4= ARC-Authentication-Results: i=1; imf07.hostedemail.com; dkim=none; dmarc=pass (policy=quarantine) header.from=huawei.com; spf=pass (imf07.hostedemail.com: domain of yangyicong@huawei.com designates 45.249.212.255 as permitted sender) smtp.mailfrom=yangyicong@huawei.com ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1680062162; a=rsa-sha256; cv=none; b=1LstaMQmiaczHUQHuyIEuOJNT5QVCyTfRr7bQaIshTpB32jq/9u08577k5qijrcHBJn1Yl z52ku0WfebHZ5eWHmHfoTVDYKv02tyUjlz8k7w8MutD7zDMnmNcLwirxwaJAniphfyeV6L 5DSX3A3uD5aYaunPGmtbq8QPnlx4zDQ= Received: from canpemm500009.china.huawei.com (unknown [172.30.72.56]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4PmXgr1q2hz17QM4; Wed, 29 Mar 2023 11:52:40 +0800 (CST) Received: from localhost.localdomain (10.50.163.32) by canpemm500009.china.huawei.com (7.192.105.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Wed, 29 Mar 2023 11:55:55 +0800 From: Yicong Yang <yangyicong@huawei.com> To: <akpm@linux-foundation.org>, <linux-mm@kvack.org>, <linux-arm-kernel@lists.infradead.org>, <x86@kernel.org>, <catalin.marinas@arm.com>, <will@kernel.org>, <anshuman.khandual@arm.com>, <linux-doc@vger.kernel.org> CC: <corbet@lwn.net>, <peterz@infradead.org>, <arnd@arndb.de>, <punit.agrawal@bytedance.com>, <linux-kernel@vger.kernel.org>, <darren@os.amperecomputing.com>, <yangyicong@hisilicon.com>, <huzhanyuan@oppo.com>, <lipeifeng@oppo.com>, <zhangshiming@oppo.com>, <guojian@oppo.com>, <realmz6@gmail.com>, <linux-mips@vger.kernel.org>, <openrisc@lists.librecores.org>, <linuxppc-dev@lists.ozlabs.org>, <linux-riscv@lists.infradead.org>, <linux-s390@vger.kernel.org>, Barry Song <21cnbao@gmail.com>, <wangkefeng.wang@huawei.com>, <xhao@linux.alibaba.com>, <prime.zeng@hisilicon.com>, <Jonathan.Cameron@Huawei.com> Subject: [PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation Date: Wed, 29 Mar 2023 11:55:10 +0800 Message-ID: <20230329035512.57392-1-yangyicong@huawei.com> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.50.163.32] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To canpemm500009.china.huawei.com (7.192.105.203) X-CFilter-Loop: Reflected X-Rspamd-Server: rspam07 X-Rspamd-Queue-Id: B47744000A X-Rspam-User: X-Stat-Signature: i9bezy7bhiicjodziuizxahy66m69zg3 X-HE-Tag: 1680062160-10902 X-HE-Meta: U2FsdGVkX1/adm9I5Y+mnQ7T9B2iBagMuq4GU+KHkPjfzuhP69hfhUAYeiDy+bI1XzHWamIcNbY4GSVs8kdIy9THgZ43g3yfot/TbFGt0KipOm91q08Y1s6xJkB5oiLRYORgpt2VfRFLX34lycMYCpX3w2xliJcgq+b6fEmZV37gJALmlKAc9/x1bflEs6ZSBGzkaOjglYSWzhcsONklGc67KXaBtcVhbi34S5Iu8nPvKe75Bp5agROnpy6893rqipjq6ME6sS2o1OBwbnMY3DHhRFV/w+5WuSEZRKemIsFRwZUpGakOXnR2evHdy8koT0JZntOOFICwo5wW9ulwrtlDOhY/Ra26ZNPPcGlqqQFyBBzNddloY4hN5gug0D3qTEAiifBzjXxSczVTybqXXVWpmBgk/6tOJUby4UhGsSWSJ43t1H9Q5fR2pR25ZNUXiePP1qFMl5ZnAX5A2ApFhMSS/3ao95ZP9Bu2+VCwkmyrrm6VDfM0QcLQjnyt5Ewzwpg4vrfxBGTwqWU8NUmoxbbMlCWwNNLK/1sgc57iEvF1eL6tL9w4MuRD5547IBcbFc6sOMtMAtsiNn0AoEqGYwKG77Q/KuW5e/FPIWHqKr/wbt3QRkXrK9OXb5lufZn+RyFZkQuY6zOvSYOoiwGvLeXbWW4WlJORzY2QSL1q7kuCFxYMR4QPzHRFo1zyt6kMKmqGbv0MQs2IRjuE0JyK6mQLEBKreATRTez6mwF3idp78RMd9E05HSecusDg5ycHxha3RrXKW7mIh2wULSzm/2X4pxKRaIx0eEvYayd4uFPc0t6xDfnQI4NqiHrIUxgBsKt1Rn70ovkmMnW0Eq7EzdAKvQ6r9p4mraXzlTtOwJmOpn1iQdnBhCFRN+lAhy8ENZ5riMFULAaZHcCILoUVCL8qS3QhMCYB/iUKAw7vKoOcy4wO2a8T2M0GUYIlJA44NdEWanhMZdBGMn2Uj3g KgQnQYve 32uOfEBow6XxR7irVvhzbhs0TTii1HLXxSHx2hV8+eakXsHsvlp1sWcEYxdLWb7mei5icL8q1zaj1vP9Jhe6CNkr27yle1ZY7FL377YowtkbAfGHHmLlAW3frycG/qUP5DDqzfsLetV9wn15xrMFuwWAuTLOYRTTyhcZoEuQK5a63cmNJUk0XytCGCyLv7yGytIClx6LJN8uN/gdCOlGOfebhFwTaEEMB5BuuLhVDTdpkPRuUx3SM6pNA49kaSgNySY8HEy7Y6XH/ahguCcqQhVsDog4mV9crbMozcOKDNYX8ajzovJM4EXQ8+P0ILVRZUWpFv1Rvyc3jtSM= X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: <linux-mm.kvack.org> |
Series |
arm64: support batched/deferred tlb shootdown during page reclamation
|
expand
|
From: Yicong Yang <yangyicong@hisilicon.com> Though ARM64 has the hardware to do tlb shootdown, the hardware broadcasting is not free. A simplest micro benchmark shows even on snapdragon 888 with only 8 cores, the overhead for ptep_clear_flush is huge even for paging out one page mapped by only one process: 5.36% a.out [kernel.kallsyms] [k] ptep_clear_flush While pages are mapped by multiple processes or HW has more CPUs, the cost should become even higher due to the bad scalability of tlb shootdown. The same benchmark can result in 16.99% CPU consumption on ARM64 server with around 100 cores according to Yicong's test on patch 4/4. This patchset leverages the existing BATCHED_UNMAP_TLB_FLUSH by 1. only send tlbi instructions in the first stage - arch_tlbbatch_add_mm() 2. wait for the completion of tlbi by dsb while doing tlbbatch sync in arch_tlbbatch_flush() Testing on snapdragon shows the overhead of ptep_clear_flush is removed by the patchset. The micro benchmark becomes 5% faster even for one page mapped by single process on snapdragon 888. This support also optimize the page migration more than 50% with support of batched TLB flushing [*]. [*] https://lore.kernel.org/linux-mm/20230213123444.155149-1-ying.huang@intel.com/ -v8: 1. Rebase on 6.3-rc4 2. Tested the optimization on page migration and mentioned it in the commit 3. Thanks the review from Anshuman. Link: https://lore.kernel.org/linux-mm/20221117082648.47526-1-yangyicong@huawei.com/ -v7: 1. rename arch_tlbbatch_add_mm() to arch_tlbbatch_add_pending() as suggested, since it takes an extra address for arm64, per Nadav and Anshuman. Also mentioned in the commit. 2. add tags from Xin Hao, thanks. Link: https://lore.kernel.org/lkml/20221115031425.44640-1-yangyicong@huawei.com/ -v6: 1. comment we don't defer TLB flush on platforms affected by ARM64_WORKAROUND_REPEAT_TLBI 2. use cpus_have_const_cap() instead of this_cpu_has_cap() 3. add tags from Punit, Thanks. 4. default enable the feature when cpus >= 8 rather than > 8, since the original improvement is observed on snapdragon 888 with 8 cores. Link: https://lore.kernel.org/lkml/20221028081255.19157-1-yangyicong@huawei.com/ -v5: 1. Make ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH depends on EXPERT for this stage on arm64. 2. Make a threshold of CPU numbers for enabling batched TLP flush on arm64 Link: https://lore.kernel.org/linux-arm-kernel/20220921084302.43631-1-yangyicong@huawei.com/T/ -v4: 1. Add tags from Kefeng and Anshuman, Thanks. 2. Limit the TLB batch/defer on systems with >4 CPUs, per Anshuman 3. Merge previous Patch 1,2-3 into one, per Anshuman Link: https://lore.kernel.org/linux-mm/20220822082120.8347-1-yangyicong@huawei.com/ -v3: 1. Declare arch's tlbbatch defer support by arch_tlbbatch_should_defer() instead of ARCH_HAS_MM_CPUMASK, per Barry and Kefeng 2. Add Tested-by from Xin Hao Link: https://lore.kernel.org/linux-mm/20220711034615.482895-1-21cnbao@gmail.com/ -v2: 1. Collected Yicong's test result on kunpeng920 ARM64 server; 2. Removed the redundant vma parameter in arch_tlbbatch_add_mm() according to the comments of Peter Zijlstra and Dave Hansen 3. Added ARCH_HAS_MM_CPUMASK rather than checking if mm_cpumask is empty according to the comments of Nadav Amit Thanks, Peter, Dave and Nadav for your testing or reviewing , and comments. -v1: https://lore.kernel.org/lkml/20220707125242.425242-1-21cnbao@gmail.com/ Anshuman Khandual (1): mm/tlbbatch: Introduce arch_tlbbatch_should_defer() Barry Song (1): arm64: support batched/deferred tlb shootdown during page reclamation .../features/vm/TLB/arch-support.txt | 2 +- arch/arm64/Kconfig | 6 +++ arch/arm64/include/asm/tlbbatch.h | 12 +++++ arch/arm64/include/asm/tlbflush.h | 52 ++++++++++++++++++- arch/x86/include/asm/tlbflush.h | 17 +++++- include/linux/mm_types_task.h | 4 +- mm/rmap.c | 21 +++----- 7 files changed, 94 insertions(+), 20 deletions(-) create mode 100644 arch/arm64/include/asm/tlbbatch.h