[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1336079536.6509.24.camel@twins>
Date: Thu, 03 May 2012 23:12:16 +0200
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: "Yan, Zheng" <zheng.z.yan@...el.com>
Cc: mingo@...e.hu, andi@...stfloor.org, eranian@...gle.com,
jolsa@...hat.com, ming.m.lin@...el.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 7/9] perf: Add Sandy Bridge-EP uncore support
Let's keep the names as they're listed in the Intel doc:
On Wed, 2012-05-02 at 10:07 +0800, Yan, Zheng wrote:
> +static struct intel_uncore_type snbep_uncore_ubox = {
> + .name = "ubox",
"U-Box"
> +};
> +
> +static struct intel_uncore_type snbep_uncore_cbo = {
> + .name = "cbo",
"C-Box"
> +};
> +
> +static struct intel_uncore_type snbep_uncore_pcu = {
> + .name = "pcu",
"PCU"
> +};
> +static struct intel_uncore_type snbep_uncore_ha = {
> + .name = "ha",
"HA"
> +};
> +
> +static struct intel_uncore_type snbep_uncore_imc = {
> + .name = "imc",
"iMC"
> +};
> +
> +static struct intel_uncore_type snbep_uncore_qpi = {
> + .name = "qpi",
"QPI"
> +};
> +
> +
> +static struct intel_uncore_type snbep_uncore_r2pcie = {
> + .name = "r2pcie",
"R2PCIe"
> +};
> +
> +static struct intel_uncore_type snbep_uncore_r3qpi = {
> + .name = "r3qpi",
"R3QPI"
> +};
These last two are the P-Boxes ? The figure (1-1) lists a 3rd P-box
covering the SMI channels, the table (1-1) doesn't list it though.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists