From patchwork Fri Sep 2 21:10:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexei Starovoitov X-Patchwork-Id: 12964685 Return-Path: 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 43022ECAAA1 for ; Fri, 2 Sep 2022 21:11:30 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id DBF0980134; Fri, 2 Sep 2022 17:11:29 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id D45C980120; Fri, 2 Sep 2022 17:11:29 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id BC06180134; Fri, 2 Sep 2022 17:11:29 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0016.hostedemail.com [216.40.44.16]) by kanga.kvack.org (Postfix) with ESMTP id A58F080120 for ; Fri, 2 Sep 2022 17:11:29 -0400 (EDT) Received: from smtpin20.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay03.hostedemail.com (Postfix) with ESMTP id 8A229A0718 for ; Fri, 2 Sep 2022 21:11:29 +0000 (UTC) X-FDA: 79868391498.20.42A921F Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by imf05.hostedemail.com (Postfix) with ESMTP id 2F23210005E for ; Fri, 2 Sep 2022 21:11:29 +0000 (UTC) Received: by mail-pj1-f48.google.com with SMTP id n8-20020a17090a73c800b001fd832b54f6so3311457pjk.0 for ; Fri, 02 Sep 2022 14:11:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=Hi9c27URf1pim0nXbITJrtMXVEE20b16OwyheBVe8dg=; b=nyFySNHumtyDaweiI+wNTYPdjXY4BWQ5NMBx6KD1Di1w5aRHVPoya18N/Yob/nJRMV Ej0pB0XqLQYQmQvtykjgk1DQB61/qClKmCDa3Zj84fpp8j0LenGF6J14RxIhYhiHClyW rHUHyZhbeXGDvofOyEyMBvl1OqHmp5qubQhTOmWauiwetrBMhrNLPTkwb1Tsz9BKAnXr zPj6V6eRqsk556gpWrGvuJ9I7N4dwMd3YkFdZfngQiA+rNu+Td0z9UGee+vMJ7PDoBVy osXSykYoyOqeke8GXVuGwy/zaZTK+pgGMJgXNrZy1I5t0yNI/AyDr3dRzLPPQqlOohDR Rsuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=Hi9c27URf1pim0nXbITJrtMXVEE20b16OwyheBVe8dg=; b=QqyneYXA9igStNPexYiQ8vNVZOlgKAXtCmBgqeroFKzPCR1KHNR1G2g0vEt6Zac04m l5PebroD9vsLTHhk5xLZ5RLALPpNzBQ+/6UHroXjg67BxMnFP8sGGBpX7i3+AN+wKwky Hu6sTJhr/yal53SoVeWvs3c/2Ajx7A38WV0XD70B/HFFrJj+raa1mLia695sUvvnjybJ FlF29ttwewcnUFP/klwr8zVXbmuF81ZLXhnI2iKs0GZ6e31JAbZ7A4T/pzsChYqfsj3p uKb0HfJU4ocA6BGtbTPIFwpgFR8Jn0a+/G8up9RT3opy1n3o21fRdVfjPubsy5SFwJNC ygYQ== X-Gm-Message-State: ACgBeo0GRjPXn7YCjpcsGonyca1Hl6GKmbMJfbuTKf87Px+KwOcVPYFc xlxBL/7+eCvoJO326fgU7uo= X-Google-Smtp-Source: AA6agR4/CNjzZToCIrBs+WK1cPrm9fRUH+9ploLNwUeCp+ww/syu2X08rs6IDZXIBu0jo1zvoe1IEw== X-Received: by 2002:a17:90a:a415:b0:1fa:749f:ecfb with SMTP id y21-20020a17090aa41500b001fa749fecfbmr6923222pjp.112.1662153088165; Fri, 02 Sep 2022 14:11:28 -0700 (PDT) Received: from localhost.localdomain ([2620:10d:c090:500::c978]) by smtp.gmail.com with ESMTPSA id y20-20020aa78f34000000b00537b8aa0a46sm2356076pfr.96.2022.09.02.14.11.26 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Fri, 02 Sep 2022 14:11:27 -0700 (PDT) From: Alexei Starovoitov To: davem@davemloft.net Cc: daniel@iogearbox.net, andrii@kernel.org, tj@kernel.org, memxor@gmail.com, delyank@fb.com, linux-mm@kvack.org, bpf@vger.kernel.org, kernel-team@fb.com Subject: [PATCH v6 bpf-next 07/16] bpf: Optimize call_rcu in non-preallocated hash map. Date: Fri, 2 Sep 2022 14:10:49 -0700 Message-Id: <20220902211058.60789-8-alexei.starovoitov@gmail.com> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220902211058.60789-1-alexei.starovoitov@gmail.com> References: <20220902211058.60789-1-alexei.starovoitov@gmail.com> MIME-Version: 1.0 ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1662153089; a=rsa-sha256; cv=none; b=4Epog0WWEcpy6JTkR81k5hjh+6WQAocxmxsWQv1LANGI5Zzx9x+huppmrZDX0bXxF4eaaH /OYFmv/QGop1ZwD5u9B8HyVe6GSzTry6tw231+H6lqann8iQCJuvRlI91f9q3W/jovBDUG TRjNNQFR4s0m/VtK5ne8u5gflbp+ZlE= ARC-Authentication-Results: i=1; imf05.hostedemail.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=nyFySNHu; spf=pass (imf05.hostedemail.com: domain of alexei.starovoitov@gmail.com designates 209.85.216.48 as permitted sender) smtp.mailfrom=alexei.starovoitov@gmail.com; dmarc=pass (policy=none) header.from=gmail.com ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1662153089; 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-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=Hi9c27URf1pim0nXbITJrtMXVEE20b16OwyheBVe8dg=; b=4NzsR4oO7sCWdGPE/DAimkNFdNbGiefmk8hkumv41RHVOoRTTAgZN0eEAIDtO+f5N5obSp hXv4FTaHCdYholz7QGijP1gXnBE3EXNkLOlYGBKsm4grv4pw/FH/ain1cctfrgcp4s2hOv O2XwC0OZvxi1Bdy6GOugfk8mIhdvBaU= Authentication-Results: imf05.hostedemail.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=nyFySNHu; spf=pass (imf05.hostedemail.com: domain of alexei.starovoitov@gmail.com designates 209.85.216.48 as permitted sender) smtp.mailfrom=alexei.starovoitov@gmail.com; dmarc=pass (policy=none) header.from=gmail.com X-Rspam-User: X-Stat-Signature: 5jompyrn9h6j9g6ybiaefyrroxcyqutr X-Rspamd-Queue-Id: 2F23210005E X-Rspamd-Server: rspam11 X-HE-Tag: 1662153089-947223 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: From: Alexei Starovoitov Doing call_rcu() million times a second becomes a bottle neck. Convert non-preallocated hash map from call_rcu to SLAB_TYPESAFE_BY_RCU. The rcu critical section is no longer observed for one htab element which makes non-preallocated hash map behave just like preallocated hash map. The map elements are released back to kernel memory after observing rcu critical section. This improves 'map_perf_test 4' performance from 100k events per second to 250k events per second. bpf_mem_alloc + percpu_counter + typesafe_by_rcu provide 10x performance boost to non-preallocated hash map and make it within few % of preallocated map while consuming fraction of memory. Acked-by: Kumar Kartikeya Dwivedi Acked-by: Andrii Nakryiko Signed-off-by: Alexei Starovoitov --- kernel/bpf/hashtab.c | 8 ++++++-- kernel/bpf/memalloc.c | 2 +- tools/testing/selftests/bpf/progs/timer.c | 11 ----------- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/kernel/bpf/hashtab.c b/kernel/bpf/hashtab.c index 36aa16dc43ad..0d888a90a805 100644 --- a/kernel/bpf/hashtab.c +++ b/kernel/bpf/hashtab.c @@ -953,8 +953,12 @@ static void free_htab_elem(struct bpf_htab *htab, struct htab_elem *l) __pcpu_freelist_push(&htab->freelist, &l->fnode); } else { dec_elem_count(htab); - l->htab = htab; - call_rcu(&l->rcu, htab_elem_free_rcu); + if (htab->map.map_type == BPF_MAP_TYPE_PERCPU_HASH) { + l->htab = htab; + call_rcu(&l->rcu, htab_elem_free_rcu); + } else { + htab_elem_free(htab, l); + } } } diff --git a/kernel/bpf/memalloc.c b/kernel/bpf/memalloc.c index 1c46763d855e..da0721f8c28f 100644 --- a/kernel/bpf/memalloc.c +++ b/kernel/bpf/memalloc.c @@ -281,7 +281,7 @@ int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size) return -ENOMEM; size += LLIST_NODE_SZ; /* room for llist_node */ snprintf(buf, sizeof(buf), "bpf-%u", size); - kmem_cache = kmem_cache_create(buf, size, 8, 0, NULL); + kmem_cache = kmem_cache_create(buf, size, 8, SLAB_TYPESAFE_BY_RCU, NULL); if (!kmem_cache) { free_percpu(pc); return -ENOMEM; diff --git a/tools/testing/selftests/bpf/progs/timer.c b/tools/testing/selftests/bpf/progs/timer.c index 5f5309791649..0053c5402173 100644 --- a/tools/testing/selftests/bpf/progs/timer.c +++ b/tools/testing/selftests/bpf/progs/timer.c @@ -208,17 +208,6 @@ static int timer_cb2(void *map, int *key, struct hmap_elem *val) */ bpf_map_delete_elem(map, key); - /* in non-preallocated hashmap both 'key' and 'val' are RCU - * protected and still valid though this element was deleted - * from the map. Arm this timer for ~35 seconds. When callback - * finishes the call_rcu will invoke: - * htab_elem_free_rcu - * check_and_free_timer - * bpf_timer_cancel_and_free - * to cancel this 35 second sleep and delete the timer for real. - */ - if (bpf_timer_start(&val->timer, 1ull << 35, 0) != 0) - err |= 256; ok |= 4; } return 0;