Acked-by: Zhiyong Yang <[email protected]> -----Original Message----- From: dev <[email protected]> On Behalf Of Sachin Saxena (OSS) Sent: Tuesday, July 14, 2020 7:33 PM To: [email protected]; Yigit, Ferruh <[email protected]> Subject: [dpdk-dev] [PATCH] net/dpaa: announce extended definition of port_id in API 'rte_pmd_dpaa_set_tx_loopback'
From: Sachin Saxena <[email protected]> Signed-off-by: Sachin Saxena <[email protected]> --- 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 a58a17946..a0715e587 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -142,3 +142,6 @@ Deprecation Notices Python 2 support will be completely removed in 20.11. In 20.08, explicit deprecation warnings will be displayed when running scripts with Python 2. + +* pmd_dpaa: The API ``rte_pmd_dpaa_set_tx_loopback`` will have extended ``port_id`` + definition from uint8_t to uint16_t. -- 2.24.1

