aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-03-23 17:34:10 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-29 09:19:12 +0300
commit886acdfcc3f9fb539f9b524d017835e3f1008fe5 (patch)
treecee8ca4c7cddee2523a2ade7fcf480b64fa0ee9f /doc
parent3c357cda70023e06db4186f1cabed6234868ec83 (diff)
rename libodp to libodp-linux
Rename to unify the library names for different implementations. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Ricardo Salveti <ricardo.salveti@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/implementers-guide/implementers-guide.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc
index eba8e526b..ca434d631 100644
--- a/doc/implementers-guide/implementers-guide.adoc
+++ b/doc/implementers-guide/implementers-guide.adoc
@@ -114,6 +114,14 @@ After ODP installation (make install), the structure becomes as follows:
└── odp_drv.h
----
+== ODP library naming recommendations ==
+
+The ODP project supports two implementations ODP-linux and ODP-DPDK. The name
+of the libraries are libodp-linux and libodp-dpdk respectively. It is
+recommended that other implementations follow the same schema
+(odp-<implementation name>) to make the representation of the ODP
+implementations uniform in a distribution.
+
== The validation Suite ==
ODP provides a comprehensive set of API validation tests that are intended to be