* [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev
@ 2017-04-18 15:48 Bernard Iremonger
2017-04-26 15:02 ` Mcnamara, John
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bernard Iremonger @ 2017-04-18 15:48 UTC (permalink / raw)
To: dev; +Cc: john.mcnamara, ferruh.yigit, Bernard Iremonger
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev
2017-04-18 15:48 [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev Bernard Iremonger
@ 2017-04-26 15:02 ` Mcnamara, John
2017-05-10 23:31 ` Thomas Monjalon
2017-05-10 16:22 ` Pattan, Reshma
2017-05-10 16:31 ` Ananyev, Konstantin
2 siblings, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2017-04-26 15:02 UTC (permalink / raw)
To: Iremonger, Bernard, dev; +Cc: Yigit, Ferruh
> -----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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev
2017-04-18 15:48 [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev Bernard Iremonger
2017-04-26 15:02 ` Mcnamara, John
@ 2017-05-10 16:22 ` Pattan, Reshma
2017-05-10 16:31 ` Ananyev, Konstantin
2 siblings, 0 replies; 5+ messages in thread
From: Pattan, Reshma @ 2017-05-10 16:22 UTC (permalink / raw)
To: Iremonger, Bernard, dev; +Cc: Mcnamara, John, Yigit, Ferruh, Iremonger, Bernard
> -----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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev
2017-04-18 15:48 [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev Bernard Iremonger
2017-04-26 15:02 ` Mcnamara, John
2017-05-10 16:22 ` Pattan, Reshma
@ 2017-05-10 16:31 ` Ananyev, Konstantin
2 siblings, 0 replies; 5+ messages in thread
From: Ananyev, Konstantin @ 2017-05-10 16:31 UTC (permalink / raw)
To: Iremonger, Bernard, dev; +Cc: Mcnamara, John, Yigit, Ferruh, Iremonger, Bernard
> -----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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev
2017-04-26 15:02 ` Mcnamara, John
@ 2017-05-10 23:31 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-05-10 23:31 UTC (permalink / raw)
To: Iremonger, Bernard; +Cc: dev, Mcnamara, John, Yigit, Ferruh
> > 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-05-10 23:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-18 15:48 [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev Bernard Iremonger
2017-04-26 15:02 ` Mcnamara, John
2017-05-10 23:31 ` Thomas Monjalon
2017-05-10 16:22 ` Pattan, Reshma
2017-05-10 16:31 ` Ananyev, Konstantin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).