All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Oded Gabbay <oded.gabbay@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org
Subject: Re: [PATCH] pci: add class codes for processing accelerators
Date: Thu, 23 Nov 2017 15:11:31 +0100	[thread overview]
Message-ID: <20171123141131.GA1801@kroah.com> (raw)
In-Reply-To: <1511445862-4383-1-git-send-email-oded.gabbay@gmail.com>

On Thu, Nov 23, 2017 at 04:04:22PM +0200, Oded Gabbay wrote:
> Add PCI codes to include/linux/pci_ids.h for Processing Accelerators. There
> are new ASICs (now in development) for Deep Learning that will utilize this
> base class.
> 
> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
> ---
>  include/linux/pci_ids.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index ab20dc5..4c210cd 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -139,6 +139,9 @@
>  #define PCI_CLASS_SP_DPIO		0x1100
>  #define PCI_CLASS_SP_OTHER		0x1180
>  
> +#define PCI_BASE_CLASS_PROCESSING_ACCELERATOR	0x12
> +#define PCI_CLASS_PA_VENDOR_SPECIFIC		0x1200

Did you read the top of this file?

And if these really do belong here, then it should go in as part of a
patch series that contains a driver that uses these values.

thanks,

greg k-h

  reply	other threads:[~2017-11-23 14:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-23 14:04 [PATCH] pci: add class codes for processing accelerators Oded Gabbay
2017-11-23 14:11 ` Greg KH [this message]
2017-11-23 14:14   ` Oded Gabbay

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=20171123141131.GA1801@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=oded.gabbay@gmail.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.