All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Greg KH <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
Cc: Will Deacon <will-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	mdf-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	linux-fpga-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	atull-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	yilun.xu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	Luwei Kang <luwei.kang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH v7 2/2] fpga: dfl: fme: add performance reporting support
Date: Wed, 12 Feb 2020 18:02:11 +0800	[thread overview]
Message-ID: <20200212100211.GA10436@hao-dev> (raw)
In-Reply-To: <20200212053035.GA382718-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>

On Tue, Feb 11, 2020 at 09:30:35PM -0800, Greg KH wrote:
> On Wed, Feb 12, 2020 at 11:19:29AM +0800, Wu Hao wrote:
> > On Mon, Feb 10, 2020 at 04:34:01PM +0000, Will Deacon wrote:
> > > Hi,
> > > 
> > > On Mon, Feb 10, 2020 at 11:47:49AM +0800, Wu Hao wrote:
> > > > This patch adds support for performance reporting private feature
> > > > for FPGA Management Engine (FME). Now it supports several different
> > > > performance counters, including 'basic', 'cache', 'fabric', 'vtd'
> > > > and 'vtd_sip'. It allows user to use standard linux tools to access
> > > > these performance counters.
> > > 
> > > I had a quick look at this, and it mostly looks alright to me. Just a few
> > > high-level comments/questions:
> > 
> > Hi Will
> > 
> > Thanks a lot for the review! :)
> > 
> > > 
> > >   - I would still prefer for the PMU drivers to live under drivers/perf/
> > 
> > Hm.. one possible way is to create a platform device, and introduce a new
> > platform device driver under drivers/perf/.
> 
> No, do not abuse platform drivers, you have a real device, use it.

Sure, thanks for the comments. Then I don't have any other idea to move code to
drivers/perf/ directory, so probably only can live with current code.

Thanks
Hao

WARNING: multiple messages have this Message-ID (diff)
From: Wu Hao <hao.wu@intel.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Will Deacon <will@kernel.org>,
	mdf@kernel.org, mark.rutland@arm.com, linux-fpga@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-api@vger.kernel.org,
	atull@kernel.org, yilun.xu@intel.com,
	Luwei Kang <luwei.kang@intel.com>
Subject: Re: [PATCH v7 2/2] fpga: dfl: fme: add performance reporting support
Date: Wed, 12 Feb 2020 18:02:11 +0800	[thread overview]
Message-ID: <20200212100211.GA10436@hao-dev> (raw)
In-Reply-To: <20200212053035.GA382718@kroah.com>

On Tue, Feb 11, 2020 at 09:30:35PM -0800, Greg KH wrote:
> On Wed, Feb 12, 2020 at 11:19:29AM +0800, Wu Hao wrote:
> > On Mon, Feb 10, 2020 at 04:34:01PM +0000, Will Deacon wrote:
> > > Hi,
> > > 
> > > On Mon, Feb 10, 2020 at 11:47:49AM +0800, Wu Hao wrote:
> > > > This patch adds support for performance reporting private feature
> > > > for FPGA Management Engine (FME). Now it supports several different
> > > > performance counters, including 'basic', 'cache', 'fabric', 'vtd'
> > > > and 'vtd_sip'. It allows user to use standard linux tools to access
> > > > these performance counters.
> > > 
> > > I had a quick look at this, and it mostly looks alright to me. Just a few
> > > high-level comments/questions:
> > 
> > Hi Will
> > 
> > Thanks a lot for the review! :)
> > 
> > > 
> > >   - I would still prefer for the PMU drivers to live under drivers/perf/
> > 
> > Hm.. one possible way is to create a platform device, and introduce a new
> > platform device driver under drivers/perf/.
> 
> No, do not abuse platform drivers, you have a real device, use it.

Sure, thanks for the comments. Then I don't have any other idea to move code to
drivers/perf/ directory, so probably only can live with current code.

Thanks
Hao

  parent reply	other threads:[~2020-02-12 10:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-10  3:47 [PATCH v7 0/2] add performance reporting support to FPGA DFL drivers Wu Hao
2020-02-10  3:47 ` Wu Hao
     [not found] ` <1581306469-22629-1-git-send-email-hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2020-02-10  3:47   ` [PATCH v7 1/2] Documentation: fpga: dfl: add description for performance reporting support Wu Hao
2020-02-10  3:47     ` Wu Hao
2020-02-10  3:47   ` [PATCH v7 2/2] fpga: dfl: fme: add " Wu Hao
2020-02-10  3:47     ` Wu Hao
     [not found]     ` <1581306469-22629-3-git-send-email-hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2020-02-10 16:34       ` Will Deacon
2020-02-10 16:34         ` Will Deacon
2020-02-12  3:19         ` Wu Hao
2020-02-12  3:19           ` Wu Hao
2020-02-12  5:30           ` Greg KH
     [not found]             ` <20200212053035.GA382718-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2020-02-12 10:02               ` Wu Hao [this message]
2020-02-12 10:02                 ` Wu Hao
2020-02-12 13:20                 ` Greg KH
     [not found]                   ` <20200212132045.GC1789899-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2020-02-13  2:51                     ` Wu Hao
2020-02-13  2:51                       ` Wu Hao
2020-02-10 20:56       ` Greg KH
2020-02-10 20:56         ` Greg KH
2020-02-12  2:39         ` Wu Hao

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=20200212100211.GA10436@hao-dev \
    --to=hao.wu-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=atull-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-fpga-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=luwei.kang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=mdf-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=will-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=yilun.xu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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.