mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Moger, Babu" <bmoger@amd.com>
To: Tony Luck <tony.luck@intel.com>,
	Reinette Chatre <reinette.chatre@intel.com>,
	"james.morse@arm.com" <james.morse@arm.com>,
	Babu Moger <babu.moger@amd.com>
Cc: Amit Singh Tomar <amitsinght@marvell.com>,
	"Yu, Fenghua" <fenghua.yu@intel.com>,
	George Cherian <gcherian@marvell.com>,
	"robh@kernel.org" <robh@kernel.org>,
	"peternewman@google.com" <peternewman@google.com>,
	Drew Fustini <dfustini@baylibre.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: resctrl2 - status
Date: Fri, 8 Sep 2023 13:08:55 -0500	[thread overview]
Message-ID: <18f3a209-8dbf-4837-6bcb-a71a1ee1abb3@amd.com> (raw)
In-Reply-To: <ZPjDHN0nvHz9kWFn@agluck-desk3>

Hi Tony,

On 9/6/2023 1:21 PM, Tony Luck wrote:
> On Mon, Aug 28, 2023 at 07:50:12AM -0700, Reinette Chatre wrote:
>> heh ... sounds familiar to "To transition smoothly it may be required
>> for all currently supported features to be loaded by default". It is not
>> obvious to me how this also closes the other opens.
> Reinette,
>
> It seems unlikley that I'll be able to close every open. But I'll
> keep trying as you point them out.
>
> I've just pushed an updated set of patches to:
>
>    git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git resctrl_v65
>
> Rebased to v6.5. Includes the module auto-load code discussed in
> previous e-mail.
>
> James:
>
> I'm now hoping for some feedback from ARM folks on whether this is a
> useful direction. Is it possible to implement MPAM features on top of
> this base architecture independent layer. If not, am I just missing
> some simple extensions that you will need. Or is there some fundamental
> problem that looks hard/impossible to resolve?
>
> Babu:
>
> Can you try this out on an AMD system. I think I covered most of the
> existing AMD resctrl features, but I have no machine to test the code
> on, so very likely there are bugs in these code paths.
>
> I'd like to make any needed changes now, before I start breaking this
> into reviewable bite-sized patches to avoid too much churn.

I tried your latest code briefly on my system.  Unfortunately, I could 
not get it to work on my AMD system.

# git branch -a
   next
* resctrl2_v65
# ]# uname -r
6.5.0+
#lsmod |grep rdt
rdt_show_ids           12288  0
rdt_mbm_local_bytes    12288  0
rdt_mbm_total_bytes    12288  0
rdt_llc_occupancy      12288  0
rdt_l3_cat             16384  0

# lsmod |grep mbe
amd_mbec               16384  0

I could not get  rdt_l3_mba

# modprobe rdt_l3_mba
modprobe: ERROR: could not insert 'rdt_l3_mba': No such device

I don't see any data for the default group either.

mount  -t resctrl resctrl /sys/fs/resctrl/

cd /sys/fs/resctrl/mon_data/mon_L3_00

cat mbm_summary
      n/a      n/a /

Thanks

Babu


  reply	other threads:[~2023-09-08 18:11 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 18:10 Luck, Tony
2023-08-25 17:47 ` Reinette Chatre
2023-08-25 18:09   ` Luck, Tony
2023-08-25 18:58     ` Reinette Chatre
2023-08-25 19:44       ` Luck, Tony
2023-08-25 20:20         ` Reinette Chatre
2023-08-25 20:54           ` Tony Luck
2023-08-25 23:08             ` Reinette Chatre
2023-08-26  1:11               ` Tony Luck
2023-08-28 14:50                 ` Reinette Chatre
2023-09-06 18:21                   ` Tony Luck
2023-09-08 18:08                     ` Moger, Babu [this message]
2023-09-08 18:51                       ` Luck, Tony
2023-09-08 21:35                         ` Moger, Babu
2023-09-08 23:13                           ` Tony Luck
2023-09-15 17:55                             ` Drew Fustini
2023-09-18 10:44                               ` Jonathan Cameron
2023-09-28  8:47                                 ` Peter Newman
2023-09-28 14:47                                   ` Luck, Tony
2023-09-29  9:38                                     ` Jonathan Cameron
2023-09-29 14:49                                   ` Drew Fustini
2023-09-15 17:16                     ` James Morse
2023-09-15 20:38                       ` Tony Luck
2023-09-21  0:21                         ` Tony Luck
2023-09-19 12:53                     ` Peter Newman
2023-09-19 16:40                       ` Tony Luck
2023-08-29 10:23           ` Jonathan Cameron
2023-08-29 17:18             ` [EXT] " Amit Singh Tomar
2023-08-30 10:47               ` Jonathan Cameron
2023-09-15 17:16                 ` James Morse

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=18f3a209-8dbf-4837-6bcb-a71a1ee1abb3@amd.com \
    --to=bmoger@amd.com \
    --cc=amitsinght@marvell.com \
    --cc=babu.moger@amd.com \
    --cc=dfustini@baylibre.com \
    --cc=fenghua.yu@intel.com \
    --cc=gcherian@marvell.com \
    --cc=james.morse@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peternewman@google.com \
    --cc=reinette.chatre@intel.com \
    --cc=robh@kernel.org \
    --cc=tony.luck@intel.com \
    /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

all inboxes | Powered by JetHome®