[dpdk-dev] doc: postpone deprecation of functions in ethdev

Message ID 1492530536-2428-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Iremonger, Bernard April 18, 2017, 3:48 p.m. UTC
  The deprecation of the bypass functions in the ethdev has not been
done in 17.05. Let's postpone to 17.08.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

John McNamara April 26, 2017, 3:02 p.m. UTC | #1
> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Tuesday, April 18, 2017 4:49 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Iremonger, Bernard <bernard.iremonger@intel.com>
> Subject: [PATCH] doc: postpone deprecation of functions in ethdev
> 
> The deprecation of the bypass functions in the ethdev has not been done in
> 17.05. Let's postpone to 17.08.
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Pattan, Reshma May 10, 2017, 4:22 p.m. UTC | #2
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger
> Sent: Tuesday, April 18, 2017 4:49 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Iremonger, Bernard
> <bernard.iremonger@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in
> ethdev
> 
> The deprecation of the bypass functions in the ethdev has not been done in
> 17.05. Let's postpone to 17.08.
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>

Acked-by: Reshma Pattan <reshma.pattan@intel.com>
  
Ananyev, Konstantin May 10, 2017, 4:31 p.m. UTC | #3
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger
> Sent: Tuesday, April 18, 2017 4:49 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>; Iremonger, Bernard
> <bernard.iremonger@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev
> 
> The deprecation of the bypass functions in the ethdev has not been
> done in 17.05. Let's postpone to 17.08.
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 00e379c00..5c44fa13e 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -40,7 +40,7 @@ Deprecation Notices
>    ``_rte_eth_dev_callback_process``. In 17.08 the function will return an ``int``
>    instead of ``void`` and a fourth parameter ``void *ret_param`` will be added.
> 
> -* ethdev: for 17.05 it is planned to deprecate the following nine rte_eth_dev_*
> +* ethdev: for 17.08 it is planned to deprecate the following nine rte_eth_dev_*
>    functions and move them into the ixgbe PMD:
> 
>    ``rte_eth_dev_bypass_init``, ``rte_eth_dev_bypass_state_set``,
> --
> 2.11.0

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
  
Thomas Monjalon May 10, 2017, 11:31 p.m. UTC | #4
> > The deprecation of the bypass functions in the ethdev has not been done in
> > 17.05. Let's postpone to 17.08.
> > 
> > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 00e379c00..5c44fa13e 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -40,7 +40,7 @@  Deprecation Notices
   ``_rte_eth_dev_callback_process``. In 17.08 the function will return an ``int``
   instead of ``void`` and a fourth parameter ``void *ret_param`` will be added.
 
-* ethdev: for 17.05 it is planned to deprecate the following nine rte_eth_dev_*
+* ethdev: for 17.08 it is planned to deprecate the following nine rte_eth_dev_*
   functions and move them into the ixgbe PMD:
 
   ``rte_eth_dev_bypass_init``, ``rte_eth_dev_bypass_state_set``,