From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB9C928DDD for ; Mon, 27 Nov 2023 18:44:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="q5GaAlfz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12C84C433C7; Mon, 27 Nov 2023 18:44:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701110678; bh=YX/z4BlRTU3n39F3XQDmoocqrUTZvvJZizRdM7PZwAQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q5GaAlfzCiqFGp7FWT1u0WNKsIFL4M4+STpbSk0vZnVAZ9/FC8f3YG8gl+GmSlWaS kuePSmdXlC6qbVfkD/nhF9oq3ESqqHeNHAnfgpbkbhMTFj3hEf6csEPGJ2BUfvITho 99XJwZDi7rZhZ3mj+9q2/ZsFqf+mXZE6ZMWpdX+jkETGG/aHBHJ9N0Fk+NimZpHxv4 ts3ROle+WHyvmU1VjDGghdXP8+esf4tln/GkODq7VB1Or86qbF9XE0W14G2C3zW3yK Wrkm+X9YeeeD68W2S7xC6JYrQqhxCFPkKD1KqvEZPTvf12jr90yyOPD8mXGGtS8dC0 zMnYgU9wEmNfg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 7919B40094; Mon, 27 Nov 2023 15:44:35 -0300 (-03) Date: Mon, 27 Nov 2023 15:44:35 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Kan Liang , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, Perry Taylor , Caleb Biggers Subject: Re: [PATCH v1] perf vendor events: Add skx, clx, icx and spr upi bandwidth metric Message-ID: References: <20231109232732.2973015-1-irogers@google.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Em Mon, Nov 27, 2023 at 10:17:48AM -0800, Ian Rogers escreveu: > On Thu, Nov 9, 2023 at 3:28 PM Ian Rogers wrote: > > > > Add upi_data_receive_bw metric for skylakex, cascadelakex, icelakex > > and sapphirerapids. The metric was added to perfmon metrics in: > > https://github.com/intel/perfmon/pull/119 > > > > Signed-off-by: Ian Rogers > > Ping. No Acked-by from Intel people, please consider providing it in the future. Thanks, applied. - Arnaldo