After applying this patch there are doxygen issues: bill@Ubuntu15:~/linaro/hongbo$ make doxygen-html rm -rf doc/output make --directory=./doc/images make[1]: Entering directory '/home/bill/linaro/hongbo/doc/images' mscgen -T svg -i resource_management.msc -o resource_management.svg make[1]: Leaving directory '/home/bill/linaro/hongbo/doc/images' SRCDIR='.' PROJECT='OpenDataPlane' DOCDIR='doc/output' VERSION='1.6.0.0.git416.gda5c983' WITH_PLATFORM='linux-generic' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES' /usr/bin/doxygen ./doc/application-api-guide/doxygen.cfg /home/bill/linaro/hongbo/include/odp/api/align.h:50: warning: documentation for unknown define ODP_CACHE_LINE_SIZE found.
On Fri, Jan 29, 2016 at 2:49 AM, <[email protected]> wrote: > From: Hongbo Zhang <[email protected]> > > This is for bug https://bugs.linaro.org/show_bug.cgi?id=1881 > > This is on top of latest api-next branch because the latest > platform/linux-generic/arch/ directory is needed, so I use "API-NEXT" tag > > There should be some check patch warnings for patch 4, because when new > symlink is added in patch, there will be warnings like the following but > they should be acceptable: > > WARNING: adding a line without newline at end of file > #89: FILE: platform/linux-generic/arch/arm/odp_cpu_arch.c:1: > +../linux/odp_cpu_arch.c > > CHECK: spaces preferred around that '/' (ctx:VxV) > #89: FILE: platform/linux-generic/arch/arm/odp_cpu_arch.c:1: > +../linux/odp_cpu_arch.c > ^ > > CHECK: spaces preferred around that '/' (ctx:VxV) > #89: FILE: platform/linux-generic/arch/arm/odp_cpu_arch.c:1: > +../linux/odp_cpu_arch.c > > > Hongbo Zhang (4): > linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file > linux-generic: separate MIPS ODP_CACHE_LINE_SIZE to its arch file > linux-generic: separate PowerPC ODP_CACHE_LINE_SIZE to its arch file > linux-generic: create ARM files and move ARM ODP_CACHE_LINE_SIZE in it > > configure.ac | 1 + > platform/linux-generic/Makefile.am | 2 ++ > platform/linux-generic/arch/arm/odp/cpu_arch.h | 24 > +++++++++++++++++++++ > platform/linux-generic/arch/arm/odp_cpu_arch.c | 1 + > .../linux-generic/arch/arm/odp_sysinfo_parse.c | 1 + > platform/linux-generic/arch/mips64/odp/cpu_arch.h | 2 ++ > platform/linux-generic/arch/powerpc/odp/cpu_arch.h | 25 > +++++++++++++++++++++- > platform/linux-generic/arch/x86/odp/cpu_arch.h | 2 ++ > platform/linux-generic/include/odp/align.h | 20 ----------------- > .../linux-generic/include/odp_align_internal.h | 1 + > 10 files changed, 58 insertions(+), 21 deletions(-) > create mode 100644 platform/linux-generic/arch/arm/odp/cpu_arch.h > create mode 120000 platform/linux-generic/arch/arm/odp_cpu_arch.c > create mode 120000 platform/linux-generic/arch/arm/odp_sysinfo_parse.c > mode change 120000 => 100644 > platform/linux-generic/arch/powerpc/odp/cpu_arch.h > > -- > 2.1.4 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp >
_______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
