]> git.droids-corp.org - dpdk.git/commitdiff
doc: postpone legacy log functions removal
authorThomas Monjalon <thomas@monjalon.net>
Thu, 3 Aug 2017 14:29:34 +0000 (16:29 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 7 Aug 2017 22:14:59 +0000 (00:14 +0200)
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")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
doc/guides/rel_notes/deprecation.rst

index 72aa4049503f28c9cf8162624c49b9681c655637..c6d8ab24edb8ed9ecd343f80a337cd646d515180 100644 (file)
@@ -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``