All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Meng, Li (Jassmine)" <Li.Meng@amd.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Shuah Khan <skhan@linuxfoundation.org>,
	"Huang, Ray" <Ray.Huang@amd.com>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	"Rafael J . Wysocki" <rafael.j.wysocki@intel.com>,
	"Fontenot, Nathan" <Nathan.Fontenot@amd.com>,
	"Sharma, Deepak" <Deepak.Sharma@amd.com>,
	"Deucher, Alexander" <Alexander.Deucher@amd.com>,
	"Limonciello, Mario" <Mario.Limonciello@amd.com>,
	"Su, Jinzhou (Joe)" <Jinzhou.Su@amd.com>,
	"Yuan, Perry" <Perry.Yuan@amd.com>,
	"Du, Xiaojian" <Xiaojian.Du@amd.com>,
	Borislav Petkov <bp@alien8.de>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH V7 2/4] cpufreq: amd-pstate: Add test module for amd-pstate driver
Date: Mon, 23 May 2022 08:25:28 +0000	[thread overview]
Message-ID: <DM4PR12MB6351C32C58F5BA063E89D1A8F7D49@DM4PR12MB6351.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20220523073201.asdi35v5f43aoaee@vireshk-i7>

[AMD Official Use Only - General]



> -----Original Message-----
> From: Viresh Kumar <viresh.kumar@linaro.org>
> Sent: Monday, May 23, 2022 3:32 PM
> To: Meng, Li (Jassmine) <Li.Meng@amd.com>
> Cc: Shuah Khan <skhan@linuxfoundation.org>; Huang, Ray
> <Ray.Huang@amd.com>; linux-pm@vger.kernel.org; Rafael J . Wysocki
> <rafael.j.wysocki@intel.com>; Fontenot, Nathan
> <Nathan.Fontenot@amd.com>; Sharma, Deepak
> <Deepak.Sharma@amd.com>; Deucher, Alexander
> <Alexander.Deucher@amd.com>; Limonciello, Mario
> <Mario.Limonciello@amd.com>; Su, Jinzhou (Joe) <Jinzhou.Su@amd.com>;
> Yuan, Perry <Perry.Yuan@amd.com>; Du, Xiaojian <Xiaojian.Du@amd.com>;
> Borislav Petkov <bp@alien8.de>; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH V7 2/4] cpufreq: amd-pstate: Add test module for amd-
> pstate driver
> 
> [CAUTION: External Email]
> 
> On 22-05-22, 19:54, Meng Li wrote:
> > Add amd-pstate-ut module, which is conceptually out-of-tree module and
> > provides ways for selftests/amd-pstate driver to test various kernel
> > module-related functionality. This module will be expected by some of
> > selftests to be present and loaded.
> >
> > Signed-off-by: Meng Li <li.meng@amd.com>
> > Acked-by: Huang Rui <ray.huang@amd.com>
> > ---
> >  drivers/cpufreq/Kconfig.x86     |   7 +
> >  drivers/cpufreq/Makefile        |   1 +
> >  drivers/cpufreq/amd-pstate-ut.c | 293
> > ++++++++++++++++++++++++++++++++
> >  3 files changed, 301 insertions(+)
> >  create mode 100644 drivers/cpufreq/amd-pstate-ut.c
> 
> I wonder if this should be moved to selftest directories instead ?
> 
> --
> Viresh

Thanks.
We took Shuah's comments and put test driver under drivers/cpufreq.

[Meng, Li (Jassmine)] 

  reply	other threads:[~2022-05-23  8:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-22 11:54 [PATCH V7 0/4] Add unit test module for AMD P-State driver Meng Li
2022-05-22 11:54 ` [PATCH V7 1/4] cpufreq: amd-pstate: Expose struct amd_cpudata Meng Li
2022-05-25 15:19   ` Shuah Khan
2022-05-22 11:54 ` [PATCH V7 2/4] cpufreq: amd-pstate: Add test module for amd-pstate driver Meng Li
2022-05-23  7:32   ` Viresh Kumar
2022-05-23  8:25     ` Meng, Li (Jassmine) [this message]
2022-05-25 16:05   ` Shuah Khan
2022-05-22 11:54 ` [PATCH V7 3/4] selftests: amd-pstate: Add test trigger " Meng Li
2022-05-25 16:15   ` Shuah Khan
2022-05-22 11:54 ` [PATCH V7 4/4] Documentation: amd-pstate: Add unit test introduction Meng Li
2022-05-25 16:21   ` Shuah Khan

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=DM4PR12MB6351C32C58F5BA063E89D1A8F7D49@DM4PR12MB6351.namprd12.prod.outlook.com \
    --to=li.meng@amd.com \
    --cc=Alexander.Deucher@amd.com \
    --cc=Deepak.Sharma@amd.com \
    --cc=Jinzhou.Su@amd.com \
    --cc=Mario.Limonciello@amd.com \
    --cc=Nathan.Fontenot@amd.com \
    --cc=Perry.Yuan@amd.com \
    --cc=Ray.Huang@amd.com \
    --cc=Xiaojian.Du@amd.com \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=skhan@linuxfoundation.org \
    --cc=viresh.kumar@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.