[dpdk-dev] [PATCH 2/2] eal: add support for driver directory concept

2015-10-21 Thread Panu Matilainen
On 10/21/2015 11:44 AM, Thomas Monjalon wrote: > 2015-10-21 11:29, Panu Matilainen: >> Add a new EAL option -D for loading all drivers from a given directory. >> Additionally a default driver directory can be set in build-time >> configuration, in which case it will be always be used when EAL is >>

[dpdk-dev] [PATCH 2/2] eal: add support for driver directory concept

2015-10-21 Thread Panu Matilainen
Add a new EAL option -D for loading all drivers from a given directory. Additionally a default driver directory can be set in build-time configuration, in which case it will be always be used when EAL is initialized (but can be overridden or disabled with -D). This simplifies usage in shared libra

[dpdk-dev] [PATCH 2/2] eal: add support for driver directory concept

2015-10-21 Thread Thomas Monjalon
2015-10-21 11:29, Panu Matilainen: > Add a new EAL option -D for loading all drivers from a given directory. > Additionally a default driver directory can be set in build-time > configuration, in which case it will be always be used when EAL is > initialized (but can be overridden or disabled with

[dpdk-dev] [PATCH 2/2] eal: add support for driver directory concept

2015-09-25 Thread Panu Matilainen
Add a new EAL option -D for loading all drivers from a given directory. Additionally a default driver directory can be set in build-time configuration, in which case it will be always be used when EAL is initialized (but can be overridden or disabled with -D). This simplifies usage in shared libra