summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/task_base.h
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2019-02-07 10:38:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-02-07 10:38:42 +0000
commitc410fc3bd16046ed9b22c228017b6dea9f7c3f33 (patch)
tree7154922a19c411df7cf023d5786eb5e848c7a692 /VNFs/DPPD-PROX/task_base.h
parentc32ac3003b7c109c6e7cb3f1018ea99821989bf8 (diff)
parentfccce1ef79294066fc7e3dc5b36c5915573d0e47 (diff)
Merge changes from topic 'fix_non_dataplane_pkt_count'
* changes: Prevent dropping ARP packets Do not add count of non dataplane packets to dropped count
Diffstat (limited to 'VNFs/DPPD-PROX/task_base.h')
-rw-r--r--VNFs/DPPD-PROX/task_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/task_base.h b/VNFs/DPPD-PROX/task_base.h
index b4a33372..64d17436 100644
--- a/VNFs/DPPD-PROX/task_base.h
+++ b/VNFs/DPPD-PROX/task_base.h
@@ -174,6 +174,7 @@ struct task_base_aux {
int (*tx_pkt_hw)(struct task_base *tbase, struct rte_mbuf **mbufs, const uint16_t n_pkts, uint8_t *out);
uint16_t (*tx_pkt_try)(struct task_base *tbase, struct rte_mbuf **mbufs, const uint16_t n_pkts);
void (*stop)(struct task_base *tbase);
+ int (*tx_ctrlplane_pkt)(struct task_base *tbase, struct rte_mbuf **mbufs, const uint16_t n_pkts, uint8_t *out);
void (*start)(struct task_base *tbase);
void (*stop_last)(struct task_base *tbase);
void (*start_first)(struct task_base *tbase);