Signed-off-by: Ciprian Barbu <[email protected]>
---
v4: rephrasing ./configure part in README
doc/doxygen.cfg | 2 +-
doc/users-guide/guide.dox | 6 ++----
platform/linux-netmap/README | 14 +++++++++++++-
3 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index a77ae1e..fc56317 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -1,4 +1,4 @@
-PROJECT_NAME = "API Reference Manual"
+PROJECT_NAME = "ODP Netmap API Reference Manual"
PROJECT_LOGO = $(SRCDIR)/doc/images/ODP-Logo-HQ.png
QUIET = YES
OUTPUT_DIRECTORY = $(DOCDIR)
diff --git a/doc/users-guide/guide.dox b/doc/users-guide/guide.dox
index 314d295..11ec395 100644
--- a/doc/users-guide/guide.dox
+++ b/doc/users-guide/guide.dox
@@ -10,9 +10,7 @@
*
* @section sec_gene Linux Generic
* @verbinclude linux-generic/README
- * @section sec_dpdk Linux DPDK
- * @verbinclude linux-dpdk/README
- * @section sec_keys Linux Keystone2
- * @verbinclude linux-keystone2/README
+ * @section sec_netm Linux Netmap
+ * @verbinclude linux-netmap/README
*
*/
diff --git a/platform/linux-netmap/README b/platform/linux-netmap/README
index 6021445..42b7595 100644
--- a/platform/linux-netmap/README
+++ b/platform/linux-netmap/README
@@ -66,8 +66,20 @@ Now compile netmap:
2.2 Building ODP
----------------
+The default platform is linux-netmap, if you want linux-generic you need to
+specify it to configure --with-platform.
+
+The --with-sdk-install-path can be used to point to the netmap sources.
+
./bootstrap
- ./configure --with-platform=linux-netmap --with-sdk-install-path=<netmap>
+
+ ./configure
+or
+ ./configure --with-sdk-install-path=<netmap>
+
+To configure ODP for linux-generic:
+ ./configure --with-platform=linux-generic
+
make
3. Running the example application
--
1.8.3.2
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp