log: deprecate history dump
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Jun 2016 13:49:48 +0000 (15:49 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 10 Jun 2016 13:08:57 +0000 (15:08 +0200)
commita3f34a98b7217f4ff2a8636096984f566a4e7cab
treefc37f8efbf3aafeb8db9b4ee1098648d7140d213
parentbf5a46fa597248909f6a4e41a9a8467dcc3df21a
log: deprecate history dump

The log history uses rte_mempool. In order to remove the mempool
dependency in EAL (and improve the build), this feature is deprecated.
The ABI is kept but the behaviour is now voided because it seems this
function was not used. The history can be read from syslog.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
15 files changed:
app/test-pmd/cmdline.c
app/test/autotest_data.py
app/test/autotest_test_funcs.py
app/test/commands.c
app/test/test_logs.c
doc/guides/prog_guide/mempool_lib.rst
doc/guides/rel_notes/deprecation.rst
lib/librte_eal/bsdapp/eal/Makefile
lib/librte_eal/bsdapp/eal/eal_debug.c
lib/librte_eal/common/eal_common_log.c
lib/librte_eal/common/eal_private.h
lib/librte_eal/common/include/rte_log.h
lib/librte_eal/linuxapp/eal/eal_debug.c
lib/librte_eal/linuxapp/eal/eal_log.c
lib/librte_mempool/rte_mempool.c