[dpdk-dev] doc: postpone legacy log functions removal

Message ID 20170803142934.13681-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Headers

Checks

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

Commit Message

Thomas Monjalon Aug. 3, 2017, 2:29 p.m. UTC
  The replacement function rte_log_get_level() has just been implemented
in 17.08. Better to postpone the removal of legacy functions to 17.11.

Fixes: 4f0981e6ec6c ("eal: deprecate log functions")
Cc: olivier.matz@6wind.com

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/rel_notes/deprecation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

John McNamara Aug. 3, 2017, 4:09 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Thursday, August 3, 2017 3:30 PM
> To: dev@dpdk.org
> Cc: olivier.matz@6wind.com
> Subject: [dpdk-dev] [PATCH] doc: postpone legacy log functions removal
> 
> The replacement function rte_log_get_level() has just been implemented in
> 17.08. Better to postpone the removal of legacy functions to 17.11.
> 
> Fixes: 4f0981e6ec6c ("eal: deprecate log functions")
> Cc: olivier.matz@6wind.com
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Olivier Matz Aug. 6, 2017, 7:54 a.m. UTC | #2
On Thu, 3 Aug 2017 16:09:02 +0000
"Mcnamara, John" <john.mcnamara@intel.com> wrote:

> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> > Sent: Thursday, August 3, 2017 3:30 PM
> > To: dev@dpdk.org
> > Cc: olivier.matz@6wind.com
> > Subject: [dpdk-dev] [PATCH] doc: postpone legacy log functions removal
> > 
> > The replacement function rte_log_get_level() has just been implemented in
> > 17.08. Better to postpone the removal of legacy functions to 17.11.
> > 
> > Fixes: 4f0981e6ec6c ("eal: deprecate log functions")
> > Cc: olivier.matz@6wind.com
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>  
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> 

Acked-by: Olivier Matz <olivier.matz@6wind.com>

Thanks Thomas
  
Thomas Monjalon Aug. 7, 2017, 10:15 p.m. UTC | #3
> > > The replacement function rte_log_get_level() has just been implemented in
> > > 17.08. Better to postpone the removal of legacy functions to 17.11.
> > > 
> > > Fixes: 4f0981e6ec6c ("eal: deprecate log functions")
> > > Cc: olivier.matz@6wind.com
> > > 
> > > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>  
> > 
> > Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> Acked-by: Olivier Matz <olivier.matz@6wind.com>
> 
> Thanks Thomas

Applied
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index f6bd91043..7b1997058 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -9,7 +9,7 @@  Deprecation Notices
 -------------------
 
 * eal: the following functions are deprecated starting from 17.05 and will
-  be removed in 17.08:
+  be removed in 17.11:
 
   - ``rte_set_log_level``, replaced by ``rte_log_set_global_level``
   - ``rte_get_log_level``, replaced by ``rte_log_get_global_level``