doc: announce ethdev API fix for port id size
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 9 Feb 2018 09:53:58 +0000 (09:53 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 14 Feb 2018 17:31:14 +0000 (18:31 +0100)
Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size,
from uint8_t to uint16_t.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Radu Nicolau <radu.nicolau@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
doc/guides/rel_notes/deprecation.rst

index 42cf53f..9b55761 100644 (file)
@@ -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