[dpdk-dev] [PATCH v3] log: deprecate history dump

2016-06-10 Thread Thomas Monjalon
> > 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-of

[dpdk-dev] [PATCH v3] log: deprecate history dump

2016-06-10 Thread David Marchand
On Fri, Jun 10, 2016 at 12:10 AM, Thomas Monjalon wrote: > 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

[dpdk-dev] [PATCH v3] log: deprecate history dump

2016-06-10 Thread Thomas Monjalon
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