From c39d18041a2af2eb4a1dfe9abd6a77482be4c776 Mon Sep 17 00:00:00 2001 From: Xinran Wang Date: Tue, 8 Sep 2020 01:03:09 -0400 Subject: [PATCH] Add releasenote for Intel QAT driver. Change-Id: I37118f69c2836eadb17c56a186a8442905037299 --- releasenotes/notes/fpga-driver-8b1635e92b1297c1.yaml | 2 +- releasenotes/notes/intel-qat-driver-a7b4c8f110d41e0b.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/intel-qat-driver-a7b4c8f110d41e0b.yaml diff --git a/releasenotes/notes/fpga-driver-8b1635e92b1297c1.yaml b/releasenotes/notes/fpga-driver-8b1635e92b1297c1.yaml index a53c3461..9b084419 100644 --- a/releasenotes/notes/fpga-driver-8b1635e92b1297c1.yaml +++ b/releasenotes/notes/fpga-driver-8b1635e92b1297c1.yaml @@ -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. diff --git a/releasenotes/notes/intel-qat-driver-a7b4c8f110d41e0b.yaml b/releasenotes/notes/intel-qat-driver-a7b4c8f110d41e0b.yaml new file mode 100644 index 00000000..c2d30414 --- /dev/null +++ b/releasenotes/notes/intel-qat-driver-a7b4c8f110d41e0b.yaml @@ -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.