From patchwork Thu Sep 1 16:15:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexei Starovoitov X-Patchwork-Id: 12962886 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 4CD2CECAAD1 for ; Thu, 1 Sep 2022 16:16:05 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id C6FBC6B009A; Thu, 1 Sep 2022 12:16:04 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id BF8D8940009; Thu, 1 Sep 2022 12:16:04 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 9D56C940008; Thu, 1 Sep 2022 12:16:04 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) by kanga.kvack.org (Postfix) with ESMTP id 856DE6B009A for ; Thu, 1 Sep 2022 12:16:04 -0400 (EDT) Received: from smtpin04.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay10.hostedemail.com (Postfix) with ESMTP id 4CE4BC0E28 for ; Thu, 1 Sep 2022 16:16:04 +0000 (UTC) X-FDA: 79864018248.04.C8845FF Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by imf23.hostedemail.com (Postfix) with ESMTP id CC661140058 for ; Thu, 1 Sep 2022 16:16:03 +0000 (UTC) Received: by mail-pf1-f174.google.com with SMTP id 76so17923262pfy.3 for ; Thu, 01 Sep 2022 09:16:03 -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; bh=skeuYRhB3boXKMMrYYkvu6yydL2u1ik1iHlAVHEk0Qs=; b=pHv8i1ZOlSaTxKI78hoU2nrPIVXS6hK6WPU320GqacH651lznRVcZAS/qQSVoiQYzm NgXqumhbrKjmKfObsslv/8eTrW5PRxtCiOJ9Tyjs9XGLvHcilptnUqZbp3eQHHbNsr33 At1rXQnY7x+y2K4J7bS4lpPKnFYxH7nQaICbEs46HRMd6SvMyK4QHbueG4amio76/RqL CVC7ErstjJp2eB5zhn1Wip3P43R2033K9tiUYrna01Fewq2X6PMs2fAZoaVGPp6ArzPs x51DsuzZUqcpGGfzDk36tHqwvPtgDfAXKXw9Tw8GB9xuWkm3tzx4G9ae8H4kkEKAAxzw TDbg== 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; bh=skeuYRhB3boXKMMrYYkvu6yydL2u1ik1iHlAVHEk0Qs=; b=7/QF7oWYBNfhQWL+yJHHhHqt1L53A7w35fQNV1MrBvg/YgJ+VZP+4tFLFd3qDPLrOl MGXelICwe4Rj8szAYWtOWMiI2x/t03m/g+nGImSRJr6/pamg52FRF5ZUkL8S2XA4c2bz sCmVKat4dZ7Ay7mYaUsyc1M0fmBs5DmbsILPOVdLM1W3LUJrzzINL8NJ6/PDQRUt6+i0 2bbEIE2EqpgODOSDFM9E5kQ8iTyRFo9HEoXA9RyD8TdTilYNsam+jwj6dWFk8lkJkbA6 WlysluH5jc0SSPg+hWO0tbswzR81Xun76hl5vvGiNz0cvBwPzMNGpnkGcUANvIGvyanC fEYA== X-Gm-Message-State: ACgBeo3F+gE+LW1xknJjrZx37y0tmgyQiiZC8gHZx9q7OYpfmrxHuQmR 7w6M/V6fiDRoM4Yp4HhaCl0= X-Google-Smtp-Source: AA6agR7iGTOxZ4GkB6NEP4pnz9nzPMw+Mpnu9tVqEoyiPITw3nZx4pp3ny/tT5nD2eLR09RI0VBO0Q== X-Received: by 2002:a63:154:0:b0:42c:251b:8c0 with SMTP id 81-20020a630154000000b0042c251b08c0mr16721263pgb.359.1662048962842; Thu, 01 Sep 2022 09:16:02 -0700 (PDT) Received: from localhost.localdomain ([2620:10d:c090:500::3:4dc5]) by smtp.gmail.com with ESMTPSA id gb5-20020a17090b060500b001f1f5e812e9sm3618487pjb.20.2022.09.01.09.16.01 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 01 Sep 2022 09:16:02 -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 v5 bpf-next 03/15] selftests/bpf: Improve test coverage of test_maps Date: Thu, 1 Sep 2022 09:15:35 -0700 Message-Id: <20220901161547.57722-4-alexei.starovoitov@gmail.com> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220901161547.57722-1-alexei.starovoitov@gmail.com> References: <20220901161547.57722-1-alexei.starovoitov@gmail.com> MIME-Version: 1.0 ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1662048963; a=rsa-sha256; cv=none; b=pDEeGEwFsM2KaAJkGucp4xNNNA8+v2rzMTv0pCVOvbfUWYiq88Bbssods7fTyTxE0Jcn3m 296V9SMFuPyYL6EmP5c5rvEM6rIu0zDcOFYiVt2uAenGrrtsi7Fx2bHAqyjeVV3h5ilVWj oLL0ncnlYm0YfEe16QVSBaARCMJxExM= ARC-Authentication-Results: i=1; imf23.hostedemail.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=pHv8i1ZO; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (imf23.hostedemail.com: domain of alexei.starovoitov@gmail.com designates 209.85.210.174 as permitted sender) smtp.mailfrom=alexei.starovoitov@gmail.com ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1662048963; 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=skeuYRhB3boXKMMrYYkvu6yydL2u1ik1iHlAVHEk0Qs=; b=hhfJ7QyzjweOnWQHHGpnsLlng7AxGOvErASjqDdHmllJDLhNFxatR0r8OONYQDKmg5bfwO 4mnzAwZqkYYQ1KZXFsVQYwne5Hl846V379CdABr8sACkGa3IsGQOoLBti5AsVBx/wrQ+6I 1WbBXCMGmo8zJfoienTjqrAZUdj6tRI= X-Rspamd-Server: rspam09 Authentication-Results: imf23.hostedemail.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=pHv8i1ZO; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (imf23.hostedemail.com: domain of alexei.starovoitov@gmail.com designates 209.85.210.174 as permitted sender) smtp.mailfrom=alexei.starovoitov@gmail.com X-Rspam-User: X-Stat-Signature: a5tus8crcx5w7y9cbaqc5x9xz6xemyap X-Rspamd-Queue-Id: CC661140058 X-HE-Tag: 1662048963-564587 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 Make test_maps more stressful with more parallelism in update/delete/lookup/walk including different value sizes. Acked-by: Kumar Kartikeya Dwivedi Acked-by: Andrii Nakryiko Signed-off-by: Alexei Starovoitov --- tools/testing/selftests/bpf/test_maps.c | 38 ++++++++++++++++--------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/tools/testing/selftests/bpf/test_maps.c b/tools/testing/selftests/bpf/test_maps.c index cbebfaa7c1e8..d1ffc76814d9 100644 --- a/tools/testing/selftests/bpf/test_maps.c +++ b/tools/testing/selftests/bpf/test_maps.c @@ -264,10 +264,11 @@ static void test_hashmap_percpu(unsigned int task, void *data) close(fd); } +#define VALUE_SIZE 3 static int helper_fill_hashmap(int max_entries) { int i, fd, ret; - long long key, value; + long long key, value[VALUE_SIZE] = {}; fd = bpf_map_create(BPF_MAP_TYPE_HASH, NULL, sizeof(key), sizeof(value), max_entries, &map_opts); @@ -276,8 +277,8 @@ static int helper_fill_hashmap(int max_entries) "err: %s, flags: 0x%x\n", strerror(errno), map_opts.map_flags); for (i = 0; i < max_entries; i++) { - key = i; value = key; - ret = bpf_map_update_elem(fd, &key, &value, BPF_NOEXIST); + key = i; value[0] = key; + ret = bpf_map_update_elem(fd, &key, value, BPF_NOEXIST); CHECK(ret != 0, "can't update hashmap", "err: %s\n", strerror(ret)); @@ -288,8 +289,8 @@ static int helper_fill_hashmap(int max_entries) static void test_hashmap_walk(unsigned int task, void *data) { - int fd, i, max_entries = 1000; - long long key, value, next_key; + int fd, i, max_entries = 10000; + long long key, value[VALUE_SIZE], next_key; bool next_key_valid = true; fd = helper_fill_hashmap(max_entries); @@ -297,7 +298,7 @@ static void test_hashmap_walk(unsigned int task, void *data) for (i = 0; bpf_map_get_next_key(fd, !i ? NULL : &key, &next_key) == 0; i++) { key = next_key; - assert(bpf_map_lookup_elem(fd, &key, &value) == 0); + assert(bpf_map_lookup_elem(fd, &key, value) == 0); } assert(i == max_entries); @@ -305,9 +306,9 @@ static void test_hashmap_walk(unsigned int task, void *data) assert(bpf_map_get_next_key(fd, NULL, &key) == 0); for (i = 0; next_key_valid; i++) { next_key_valid = bpf_map_get_next_key(fd, &key, &next_key) == 0; - assert(bpf_map_lookup_elem(fd, &key, &value) == 0); - value++; - assert(bpf_map_update_elem(fd, &key, &value, BPF_EXIST) == 0); + assert(bpf_map_lookup_elem(fd, &key, value) == 0); + value[0]++; + assert(bpf_map_update_elem(fd, &key, value, BPF_EXIST) == 0); key = next_key; } @@ -316,8 +317,8 @@ static void test_hashmap_walk(unsigned int task, void *data) for (i = 0; bpf_map_get_next_key(fd, !i ? NULL : &key, &next_key) == 0; i++) { key = next_key; - assert(bpf_map_lookup_elem(fd, &key, &value) == 0); - assert(value - 1 == key); + assert(bpf_map_lookup_elem(fd, &key, value) == 0); + assert(value[0] - 1 == key); } assert(i == max_entries); @@ -1371,16 +1372,16 @@ static void __run_parallel(unsigned int tasks, static void test_map_stress(void) { + run_parallel(100, test_hashmap_walk, NULL); run_parallel(100, test_hashmap, NULL); run_parallel(100, test_hashmap_percpu, NULL); run_parallel(100, test_hashmap_sizes, NULL); - run_parallel(100, test_hashmap_walk, NULL); run_parallel(100, test_arraymap, NULL); run_parallel(100, test_arraymap_percpu, NULL); } -#define TASKS 1024 +#define TASKS 100 #define DO_UPDATE 1 #define DO_DELETE 0 @@ -1432,6 +1433,8 @@ static void test_update_delete(unsigned int fn, void *data) int fd = ((int *)data)[0]; int i, key, value, err; + if (fn & 1) + test_hashmap_walk(fn, NULL); for (i = fn; i < MAP_SIZE; i += TASKS) { key = value = i; @@ -1455,7 +1458,7 @@ static void test_update_delete(unsigned int fn, void *data) static void test_map_parallel(void) { - int i, fd, key = 0, value = 0; + int i, fd, key = 0, value = 0, j = 0; int data[2]; fd = bpf_map_create(BPF_MAP_TYPE_HASH, NULL, sizeof(key), sizeof(value), @@ -1466,6 +1469,7 @@ static void test_map_parallel(void) exit(1); } +again: /* Use the same fd in children to add elements to this map: * child_0 adds key=0, key=1024, key=2048, ... * child_1 adds key=1, key=1025, key=2049, ... @@ -1502,6 +1506,12 @@ static void test_map_parallel(void) key = -1; assert(bpf_map_get_next_key(fd, NULL, &key) < 0 && errno == ENOENT); assert(bpf_map_get_next_key(fd, &key, &key) < 0 && errno == ENOENT); + + key = 0; + bpf_map_delete_elem(fd, &key); + if (j++ < 5) + goto again; + close(fd); } static void test_map_rdonly(void)