From: Ferruh Yigit Date: Fri, 9 Feb 2018 09:53:58 +0000 (+0000) Subject: doc: announce ethdev API fix for port id size X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1d81d4f2a6a7fd02a4f1f2d89b1de048a7f74ea6;p=dpdk.git doc: announce ethdev API fix for port id size Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, from uint8_t to uint16_t. Signed-off-by: Ferruh Yigit Acked-by: Radu Nicolau Acked-by: Hemant Agrawal Acked-by: Jerin Jacob --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 42cf53f824..9b55761522 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -155,6 +155,10 @@ Deprecation Notices will be increased from 32 to 64 bits to fulfill hardware requirements. This change will break existing ABI as size of the structures will increase. +* ethdev: ``rte_eth_dev_get_sec_ctx()`` fix port id storage + ``rte_eth_dev_get_sec_ctx()`` is using ``uint8_t`` for ``port_id``, + which should be ``uint16_t``. + * i40e: The default flexible payload configuration which extracts the first 16 bytes of the payload for RSS will be deprecated starting from 18.02. If required the previous behavior can be configured using existing flow