drivers: create new directory
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 15 May 2015 15:56:46 +0000 (16:56 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 May 2015 13:51:38 +0000 (15:51 +0200)
commit980ed498eb1dd0dc671e6796cbc9d3138250d0d9
tree70aa714729336bb5e5e4839832107ee34bed2bd5
parent641a81b2744ec9ba77ae5bac70023911ffc40297
drivers: create new directory

Add a new top-level "drivers" directory to which all PMDs will be moved
for easier maintenance of both lib folder and drivers themselves. This
new directory is a dependency of all the apps in the app folder, so
the makefiles for each app are updated.
To the new top-level directory add a "net" subdirectory to classify
more specifically our existing PMDs as ethernet drivers

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
[Thomas: fix dependencies and merge several patches]
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
GNUmakefile
app/test-pipeline/Makefile
app/test-pmd/Makefile
app/test/Makefile
doc/guides/linux_gsg/build_dpdk.rst
doc/guides/prog_guide/source_org.rst
drivers/Makefile [new file with mode: 0644]
drivers/net/Makefile [new file with mode: 0644]