[l2l3 stack] implements new nd state machine & nd buffering 13/35913/6
authorVishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
Wed, 7 Jun 2017 21:23:22 +0000 (02:53 +0530)
committerVishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
Tue, 18 Jul 2017 07:40:56 +0000 (13:10 +0530)
commit5997f97a236457f2994820d39e3738dfd61076e4
tree1b5c6d25d90f960ddd6447091f1c36cee9b9d5ce
parent0e51437be874b6831e95639f4c1ad6b0133c2a28
[l2l3 stack] implements new nd state machine & nd buffering

JIRA: SAMPLEVNF-32

This patch implements
  ~New nd state machine implementing new states
   like INCOMPLETE, COMPLETE, PROBE, STALE.
  ~Implementing nd buffering, when nd is unresolved.
  ~Integratig the new changes with vCGNAPT
  ~Integrating the new changes with vACL
  ~Integrating the new changes with vFW.
  ~Adding locks to synchronize against multiple VNF threads

Change-Id: Iaee4f4599ca3016ebb50ee2d9133fd8c39c5cd04
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
16 files changed:
VNFs/vACL/init.c
VNFs/vACL/pipeline/pipeline_acl_be.c
VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.c
VNFs/vFW/pipeline/pipeline_vfw_be.c
common/VIL/l2l3_stack/interface.h
common/VIL/l2l3_stack/l3fwd_lpm6.c
common/VIL/l2l3_stack/lib_arp.c
common/VIL/l2l3_stack/lib_arp.h
common/VIL/l2l3_stack/lib_icmpv6.c
common/VIL/l2l3_stack/lib_icmpv6.h
common/VIL/pipeline_arpicmp/pipeline_arpicmp.c
common/VIL/pipeline_arpicmp/pipeline_arpicmp_be.h
common/VIL/pipeline_common/pipeline_common_fe.c
common/VIL/pipeline_txrx/pipeline_txrx_be.c
common/vnf_common/config_parse.c
common/vnf_common/vnf_common.c