examples/l2fwd-crypto: add sample application
authorDeclan Doherty <declan.doherty@intel.com>
Wed, 25 Nov 2015 13:25:17 +0000 (13:25 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 25 Nov 2015 18:18:04 +0000 (19:18 +0100)
commit387259bd6c6733ec0ff8dfead0b555dc57402aa1
treec11fd7a6724f669c4731bb32b5b37fd7fee2855c
parent202d375c60bc15471913d3fd46b1e95651456027
examples/l2fwd-crypto: add sample application

This patch creates a new sample applicaiton based off the l2fwd
application which performs specified crypto operations on IP packet
payloads which are forwarding.

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
MAINTAINERS
examples/Makefile
examples/l2fwd-crypto/Makefile [new file with mode: 0644]
examples/l2fwd-crypto/main.c [new file with mode: 0644]