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

2020-07-14 Thread Bjorn Helgaas
On Tue, Jul 14, 2020 at 07:36:06AM +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 referenced in two independent > drivers, qat and vfio-pci. > > Signed-off-by: Giovanni Cabiddu

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

2020-07-13 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