From 34312be7a935ac9dd9ae096f392fc9a570cbb009 Mon Sep 17 00:00:00 2001 From: Sachin Saxena Date: Tue, 14 Jul 2020 17:02:42 +0530 Subject: [PATCH] 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 --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1