Re: [dpdk-dev] [PATCH v2 08/12] log: hide internal log structure

2019-10-25 Thread Kevin Traynor
On 24/10/2019 17:30, Thomas Monjalon wrote: > 23/10/2019 20:54, David Marchand: >> No need to expose rte_logs, hide it and remove it from the current ABI. >> >> Signed-off-by: David Marchand >> Acked-by: Stephen Hemminger > [...] >> --- a/lib/librte_eal/common/include/rte_log.h >> +++ b/lib/librt

Re: [dpdk-dev] [PATCH v2 08/12] log: hide internal log structure

2019-10-24 Thread Thomas Monjalon
23/10/2019 20:54, David Marchand: > No need to expose rte_logs, hide it and remove it from the current ABI. > > Signed-off-by: David Marchand > Acked-by: Stephen Hemminger [...] > --- a/lib/librte_eal/common/include/rte_log.h > +++ b/lib/librte_eal/common/include/rte_log.h > -struct rte_log_dyna

[dpdk-dev] [PATCH v2 08/12] log: hide internal log structure

2019-10-23 Thread David Marchand
No need to expose rte_logs, hide it and remove it from the current ABI. Signed-off-by: David Marchand Acked-by: Stephen Hemminger --- Changelog since v1: - updated release notes, --- doc/guides/rel_notes/release_19_11.rst | 2 ++ lib/librte_eal/common/eal_common_log.c | 23 -