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

2014-12-31 Thread Neil Horman
On Wed, Dec 31, 2014 at 10:37:45PM -0500, Neil Horman wrote: > On Wed, Dec 31, 2014 at 10:50:10AM -0600, Lyn M wrote: > > Neil, > > When I build DPDK 1.8.0 with the default value > > CONFIG_RTE_BUILD_COMBINE_LIBS=n, > > I am able to run the testpmd successfully. So, that does appear to be the > >

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

2014-12-31 Thread Neil Horman
On Wed, Dec 31, 2014 at 10:50:10AM -0600, Lyn M wrote: > Neil, > When I build DPDK 1.8.0 with the default value > CONFIG_RTE_BUILD_COMBINE_LIBS=n, > I am able to run the testpmd successfully. So, that does appear to be the > culprit. > The objdump -t output for testpmd (with COMBINE_LIBS=n and CO

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

2014-12-31 Thread Lyn M
Neil, When I build DPDK 1.8.0 with the default value CONFIG_RTE_BUILD_COMBINE_LIBS=n, I am able to run the testpmd successfully. So, that does appear to be the culprit. The objdump -t output for testpmd (with COMBINE_LIBS=n and COMBINE_LIBS=y) files are here: https://www.dropbox.com/sh/6os9yfn22jj

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

2014-12-31 Thread Neil Horman
On Wed, Dec 31, 2014 at 08:18:34AM -0600, Lyn M wrote: > Neil, to build DPDK, I am doing the following steps: > 1) download DPDK tarball (1.7.1 or 1.8.0) from > http://dpdk.org/browse/dpdk/refs/ > 2) untar > 3) edit config/common_linuxapp and change CONFIG_RTE_BUILD_COMBINE_LIBS > from "n" to "y" >

[dpdk-dev] Air conditioner reapir man is running late, ergo ill be delayed.

2014-12-31 Thread Alex Markuze

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

2014-12-31 Thread Lyn M
Neil, to build DPDK, I am doing the following steps: 1) download DPDK tarball (1.7.1 or 1.8.0) from http://dpdk.org/browse/dpdk/refs/ 2) untar 3) edit config/common_linuxapp and change CONFIG_RTE_BUILD_COMBINE_LIBS from "n" to "y" 4) follow all of the steps in http://dpdk.org/doc/quick-start When