> > This mini-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). > > > > v4: - introduce error-early behavior for invalid plugin paths > > - support directories via the existing -d option instead of adding new > > > > v3: - merge the first commits > > > > v2: - move code to eal/common > > - add bsd support > > > > Panu Matilainen (2): > > eal: move plugin loading to eal/common > > eal: add support for driver directory concept > > > checkpatch complains for some indent problem (Thomas, can you fix this ?), > but the rest looks good to me. > > Acked-by: David Marchand <david.marchand at 6wind.com> > > Thanks Panu.
Applied, thanks