Go to file
Damien Millescamps f9a08f6502 eal: add support for shared object drivers
Add an option to specify libraries to be loaded before probing the PCI.

For instance, testpmd -d librte_pmd_xxx.so can be used to enable xxx driver
support on testpmd without any recompilation of testpmd.

Plugins are loaded before creating threads because we want the threads to
inherit any property that could be set while loading a plugin, such as iopl().

Signed-off-by: Damien Millescamps <damien.millescamps@6wind.com>
Signed-off-by: Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-02-26 11:01:13 +01:00
app app/testpmd: disable RSS when in SRIOV 2014-02-26 10:47:57 +01:00
config config: remove unused KNI debug option 2014-02-26 11:01:12 +01:00
doc mk: allow to specify DESTDIR in build rule 2014-02-26 11:01:13 +01:00
examples examples/netmap_compat: import netmap compatibility example 2014-02-26 10:47:59 +01:00
lib eal: add support for shared object drivers 2014-02-26 11:01:13 +01:00
mk eal: add support for shared object drivers 2014-02-26 11:01:13 +01:00
scripts update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
tools update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile add FreeBSD support 2014-02-25 21:29:18 +01:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
Makefile add FreeBSD support 2014-02-25 21:29:18 +01:00