> > This patch series resolves build errors I encountered after disabling some > > parts > > of the dpdk. > > > > - simplified app/*/Makefile, > > - fixed some build error when disabling refcnt, > > - removed dead code (reference to pm_autotest), > > - reworked all the tests from app/test to use a dynamic register mechanism > > (this makes it easier to enable/disable them), > > - reworked app/test Makefile to only enable the relevant tests. > > > > Changes since v1: > > - fixed typo in first patch (RTE_CONFIG.. in app/test/Makefile) > > > > > This looks like a good idea to me, simplifies the code and the boiler-plate > work to be done when adding new tests. > > Series Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied for version 1.7.1. Glad to see some cleanup. Thanks -- Thomas