aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoe Savage <joe.savage@arm.com>2017-04-13 15:46:15 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-06-21 16:04:45 +0300
commitf4337956ee3be1e783e2389eb5a5ceecb4b0b0ca (patch)
tree38caeec08bf0ea00196923202947f9bdb69d35ff /doc
parentcd1f187d33d65cb54781b5a3c0864229b19c11c3 (diff)
example: add IPv4 fragmentation/reassembly example
Add an example application implementing lock-free IPv4 fragmentation and reassembly functionality using ODP's packet "concat" and "split". Signed-off-by: Joe Savage <joe.savage@arm.com> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/application-api-guide/examples.dox5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/application-api-guide/examples.dox b/doc/application-api-guide/examples.dox
index 60d4058f9..80fe46701 100644
--- a/doc/application-api-guide/examples.dox
+++ b/doc/application-api-guide/examples.dox
@@ -28,3 +28,8 @@
* @example odp_timer_test.c
* ODP timer example application
*/
+
+ /**
+ * @example odp_ipfragreass.c
+ * ODP IPv4 lock-free fragmentation and reassembly example application
+ */