[dpdk-dev] [PATCH] config: fix combined/shared lib

2013-10-30 Thread Thomas Monjalon
30/10/2013 09:53, Olivier MATZ : > acked > > Just one remark about the commit log: if I understand well, the > issue related to the quote not properly removed in "make context" > is triggered by the quotes you added in the defconfig. I would reword > the commit log a bit to highlight it. I've pus

[dpdk-dev] [PATCH] config: fix combined/shared lib

2013-10-30 Thread Olivier MATZ
Hi Thomas, > - Configuration for combined and shared library was only in > the template defconfig_x86_64-default-linuxapp-gcc. > - CONFIG_RTE_LIBNAME was in the wrong section > - CONFIG_RTE_LIBNAME quotes were not properly removed in "make context" > - RTE_LIBNAME had no quote in "C context" (

[dpdk-dev] [PATCH] config: fix combined/shared lib

2013-10-23 Thread Thomas Monjalon
- Configuration for combined and shared library was only in the template defconfig_x86_64-default-linuxapp-gcc. - CONFIG_RTE_LIBNAME was in the wrong section - CONFIG_RTE_LIBNAME quotes were not properly removed in "make context" - RTE_LIBNAME had no quote in "C context" (include/rte_config.h) Sig