[dpdk-dev] [PATCH] doc: fix ethdev API port_id parameter size

Ferruh Yigit ferruh.yigit at intel.com
Fri Feb 9 10:53:58 CET 2018


Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, form
uint8_t to uint16_t

Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
Cc: Boris Pismenny <borisp at mellanox.com>
Cc: Aviad Yehezkel <aviadye at mellanox.com>
Cc: Radu Nicolau <radu.nicolau at intel.com>
Cc: Declan Doherty <declan.doherty at intel.com>
Cc: Hemant Agrawal <hemant.agrawal at nxp.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index d59ad5988..bbd9456a7 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -45,6 +45,10 @@ Deprecation Notices
   Target release for removal of the legacy API will be defined once most
   PMDs have switched to rte_flow.
 
+* 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
-- 
2.14.3



More information about the dev mailing list