From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH] doc: fix ethdev API port_id parameter size Date: Fri, 9 Feb 2018 09:53:58 +0000 Message-ID: <20180209095358.69136-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit , Thomas Monjalon , Boris Pismenny , Aviad Yehezkel , Radu Nicolau , Declan Doherty , Hemant Agrawal To: Neil Horman , John McNamara , Marko Kovacevic Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id CF1DD1B863 for ; Fri, 9 Feb 2018 10:54:04 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, form uint8_t to uint16_t Signed-off-by: Ferruh Yigit --- Cc: Boris Pismenny Cc: Aviad Yehezkel Cc: Radu Nicolau Cc: Declan Doherty Cc: Hemant Agrawal --- 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