X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_17_08.rst;h=561d46450949e4e5ff49a32467b3399274b63e44;hb=acf8616901b54af120758360488f72718f651768;hp=9b33da2f5627e1bd45a3f4700f447f31f1f2cbb5;hpb=9a07818ba3c5a9550910b9ef0d944aa7c588e291;p=dpdk.git diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst index 9b33da2f56..561d464509 100644 --- a/doc/guides/rel_notes/release_17_08.rst +++ b/doc/guides/rel_notes/release_17_08.rst @@ -85,6 +85,25 @@ New Features Added support for firmwares with multiple Ethernet ports per physical port. +* **Reorganized the symmetric crypto operation structure.** + + The crypto operation (``rte_crypto_sym_op``) has been reorganized as follows: + + * Removed field ``rte_crypto_sym_op_sess_type``. + * Replaced pointer and physical address of IV with offset from the start + of the crypto operation. + * Moved length and offset of cipher IV to ``rte_crypto_cipher_xform``. + +* **Reorganized the crypto operation structure.** + + The crypto operation (``rte_crypto_op``) has been reorganized as follows: + + * Added field ``rte_crypto_op_sess_type``. + * Enumerations ``rte_crypto_op_status`` and ``rte_crypto_op_type`` + have been modified to be uint8_t values. + * Removed the field ``opaque_data``. + * Pointer to ``rte_crypto_sym_op`` has been replaced with a zero length array. + Resolved Issues --------------- @@ -168,6 +187,18 @@ ABI Changes Also, make sure to start the actual text at the margin. ========================================================= +* **Reorganized the crypto operation structures.** + + Some fields have been modified in the ``rte_crypto_op`` and ``rte_crypto_sym_op`` + structures, as described in the `New Features`_ section. + +* **Reorganized the ``rte_crypto_sym_cipher_xform`` structure.** + + * Added cipher IV length and offset parameters. + +* **Reorganized the ``rte_crypto_sym_auth_xform`` structure.** + + * Added authentication IV length and offset parameters. Shared Library Versions @@ -192,7 +223,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_bitratestats.so.1 librte_cfgfile.so.2 librte_cmdline.so.2 - librte_cryptodev.so.2 + + librte_cryptodev.so.3 librte_distributor.so.1 librte_eal.so.4 librte_ethdev.so.6