Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1461721pxf; Fri, 12 Mar 2021 10:01:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJwtYZgeh+IWqd8aR9QwXXwEnS7ivxsi//mqcWt4b/vUlHzjw6sLuPXJIKnJD82vP1GwSi2X X-Received: by 2002:a17:906:82c5:: with SMTP id a5mr10257857ejy.232.1615572086740; Fri, 12 Mar 2021 10:01:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615572086; cv=none; d=google.com; s=arc-20160816; b=cqrNWGizrYVjaT/5Uh5QmftS2Azk/sgHKpY6s8NY0zji8e6yba80ru90MigK+OCyz7 vctRPQ4FVLvPa70gRwZLDk2Ho+41LRi5wdUd2OkuGWJ4j+XqiX7/PbSESxAh15xvJJua EUlh9nOxmn5lhL3K5ULogL7eHSYKavfQRfsRZ817O+WwM3gYYzPR4r7JS0kn3RcxDine Gb89jQrpCGCkLvobmOpRLofQo9n0xboRzmN0rXJf0ckvDk+LRXl797XXQkNkOI8zTS1w n1N7GWUNvmKesZWA8d9Ktngrk1g4Px4q1eAUFa9I49GDAkZUc7irOYMdqjNWpIJlLwkL CmQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Ix8kbvyI5KELdHp06uwnmLmHMTGlkgiGFKKSgKovnlk=; b=o8GZnAkCsr/yQgBZxE9855TN52gVd8qfJlb1ZMBy8cIFJNwti6PfSpLTFx+FP0M8PG Ozf2h02oVUgskWdljoZ/oWsIZbpeqPYr+TIZuljWjEf9Utdn28Q7MWWYBGBuNFBbxmpH nnH8HhabOeMwhQbSl9hhktwagfd3/poGhUpbfoS7XJlMIPnLr4EGzTSyfUQHmTOvOCw+ B2ezueYR0OYoH5JCNXHlgn011oI19ayiKdAW2xvKrfGfFliSzkXRC/qZYMmasj0mNbes UMB+D/HcnMVfnTLvYzuLF6Mc+Xc7tm+hts4j6ba0X0hAgLr9ParO2UKOGeC8nxfAMYFU C+Ow== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e21si4404893edr.370.2021.03.12.10.01.01; Fri, 12 Mar 2021 10:01:26 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232627AbhCLSAG (ORCPT + 99 others); Fri, 12 Mar 2021 13:00:06 -0500 Received: from foss.arm.com ([217.140.110.172]:58398 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232348AbhCLR7r (ORCPT ); Fri, 12 Mar 2021 12:59:47 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 044041042; Fri, 12 Mar 2021 09:59:47 -0800 (PST) Received: from merodach.members.linode.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 354133F7D7; Fri, 12 Mar 2021 09:59:45 -0800 (PST) From: James Morse To: x86@kernel.org, linux-kernel@vger.kernel.org Cc: Fenghua Yu , Reinette Chatre , Thomas Gleixner , Ingo Molnar , Borislav Petkov , H Peter Anvin , Babu Moger , James Morse , shameerali.kolothum.thodi@huawei.com, Jamie Iles , D Scott Phillips OS Subject: [PATCH v2 03/24] x86/resctrl: Add a separate schema list for resctrl Date: Fri, 12 Mar 2021 17:58:28 +0000 Message-Id: <20210312175849.8327-4-james.morse@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210312175849.8327-1-james.morse@arm.com> References: <20210312175849.8327-1-james.morse@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To support multiple architectures, the resctrl code needs to be split into a 'fs' specific part in core code, and an arch-specific backend. It should be difficult for the arch-specific backends to diverge, supporting slightly different ABIs for user-space. For example, generating, parsing and validating the schema configuration values should be done in what becomes the core code to prevent divergence. Today, the schema emerge from which entries in the rdt_resources_all array the arch code has chosen to enable. Start by creating a struct resctrl_schema, which will eventually hold the name and type of configuration values for resctrl. Reviewed-by: Jamie Iles Signed-off-by: James Morse --- Changes since v1: * Renamed resctrl_all_schema list * Used schemata_list as a prefix to make these easier to search for * Added kerneldoc string * Removed 'pending configuration' reference in commit message --- arch/x86/kernel/cpu/resctrl/internal.h | 1 + arch/x86/kernel/cpu/resctrl/rdtgroup.c | 43 +++++++++++++++++++++++++- include/linux/resctrl.h | 9 ++++++ 3 files changed, 52 insertions(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h index d3e47fd51e3a..8a9da490134b 100644 --- a/arch/x86/kernel/cpu/resctrl/internal.h +++ b/arch/x86/kernel/cpu/resctrl/internal.h @@ -106,6 +106,7 @@ extern unsigned int resctrl_cqm_threshold; extern bool rdt_alloc_capable; extern bool rdt_mon_capable; extern unsigned int rdt_mon_features; +extern struct list_head resctrl_schema_all; enum rdt_group_type { RDTCTRL_GROUP = 0, diff --git a/arch/x86/kernel/cpu/resctrl/rdtgroup.c b/arch/x86/kernel/cpu/resctrl/rdtgroup.c index 8c29304d3e01..73a695e7096d 100644 --- a/arch/x86/kernel/cpu/resctrl/rdtgroup.c +++ b/arch/x86/kernel/cpu/resctrl/rdtgroup.c @@ -39,6 +39,9 @@ static struct kernfs_root *rdt_root; struct rdtgroup rdtgroup_default; LIST_HEAD(rdt_all_groups); +/* list of entries for the schemata file */ +LIST_HEAD(resctrl_schema_all); + /* Kernel fs node for "info" directory under root */ static struct kernfs_node *kn_info; @@ -2109,6 +2112,35 @@ static int rdt_enable_ctx(struct rdt_fs_context *ctx) return ret; } +static int schemata_list_create(void) +{ + struct rdt_resource *r; + struct resctrl_schema *s; + + for_each_alloc_enabled_rdt_resource(r) { + s = kzalloc(sizeof(*s), GFP_KERNEL); + if (!s) + return -ENOMEM; + + s->res = r; + + INIT_LIST_HEAD(&s->list); + list_add(&s->list, &resctrl_schema_all); + } + + return 0; +} + +static void schemata_list_destroy(void) +{ + struct resctrl_schema *s, *tmp; + + list_for_each_entry_safe(s, tmp, &resctrl_schema_all, list) { + list_del(&s->list); + kfree(s); + } +} + static int rdt_get_tree(struct fs_context *fc) { struct rdt_fs_context *ctx = rdt_fc2context(fc); @@ -2130,11 +2162,17 @@ static int rdt_get_tree(struct fs_context *fc) if (ret < 0) goto out_cdp; + ret = schemata_list_create(); + if (ret) { + schemata_list_destroy(); + goto out_mba; + } + closid_init(); ret = rdtgroup_create_info_dir(rdtgroup_default.kn); if (ret < 0) - goto out_mba; + goto out_schemata_free; if (rdt_mon_capable) { ret = mongroup_create_dir(rdtgroup_default.kn, @@ -2184,6 +2222,8 @@ static int rdt_get_tree(struct fs_context *fc) kernfs_remove(kn_mongrp); out_info: kernfs_remove(kn_info); +out_schemata_free: + schemata_list_destroy(); out_mba: if (ctx->enable_mba_mbps) set_mba_sc(false); @@ -2425,6 +2465,7 @@ static void rdt_kill_sb(struct super_block *sb) rmdir_all_sub(); rdt_pseudo_lock_release(); rdtgroup_default.mode = RDT_MODE_SHAREABLE; + schemata_list_destroy(); static_branch_disable_cpuslocked(&rdt_alloc_enable_key); static_branch_disable_cpuslocked(&rdt_mon_enable_key); static_branch_disable_cpuslocked(&rdt_enable_key); diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h index be6f5df78e31..092ff0c13b9b 100644 --- a/include/linux/resctrl.h +++ b/include/linux/resctrl.h @@ -154,4 +154,13 @@ struct rdt_resource { }; +/** + * struct resctrl_schema - configuration abilities of a resource presented to user-space + * @list: Member of resctrl's schema list + * @res: The rdt_resource for this entry + */ +struct resctrl_schema { + struct list_head list; + struct rdt_resource *res; +}; #endif /* _RESCTRL_H */ -- 2.30.0