From: Alex Williamson <alex.williamson@redhat.com>
To: Bjorn Helgaas <helgaas@kernel.org>
Cc: Huacai Chen <chenhc@lemote.com>,
Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, Dave Airlie <airlied@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>, Jiri Pirko <jiri@resnulli.us>,
Huacai Chen <chenhuacai@gmail.com>,
Jiaxun Yang <jiaxun.yang@flygoat.com>,
Kirti Wankhede <kwankhede@nvidia.com>,
kvm@vger.kernel.org
Subject: Re: [PATCH] PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
Date: Fri, 10 Jul 2020 08:29:32 -0600 [thread overview]
Message-ID: <20200710082932.65984c88@x1.home> (raw)
In-Reply-To: <20200709220324.GA21641@bjorn-Precision-5520>
On Thu, 9 Jul 2020 17:03:24 -0500
Bjorn Helgaas <helgaas@kernel.org> wrote:
> [+cc Kirti, Alex, kvm]
>
> On Wed, Jul 08, 2020 at 03:59:30PM +0800, Huacai Chen wrote:
> > Instead of duplicating the PCI_VENDOR_ID_REDHAT definition everywhere,
> > move it to include/linux/pci_ids.h is better.
> >
> > Signed-off-by: Huacai Chen <chenhc@lemote.com>
>
> Applied with Gerd's ack to pci/misc for v5.9, thanks!
>
> I also updated this in samples/vfio-mdev/mdpy-defs.h:
>
> -#define MDPY_PCI_VENDOR_ID 0x1b36 /* redhat */
> +#define MDPY_PCI_VENDOR_ID PCI_VENDOR_ID_REDHAT
Thanks, Bjorn!
Alex
> > ---
> > drivers/gpu/drm/qxl/qxl_dev.h | 2 --
> > drivers/net/ethernet/rocker/rocker_hw.h | 1 -
> > include/linux/pci_ids.h | 2 ++
> > 3 files changed, 2 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/qxl/qxl_dev.h b/drivers/gpu/drm/qxl/qxl_dev.h
> > index a0ee416..a7bc31f 100644
> > --- a/drivers/gpu/drm/qxl/qxl_dev.h
> > +++ b/drivers/gpu/drm/qxl/qxl_dev.h
> > @@ -131,8 +131,6 @@ enum SpiceCursorType {
> >
> > #pragma pack(push, 1)
> >
> > -#define REDHAT_PCI_VENDOR_ID 0x1b36
> > -
> > /* 0x100-0x11f reserved for spice, 0x1ff used for unstable work */
> > #define QXL_DEVICE_ID_STABLE 0x0100
> >
> > diff --git a/drivers/net/ethernet/rocker/rocker_hw.h b/drivers/net/ethernet/rocker/rocker_hw.h
> > index 59f1f8b..62fd84c 100644
> > --- a/drivers/net/ethernet/rocker/rocker_hw.h
> > +++ b/drivers/net/ethernet/rocker/rocker_hw.h
> > @@ -25,7 +25,6 @@ enum {
> >
> > #define ROCKER_FP_PORTS_MAX 62
> >
> > -#define PCI_VENDOR_ID_REDHAT 0x1b36
> > #define PCI_DEVICE_ID_REDHAT_ROCKER 0x0006
> >
> > #define ROCKER_PCI_BAR0_SIZE 0x2000
> > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> > index 0ad5769..5c709a1 100644
> > --- a/include/linux/pci_ids.h
> > +++ b/include/linux/pci_ids.h
> > @@ -2585,6 +2585,8 @@
> >
> > #define PCI_VENDOR_ID_ASMEDIA 0x1b21
> >
> > +#define PCI_VENDOR_ID_REDHAT 0x1b36
> > +
> > #define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0x1c36
> >
> > #define PCI_VENDOR_ID_CIRCUITCO 0x1cc8
> > --
> > 2.7.0
> >
>
prev parent reply other threads:[~2020-07-10 14:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-08 7:59 [PATCH] PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h Huacai Chen
2020-07-08 10:31 ` Gerd Hoffmann
2020-07-09 22:03 ` Bjorn Helgaas
2020-07-10 14:29 ` Alex Williamson [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=20200710082932.65984c88@x1.home \
--to=alex.williamson@redhat.com \
--cc=airlied@redhat.com \
--cc=bhelgaas@google.com \
--cc=chenhc@lemote.com \
--cc=chenhuacai@gmail.com \
--cc=helgaas@kernel.org \
--cc=jiaxun.yang@flygoat.com \
--cc=jiri@resnulli.us \
--cc=kraxel@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=kwankhede@nvidia.com \
--cc=linux-pci@vger.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).