Merge "Add releasenote for Intel QAT driver."

This commit is contained in:
Zuul 2020-09-16 03:30:00 +00:00 committed by Gerrit Code Review
commit a31d202d6c
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.