This series adds support for driver directory concept based on idea by Thomas Monjalon back in February: http://dpdk.org/ml/archives/dev/2015-February/013285.html
In the process FreeBSD also gains plugin support (but untested). Panu Matilainen (5): eal: refactor plugin list append from eal_parse_args() to a helper function eal: refactor plugin init from eal_parse_args() to a helper function eal: move plugin loading to eal/common eal: add an error code to plugin init for the next step eal: add support for driver directory concept config/common_bsdapp | 3 + config/common_linuxapp | 3 + lib/librte_eal/bsdapp/eal/eal.c | 3 + lib/librte_eal/common/eal_common_options.c | 103 +++++++++++++++++++++++++++++ lib/librte_eal/common/eal_options.h | 1 + lib/librte_eal/linuxapp/eal/eal.c | 39 +---------- 6 files changed, 115 insertions(+), 37 deletions(-) -- 2.4.3