RE: [PATCH v3 1/2] crypto/qat: add cipher-crc offload support to fw interface

2023-03-16 Thread Ji, Kai
Acked-by: Kai Ji > -Original Message- > From: O'Sullivan, Kevin > Sent: Monday, March 13, 2023 2:26 PM > To: dev@dpdk.org > Cc: Ji, Kai ; O'Sullivan, Kevin > ; Coyle, David > Subject: [PATCH v3 1/2] crypto/qat: add cipher-crc offload support to fw &

[PATCH v3 1/2] crypto/qat: add cipher-crc offload support to fw interface

2023-03-13 Thread Kevin O'Sullivan
This patch adds support to the QAT firmware interface header files for the combined cipher-crc offload feature for DOCSIS on gen2/gen3/ gen4 QAT devices. The main change is that new structures have been added for the crc content descriptor for the various generations. Signed-off-by: Kevin O'Sulliv