[dpdk-dev] Shared library build broken

2015-06-09 Thread Gonzalez Monroy, Sergio
On 08/06/2015 22:29, Thomas F Herbert wrote: > Sorry, > > I apologize on behalf of my fingers. I meant combined library build is > broken when PMD_BOND is selected. > > > On 6/8/15 4:14 PM, Thomas F Herbert wrote: >> I just noticed that shared library build is broking. I am building >> current mas

[dpdk-dev] Shared library build broken

2015-06-09 Thread Thomas F Herbert
On 6/9/15 5:40 AM, Gonzalez Monroy, Sergio wrote: > On 08/06/2015 22:29, Thomas F Herbert wrote: >> Sorry, >> >> I apologize on behalf of my fingers. I meant combined library build is >> broken when PMD_BOND is selected. >> >> >> On 6/8/15 4:14 PM, Thomas F Herbert wrote: >>> I just noticed that

[dpdk-dev] Shared library build broken

2015-06-08 Thread Thomas F Herbert
Sorry, I apologize on behalf of my fingers. I meant combined library build is broken when PMD_BOND is selected. On 6/8/15 4:14 PM, Thomas F Herbert wrote: > I just noticed that shared library build is broking. I am building > current master. I had to make this change to get it to build: > > -CO

[dpdk-dev] Shared library build broken

2015-06-08 Thread Thomas F Herbert
I just noticed that shared library build is broking. I am building current master. I had to make this change to get it to build: -CONFIG_RTE_LIBRTE_PMD_BOND=y +CONFIG_RTE_LIBRTE_PMD_BOND=n One of the recent bonding commits broke some dependencies I think but I didn't investigate further. test