Re: [dpdk-dev] [PATCH 8/8] log: hide internal log structure

2019-10-23 Thread David Marchand
On Tue, Oct 22, 2019 at 11:33 AM David Marchand wrote: > > No need to expose rte_logs, hide it and remove it from the current ABI. > > Signed-off-by: David Marchand > --- > lib/librte_eal/common/eal_common_log.c | 23 --- > lib/librte_eal/common/include/rte_log.h | 20 +++---

Re: [dpdk-dev] [PATCH 8/8] log: hide internal log structure

2019-10-22 Thread Stephen Hemminger
On Tue, 22 Oct 2019 11:32:41 +0200 David Marchand wrote: > No need to expose rte_logs, hide it and remove it from the current ABI. > > Signed-off-by: David Marchand > --- > lib/librte_eal/common/eal_common_log.c | 23 --- > lib/librte_eal/common/include/rte_log.h | 20 +++-

[dpdk-dev] [PATCH 8/8] log: hide internal log structure

2019-10-22 Thread David Marchand
No need to expose rte_logs, hide it and remove it from the current ABI. Signed-off-by: David Marchand --- lib/librte_eal/common/eal_common_log.c | 23 --- lib/librte_eal/common/include/rte_log.h | 20 +++- lib/librte_eal/rte_eal_version.map | 1 - 3 fil