Hi Declan, 2014-06-29 18:49, Declan Doherty: > This patchset contains the name change fix in the link bonding library > makefile. I have also put a change into the unit test application makefile > so that the link bonding tests are not built if the library is also not > being built. It doesn't make sense to split the bonding libraries APIs into > a seperate library, as they are directly coupled to with the bonding > library implmentation
You fixed optional building but there is still an issue when building shared library. As you don't want to split the library to separate the PMD plugin from the specific API, I suggest to not consider it as a plugin (unlike other PMDs). I've sent some patches about these 2 topics. If you agree, I'll apply them, merged with your serie. Thanks -- Thomas