Signed-off-by: Mike Holmes <[email protected]>
---
 doc/users-guide/Makefile.am      | 3 ++-
 doc/users-guide/users-guide.adoc | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 doc/users-guide/users-guide.adoc

diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am
index 5cc8c7c..ffb0d1c 100644
--- a/doc/users-guide/Makefile.am
+++ b/doc/users-guide/Makefile.am
@@ -9,7 +9,8 @@ IMAGES = $(top_srcdir)/doc/images/overview.svg \
         $(top_srcdir)/doc/images/odp_traffic_manager.svg \
         $(top_srcdir)/doc/images/parallel_queue.svg \
         $(top_srcdir)/doc/images/atomic_queue.svg \
-        $(top_srcdir)/doc/images/ordered_queue.svg
+        $(top_srcdir)/doc/images/ordered_queue.svg \
+        $(top_srcdir)/doc/images/packet_flow.svg
 
 IMAGES += $(top_srcdir)/doc/images/pktio_fsm.svg
 
diff --git a/doc/users-guide/users-guide.adoc b/doc/users-guide/users-guide.adoc
old mode 100644
new mode 100755
index a2e5058..c91c8ab
--- a/doc/users-guide/users-guide.adoc
+++ b/doc/users-guide/users-guide.adoc
@@ -201,6 +201,9 @@ main ODP concepts are:
 Thread, Event, Queue, Pool, Shared Memory, Buffer, Packet, PktIO, Time, Timer,
 and Synchronizer.
 
+.OpenDataPlane Packet Flow Overview
+image::packet_flow.svg[align="center"]
+
 === Thread
 The thread is the fundamental programming unit in ODP.  ODP applications are
 organized into a collection of threads that perform the work that the
-- 
2.7.4

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to