All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix ethdev API port_id parameter size
@ 2018-02-09  9:53 Ferruh Yigit
  2018-02-09 13:18 ` Nicolau, Radu
  0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2018-02-09  9:53 UTC (permalink / raw)
  To: Neil Horman, John McNamara, Marko Kovacevic
  Cc: dev, Ferruh Yigit, Thomas Monjalon, Boris Pismenny,
	Aviad Yehezkel, Radu Nicolau, Declan Doherty, Hemant Agrawal

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@intel.com>
---
Cc: Boris Pismenny <borisp@mellanox.com>
Cc: Aviad Yehezkel <aviadye@mellanox.com>
Cc: Radu Nicolau <radu.nicolau@intel.com>
Cc: Declan Doherty <declan.doherty@intel.com>
Cc: Hemant Agrawal <hemant.agrawal@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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-02-14 17:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09  9:53 [PATCH] doc: fix ethdev API port_id parameter size Ferruh Yigit
2018-02-09 13:18 ` Nicolau, Radu
2018-02-09 15:01   ` Hemant Agrawal
2018-02-10 12:01     ` Jerin Jacob
2018-02-14 17:25       ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.