[dpdk-dev] [PATCH] rte.app.mk: whole-archive should be used with COMBINED_LIB

2015-01-02 Thread Neil Horman
When building static archives with CONFIG_COMBINED_LIBS, we still need to specify --whole-archive to pull in all the proper constructors. Signed-off-by: Neil Horman Reported-by: Lyn M Tested-by: Lyn M CC: Lyn M CC: Thomas Monjalon --- mk/rte.app.mk | 8 1 file changed, 4 insertions(

[dpdk-dev] l3fwd error, port 0 is not present on the board

2015-01-02 Thread Neil Horman
On Fri, Jan 02, 2015 at 09:07:40AM -0600, Lyn M wrote: > Neil, your patch works. I am now able to run testpmd, as well as l3fwd > with DPDK 1.8.0 and CONFIG_RTE_BUILD_COMBINE_LIBS=y. Thank you much! > I'll post it for official review shortly. > In my original post, I thought my choice of hex po

[dpdk-dev] l3fwd error, port 0 is not present on the board

2015-01-02 Thread Lyn M
Neil, your patch works. I am now able to run testpmd, as well as l3fwd with DPDK 1.8.0 and CONFIG_RTE_BUILD_COMBINE_LIBS=y. Thank you much! In my original post, I thought my choice of hex portmask -p 0x3 was causing this issue -- now I know that was not the case. But, I am still curious about h