Re: [PATCH 1/5] PCI: add Intel QuickAssist device IDs

2020-07-01 Thread Bjorn Helgaas
Please follow the subject line convention, e.g., PCI: Add Intel QuickAssist Device IDs On Wed, Jul 01, 2020 at 12:02:58PM +0100, Giovanni Cabiddu wrote: > Add device IDs for the following Intel QuickAssist devices: DH895XCC, > C3XXX and C62X. > > The defines in this patch are going to be refer

[PATCH 1/5] PCI: add Intel QuickAssist device IDs

2020-07-01 Thread Giovanni Cabiddu
Add device IDs for the following Intel QuickAssist devices: DH895XCC, C3XXX and C62X. The defines in this patch are going to be referenced in two independent drivers, qat and vfio-pci. Signed-off-by: Giovanni Cabiddu --- include/linux/pci_ids.h | 6 ++ 1 file changed, 6 insertions(+) diff