linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fenghua Yu <fenghua.yu@intel.com>
To: "Moger, Babu" <Babu.Moger@amd.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	H Peter Anvin <hpa@zytor.com>, Tony Luck <tony.luck@intel.com>,
	Reinette Chatre <reinette.chatre@intel.com>,
	James Morse <james.morse@arm.com>,
	Ravi V Shankar <ravi.v.shankar@intel.com>,
	Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>,
	linux-kernel <linux-kernel@vger.kernel.org>, x86 <x86@kernel.org>
Subject: Re: [PATCH v9 00/13] selftests/resctrl: Add resctrl selftest
Date: Wed, 15 Jan 2020 13:17:49 -0800	[thread overview]
Message-ID: <20200115211749.GA51626@romley-ivt3.sc.intel.com> (raw)
In-Reply-To: <CY4PR12MB1574ACDEE30CDCD8113CECA795390@CY4PR12MB1574.namprd12.prod.outlook.com>

On Thu, Jan 09, 2020 at 04:06:32PM +0000, Moger, Babu wrote:
> [AMD Official Use Only - Internal Distribution Only]
> 
> Hi Fenghua,
> 
> > -----Original Message-----
> > From: Moger, Babu <babu.moger@amd.com>
> > Sent: Tuesday, December 17, 2019 12:24 PM
> > To: Fenghua Yu <fenghua.yu@intel.com>; Thomas Gleixner
> > <tglx@linutronix.de>; Ingo Molnar <mingo@redhat.com>; Borislav Petkov
> > <bp@alien8.de>; H Peter Anvin <hpa@zytor.com>; Tony Luck
> > <tony.luck@intel.com>; Reinette Chatre <reinette.chatre@intel.com>;
> > James Morse <james.morse@arm.com>; Ravi V Shankar
> > <ravi.v.shankar@intel.com>; Sai Praneeth Prakhya
> > <sai.praneeth.prakhya@intel.com>
> > Cc: linux-kernel <linux-kernel@vger.kernel.org>; x86 <x86@kernel.org>
> > Subject: Re: [PATCH v9 00/13] selftests/resctrl: Add resctrl selftest
> > 
> > Fenghua,
> > Thanks for the patches. I did a quick test. I am seeing some failures with
> > this series. I need to debug to figure out what is going on. Hopefully I
> > will be able to spend sometime this week or next week. I will be out for
> > few days this week and also next week. Here is the failure..
> 
> The problem has been root caused and fixed with this following patch.
> https://lore.kernel.org/lkml/20200108193455.29834-1-kim.phillips@amd.com/
> After this patch everything works as expected. Patches look good to me. Thanks.

Hi, Babu,

Thank you very much for finding and fixing the issue!

Glad to know this resctrl selftest tool actually finds one issue although
it's not really a resctrl issue.

Hi, Boris, Thomas, Ingo, et al,

Any comment on this patch set?

Thanks.

-Fenghua

  reply	other threads:[~2020-01-15 21:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-16 22:26 [PATCH v9 00/13] selftests/resctrl: Add resctrl selftest Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 01/13] selftests/resctrl: Add README for resctrl tests Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 02/13] selftests/resctrl: Add basic resctrl file system operations and data Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 03/13] selftests/resctrl: Read memory bandwidth from perf IMC counter and from resctrl file system Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 04/13] selftests/resctrl: Add callback to start a benchmark Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 05/13] selftests/resctrl: Add built in benchmark Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 06/13] selftests/resctrl: Add MBM test Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 07/13] selftests/resctrl: Add MBA test Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 08/13] selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 09/13] selftests/resctrl: Add Cache Allocation Technology (CAT) selftest Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 10/13] selftests/resctrl: Add vendor detection mechanism Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 11/13] selftests/resctrl: Use cache index3 id for AMD schemata masks Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 12/13] selftests/resctrl: Disable MBA and MBM tests for AMD Fenghua Yu
2019-12-16 22:26 ` [PATCH v9 13/13] selftests/resctrl: Add the test in MAINTAINERS Fenghua Yu
2019-12-17 18:23 ` [PATCH v9 00/13] selftests/resctrl: Add resctrl selftest Babu Moger
2020-01-09 16:06   ` Moger, Babu
2020-01-15 21:17     ` Fenghua Yu [this message]
2020-01-15 21:55       ` Thomas Gleixner
2020-01-16 19:42         ` Fenghua Yu

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=20200115211749.GA51626@romley-ivt3.sc.intel.com \
    --to=fenghua.yu@intel.com \
    --cc=Babu.Moger@amd.com \
    --cc=bp@alien8.de \
    --cc=hpa@zytor.com \
    --cc=james.morse@arm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=ravi.v.shankar@intel.com \
    --cc=reinette.chatre@intel.com \
    --cc=sai.praneeth.prakhya@intel.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;
as well as URLs for NNTP newsgroup(s).