Signed-off-by: Mike Holmes <[email protected]> --- doc/users-guide/users-guide.adoc | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 doc/users-guide/users-guide.adoc
diff --git a/doc/users-guide/users-guide.adoc b/doc/users-guide/users-guide.adoc old mode 100644 new mode 100755 index a2e5058..dccb620 --- a/doc/users-guide/users-guide.adoc +++ b/doc/users-guide/users-guide.adoc @@ -201,6 +201,10 @@ 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
