vACL VNF initial check-in 65/33465/7
authorBindya Narayan <bindya.narayan@intel.com>
Tue, 18 Apr 2017 06:43:10 +0000 (12:13 +0530)
committerDeepak S <deepak.s@linux.intel.com>
Wed, 19 Apr 2017 10:14:55 +0000 (03:14 -0700)
commit8a4e9e534fcb1ef718ed5c1089fdc8698b13fb7f
tree3a4321a48be36c03baf8f2d64bfbb3e1b938249f
parentf0bfb2b0c8467154990b49beafb991b7515e37e3
vACL VNF initial check-in

JIRA: SAMPLEVNF-2

Features include:
 - CLI based Run-time rule configuration.
   (Add, Delete, List, Display, Clear, Modify)
 - Ipv4 and ipv6 standard 5 tuple packet Selector support.
 - Multithread support
 - Multiple physical port support

Change-Id: Ie266be23cd2d81f6d01df508ba44bd0998be13b3
Signed-off-by: Bindya Narayan <bindya.narayan@intel.com>
[Push patch to gerrit]
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
19 files changed:
Makefile
VNFs/vACL/Makefile [new file with mode: 0644]
VNFs/vACL/config/IPv4_hwlb_acl.tc [new file with mode: 0644]
VNFs/vACL/config/IPv4_hwlb_acl_1LB_1t.cfg [new file with mode: 0644]
VNFs/vACL/config/IPv4_swlb_acl.tc [new file with mode: 0644]
VNFs/vACL/config/IPv4_swlb_acl_1LB_1t.cfg [new file with mode: 0644]
VNFs/vACL/config/IPv6_hwlb_acl.tc [new file with mode: 0644]
VNFs/vACL/config/IPv6_hwlb_acl_1LB_1t.cfg [new file with mode: 0644]
VNFs/vACL/config/IPv6_swlb_acl.tc [new file with mode: 0644]
VNFs/vACL/config/IPv6_swlb_acl_1LB_1t.cfg [new file with mode: 0644]
VNFs/vACL/init.c [new file with mode: 0644]
VNFs/vACL/main.c [new file with mode: 0644]
VNFs/vACL/pipeline/pipeline_acl.c [new file with mode: 0644]
VNFs/vACL/pipeline/pipeline_acl.h [new file with mode: 0644]
VNFs/vACL/pipeline/pipeline_acl_be.c [new file with mode: 0644]
VNFs/vACL/pipeline/pipeline_acl_be.h [new file with mode: 0644]
docs/vACL/INSTALL.rst [new file with mode: 0644]
docs/vACL/README.rst [new file with mode: 0644]
docs/vACL/RELEASE_NOTES.rst [new file with mode: 0644]