acl: new sample l3fwd-acl
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Fri, 13 Jun 2014 11:26:53 +0000 (12:26 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 13 Jun 2014 23:29:45 +0000 (01:29 +0200)
commit361b2e9559fc8aab1c8043a4d4859e2a896e37a1
tree58f43f7f16c8bcc4fff8d7ebcbdf4d367056ae1c
parent26c057ab6c45a6a875099bc2363a873006b073bb
acl: new sample l3fwd-acl

Demonstrates the use of the ACL library in the DPDK application to
implement packet classification and L3 forwarding.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Tested-by: Waterman Cao <waterman.cao@intel.com>
Acked-by: Pablo de Lara Guarch <pablo.de.lara.guarch@intel.com>
[Thomas: some code-style changes]
examples/Makefile
examples/l3fwd-acl/Makefile [new file with mode: 0644]
examples/l3fwd-acl/main.c [new file with mode: 0644]
examples/l3fwd-acl/main.h [new file with mode: 0644]