doc: add known issue with QAT
authorFiona Trahe <fiona.trahe@intel.com>
Thu, 10 Nov 2016 17:27:21 +0000 (17:27 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 12 Nov 2016 21:48:00 +0000 (22:48 +0100)
Issue is with the digest appended feature on QAT PMD.
A workaround is also documented.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: John Griffin <john.griffin@intel.com>
doc/guides/rel_notes/release_16_11.rst

index 365b5a3..b54909b 100644 (file)
@@ -213,6 +213,18 @@ Known Issues
   Therefore, in order to use L3fwd-power, vector mode should be disabled
   from the config file.
 
   Therefore, in order to use L3fwd-power, vector mode should be disabled
   from the config file.
 
+* **Digest address must be supplied for crypto auth operation on QAT PMD.**
+
+  The cryptodev API specifies that if the rte_crypto_sym_op.digest.data field,
+  and by inference the digest.phys_addr field which points to the same location,
+  is not set for an auth operation the driver is to understand that the digest
+  result is located immediately following the region over which the digest is
+  computed. The QAT PMD doesn't correctly handle this case and reads and writes
+  to an incorrect location.
+
+  Callers can workaround this by always supplying the digest virtual and
+  physical address fields in the rte_crypto_sym_op for an auth operation.
+
 
 API Changes
 -----------
 
 API Changes
 -----------