X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Fdeprecation.rst;h=ba39c2d621f67af6d8d87aa0e96fe0e3c08c95a9;hb=f4dc5af2628fd45aed5ae4cbaae5363e3fa16ddb;hp=d5a79a3622fc2f5149ec35c46300a3ea4dcbaa8f;hpb=2ad46e68317e4fd1ed4df35fd493e7430293c415;p=dpdk.git diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index d5a79a3622..ba39c2d621 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -83,3 +83,7 @@ Deprecation Notices - Member ``uint64_t ff_disable`` in ``rte_cryptodev_config`` The field would be added in v19.08. + +* cryptodev: the ``uint8_t *data`` member of ``key`` structure in the xforms + structure (``rte_crypto_cipher_xform``, ``rte_crypto_auth_xform``, and + ``rte_crypto_aead_xform``) will be changed to ``const uint8_t *data``.