summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/task_init.h
diff options
context:
space:
mode:
authorAlexander Komarov <alexander.komarov@intel.com>2017-10-19 09:11:49 +0200
committerAlexander Komarov <alexander.komarov@intel.com>2017-10-19 09:12:47 +0200
commit84b46623cb71a17e19c5d74fc65345dd6168a8d0 (patch)
tree2706069a6071a8bd7cd0c8b5c8d9d58e2db97cdd /VNFs/DPPD-PROX/task_init.h
parentd40b704a2f4442157ead2bce309f9579e1fe9f60 (diff)
Makefile change and new task structures for IPSec Prox task
Change-Id: I389389e5317d1a9d0d79cc1762d6f15d8287e36a Signed-off-by: Alexander Komarov <alexander.komarov@intel.com> Signed-off-by: Alexander Komarov <izard.ak@gmail.com>
Diffstat (limited to 'VNFs/DPPD-PROX/task_init.h')
-rw-r--r--VNFs/DPPD-PROX/task_init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/task_init.h b/VNFs/DPPD-PROX/task_init.h
index beb4de02..e1f5ce1c 100644
--- a/VNFs/DPPD-PROX/task_init.h
+++ b/VNFs/DPPD-PROX/task_init.h
@@ -56,7 +56,7 @@ struct qos_cfg {
};
enum task_mode {NOT_SET, MASTER, QINQ_DECAP4, QINQ_DECAP6,
- QINQ_ENCAP4, QINQ_ENCAP6, GRE_DECAP, GRE_ENCAP,CGNAT,
+ QINQ_ENCAP4, QINQ_ENCAP6, GRE_DECAP, GRE_ENCAP,CGNAT, ESP_ENC, ESP_DEC,
};
struct task_args;
@@ -126,6 +126,7 @@ struct task_args {
uint32_t gateway_ipv4;
uint32_t number_gen_ip;
uint32_t local_ipv4;
+ uint32_t remote_ipv4;
struct ipv6_addr local_ipv6; /* For IPv6 Tunnel, it's the local tunnel endpoint address */
struct rte_ring *rx_rings[MAX_RINGS_PER_TASK];
struct rte_ring *tx_rings[MAX_RINGS_PER_TASK];