From d08d92ed360dab327b786fd251224f763dc0a5ac Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Wed, 3 Nov 2021 16:46:47 +0000 Subject: store packet id in gen and swap Support configuration option for specifying number of packets which we will store (gen and swap). Packets are stored runtime in a buffer and written to disk at exit. Signed-off-by: Xavier Simonart Change-Id: Iab1c9c13048b6919f77392953675cb8c48aad8e4 --- VNFs/DPPD-PROX/task_init.h | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/task_init.h') diff --git a/VNFs/DPPD-PROX/task_init.h b/VNFs/DPPD-PROX/task_init.h index 6a14aae0..ec7b8e83 100644 --- a/VNFs/DPPD-PROX/task_init.h +++ b/VNFs/DPPD-PROX/task_init.h @@ -258,6 +258,7 @@ struct task_args { uint32_t imix_pkt_sizes[MAX_IMIX_PKTS]; uint32_t multiplier; uint32_t mirror_size; + uint32_t store_max; }; /* Return the first port that is reachable through the task. If the -- cgit 1.2.3-korg