diff mbox

[v2,2/3] doc: users-guide: add packet flow overview

Message ID 1462395594-17671-2-git-send-email-mike.holmes@linaro.org
State New
Headers show

Commit Message

Mike Holmes May 4, 2016, 8:59 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 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 mbox

Patch

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