All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mohammed Gamal <mgamal@redhat.com>
To: "K. Y. Srinivasan" <kys@microsoft.com>,
	Stephen Hemminger <sthemmin@microsoft.com>,
	stable@vger.kernel.org
Subject: Re: [RHEL7.6 PATCH 35/37] Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
Date: Fri, 20 Apr 2018 18:55:25 +0200	[thread overview]
Message-ID: <1524243325.5717.3.camel@redhat.com> (raw)
In-Reply-To: <1524241783-22489-36-git-send-email-mgamal@redhat.com>

On Fri, 2018-04-20 at 18:29 +0200, Mohammed Gamal wrote:
> The pci-hyperv driver's channel callback hv_pci_onchannelcallback()
> is not
> really a hot path, so we don't need to mark it as a perf_device,
> meaning
> with this patch all HV_PCIE channels' target_cpu will be CPU0.
> 
> Signed-off-by: Dexuan Cui <decui@microsoft.com>
> Cc: stable@vger.kernel.org
> Cc: Stephen Hemminger <sthemmin@microsoft.com>
> Cc: K. Y. Srinivasan <kys@microsoft.com>
> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> (cherry picked from commit 238064f13d057390a8c5e1a6a80f4f0a0ec46499)
> 
> Signed-off-by: Mohammed Gamal <mgamal@redhat.com>
> ---
>  drivers/hv/channel_mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
> index c6d9d19..ecc2bd2 100644
> --- a/drivers/hv/channel_mgmt.c
> +++ b/drivers/hv/channel_mgmt.c
> @@ -71,7 +71,7 @@ static const struct vmbus_device vmbus_devs[] = {
>  	/* PCIE */
>  	{ .dev_type = HV_PCIE,
>  	  HV_PCIE_GUID,
> -	  .perf_device = true,
> +	  .perf_device = false,
>  	},
>  
>  	/* Synthetic Frame Buffer */

Please ignore this and the other patches I sent to stable@vger.kernel.o
rg. This was a mistake when setting git send-email flags.

Sorry.

      reply	other threads:[~2018-04-20 16:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1524241783-22489-1-git-send-email-mgamal@redhat.com>
2018-04-20 16:29 ` [RHEL7.6 PATCH 22/37] Drivers: hv: vmbus: Fix a rescind issue Mohammed Gamal
2018-04-23 22:00   ` Bruno E. O. Meneguele
2018-04-20 16:29 ` [RHEL7.6 PATCH 35/37] Drivers: hv: vmbus: do not mark HV_PCIE as perf_device Mohammed Gamal
2018-04-20 16:55   ` Mohammed Gamal [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=1524243325.5717.3.camel@redhat.com \
    --to=mgamal@redhat.com \
    --cc=kys@microsoft.com \
    --cc=stable@vger.kernel.org \
    --cc=sthemmin@microsoft.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 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.