aboutsummaryrefslogtreecommitdiff
path: root/example/m4
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 /example/m4
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 'example/m4')
-rw-r--r--example/m4/configure.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/example/m4/configure.m4 b/example/m4/configure.m4
index 620db04f7..18218d056 100644
--- a/example/m4/configure.m4
+++ b/example/m4/configure.m4
@@ -14,6 +14,7 @@ AC_CONFIG_FILES([example/classifier/Makefile
example/generator/Makefile
example/hello/Makefile
example/ipsec/Makefile
+ example/ipfragreass/Makefile
example/l2fwd_simple/Makefile
example/l3fwd/Makefile
example/packet/Makefile