public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Reinette Chatre <reinette.chatre@intel.com>
To: tglx@linutronix.de, fenghua.yu@intel.com, bp@alien8.de,
	tony.luck@intel.com
Cc: kuo-lang.tseng@intel.com, mingo@redhat.com, babu.moger@amd.com,
	hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] x86/resctrl: Support wider MBM counters
Date: Thu, 23 Apr 2020 09:40:27 -0700	[thread overview]
Message-ID: <f1820861-9ecb-d685-be3d-accd0047126d@intel.com> (raw)
In-Reply-To: <cover.1585763047.git.reinette.chatre@intel.com>

Hi Thomas and Borislav,

On 4/1/2020 10:51 AM, Reinette Chatre wrote:
> Memory Bandwidth Monitoring (MBM) is an Intel Resource Director
> Technology (RDT) feature that tracks Total and Local bandwidth
> generated which misses the L3 cache.
> 
> The original Memory Bandwidth Monitoring (MBM) architectural
> definition defines counters of up to 62 bits and the first-generation
> MBM implementation uses 24 bit counters. Software is required to poll
> at 1 second or faster to ensure that data is retrieved before a counter
> rollover occurs more than once under worst conditions.
> 
> As system bandwidths scale the software requirement is maintained with
> the introduction of a per-resource enumerable MBM counter width.
> 
> This series adds support for the new enumerable MBM counter width.
> 
> Details about the feature can be found in Chapter 9 of the most
> recent Intel ISE available from
> https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf
> 
> Reinette Chatre (2):
>   x86/resctrl: Maintain MBM counter width per resource
>   x86/resctrl: Support CPUID enumeration of MBM counter width
> 
>  arch/x86/include/asm/processor.h          |  1 +
>  arch/x86/kernel/cpu/common.c              |  5 +++++
>  arch/x86/kernel/cpu/resctrl/ctrlmondata.c |  8 ++++---
>  arch/x86/kernel/cpu/resctrl/internal.h    | 15 ++++++++++---
>  arch/x86/kernel/cpu/resctrl/monitor.c     | 27 ++++++++++++++++-------
>  arch/x86/kernel/cpu/resctrl/rdtgroup.c    |  2 +-
>  6 files changed, 43 insertions(+), 15 deletions(-)
> 


Would it be possible to consider this for inclusion in v5.8?

Thank you

Reinette

ps. Upon your consideration I am planning to follow up with same
the question for the next resctrl new feature series available
at:https://lore.kernel.org/lkml/cover.1586801373.git.reinette.chatre@intel.com/

You could view outstanding resctrl changes at branch resctrl/next of
https://github.com/rchatre/linux.git


      parent reply	other threads:[~2020-04-23 16:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 17:51 [PATCH 0/2] x86/resctrl: Support wider MBM counters Reinette Chatre
2020-04-01 17:51 ` [PATCH 1/2] x86/resctrl: Maintain MBM counter width per resource Reinette Chatre
2020-04-01 17:51 ` [PATCH 2/2] x86/resctrl: Support CPUID enumeration of MBM counter width Reinette Chatre
2020-04-03  0:05   ` Fenghua Yu
2020-04-03 15:31     ` Reinette Chatre
2020-04-29 18:11   ` Borislav Petkov
2020-04-29 18:42     ` Reinette Chatre
2020-04-30  9:59       ` Borislav Petkov
2020-05-03 18:51         ` Reinette Chatre
2020-05-04  7:56           ` Borislav Petkov
2020-05-05  4:19             ` Reinette Chatre
2020-05-05 22:15               ` Reinette Chatre
2020-04-23 16:40 ` Reinette Chatre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f1820861-9ecb-d685-be3d-accd0047126d@intel.com \
    --to=reinette.chatre@intel.com \
    --cc=babu.moger@amd.com \
    --cc=bp@alien8.de \
    --cc=fenghua.yu@intel.com \
    --cc=hpa@zytor.com \
    --cc=kuo-lang.tseng@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=tony.luck@intel.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox