mbox series

[v5,0/2] common/qat: support GEN2 QAT device 200xx

Message ID 20200727101408.3539-1-adamx.dybkowski@intel.com (mailing list archive)
Headers
Series common/qat: support GEN2 QAT device 200xx |

Message

Dybkowski, AdamX July 27, 2020, 10:14 a.m. UTC
  This adds pci detection and documentation for Intel GEN2
QuickAssist device 200xx (PF Did 0x18ee, VF Did 0x18ef).

v2:
* rename the device
v3:
* improve release notes
v4:
* simplify release notes
v5:
* split actual implementation patch and additional release notes update

Adam Dybkowski (2):
  common/qat: support GEN2 QAT device 200xx
  doc: update QAT PMD release notes

 doc/guides/cryptodevs/qat.rst          | 7 +++++--
 doc/guides/rel_notes/release_20_08.rst | 8 +++++---
 drivers/common/qat/qat_device.c        | 6 +++++-
 3 files changed, 15 insertions(+), 6 deletions(-)
  

Comments

Akhil Goyal July 28, 2020, 8:05 p.m. UTC | #1
> -----Original Message-----
> From: Adam Dybkowski <adamx.dybkowski@intel.com>
> Sent: Monday, July 27, 2020 3:44 PM
> To: dev@dpdk.org; fiona.trahe@intel.com; Akhil Goyal <akhil.goyal@nxp.com>
> Cc: Adam Dybkowski <adamx.dybkowski@intel.com>
> Subject: [PATCH v5 0/2] common/qat: support GEN2 QAT device 200xx
> 
> This adds pci detection and documentation for Intel GEN2
> QuickAssist device 200xx (PF Did 0x18ee, VF Did 0x18ef).
> 
> v2:
> * rename the device
> v3:
> * improve release notes
> v4:
> * simplify release notes
> v5:
> * split actual implementation patch and additional release notes update
> 
> Adam Dybkowski (2):
>   common/qat: support GEN2 QAT device 200xx
>   doc: update QAT PMD release notes
> 
>  doc/guides/cryptodevs/qat.rst          | 7 +++++--
>  doc/guides/rel_notes/release_20_08.rst | 8 +++++---
>  drivers/common/qat/qat_device.c        | 6 +++++-
>  3 files changed, 15 insertions(+), 6 deletions(-)
> 
Applied to dpdk-next-crypto

Thanks.