From: Sachin Saxena Date: Tue, 14 Jul 2020 11:32:42 +0000 (+0530) Subject: doc: announce dpaa-specific API parameter change X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=34312be7a935ac9dd9ae096f392fc9a570cbb009;p=dpdk.git doc: announce dpaa-specific API parameter change 'port_id' storage size should be 'uint16_t', the API 'rte_pmd_dpaa_set_tx_loopback()' has it as 'uint8_t' but fixing it is an ABI breakage, that is why planning the fix in v20.11 release where ABI breakage is allowed. Signed-off-by: Sachin Saxena Acked-by: Ferruh Yigit Acked-by: Hemant Agrawal Acked-by: Zhiyong Yang --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 99c98062ff..ea4cfa7a48 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -117,6 +117,9 @@ Deprecation Notices experimental in v20.11 DPDK release. For more details, please see `the thread `_. +* pmd_dpaa: The API ``rte_pmd_dpaa_set_tx_loopback`` will have extended + ``port_id`` definition from ``uint8_t`` to ``uint16_t``. + * cryptodev: support for using IV with all sizes is added, J0 still can be used but only when IV length in following structs ``rte_crypto_auth_xform``, ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal