Add releasenote for Intel QAT driver.

Change-Id: I37118f69c2836eadb17c56a186a8442905037299
This commit is contained in:
Xinran Wang 2020-09-08 01:03:09 -04:00 committed by Brin Zhang
parent 07aee5014d
commit c39d18041a
2 changed files with 9 additions and 1 deletions

View File

@ -4,5 +4,5 @@ features:
The cyborg-fpga-driver-proposal spec provides the first proposal of a cyborg
fpga driver. Two operations are supported - discover and program, although the
latter was not finished in Queens and will be in Rocky. The code implementation
starts with an Intel QAT card, but more vendor card support should be
starts with an Intel FPGA card, but more vendor card support should be
added later and the driver support should be generalized.

View File

@ -0,0 +1,8 @@
---
features:
- |
The cyborg-intel-qat-driver-proposal spec defines the Intel QAT accelerator
driver managed by Cyborg. Intel QAT card is an accelerator that can
accelerate encrytion and compression/decompression operation in data center.
It also support SR-IOV technology, each physical card can be virtualized
into mulitiple VFs.