diff options
author | Anand B Jyoti <anand.b.jyoti@intel.com> | 2017-06-05 08:34:23 +0530 |
---|---|---|
committer | Anand B Jyoti <anand.b.jyoti@intel.com> | 2017-06-09 11:08:33 +0530 |
commit | 532abcdd692ee2c0aef5a9e74088470d2e2e16f1 (patch) | |
tree | 9708c5528f86a7bb8784c2a6cf4ce40c26c55c06 /VNFs/vCGNAPT | |
parent | 44e700fcfe8655565076b9c3036c61b2e53a8bcd (diff) |
vCGNAPT: remove unused function and a patch
JIRA: SAMPLEVNF-21
Removing unused function rte_pipeline_action_handler_port_ext() and
a patch rte_pipeline.patch which was applied on top of DPDK 16.04.
These are not used, hence cleaning up for DPDK migration.
Change-Id: I33a646ad27857c880969574b37412236ed3d780c
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
Diffstat (limited to 'VNFs/vCGNAPT')
-rw-r--r-- | VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h b/VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h index 94f19f1e..34031192 100644 --- a/VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h +++ b/VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h @@ -756,11 +756,6 @@ int pipeline_cgnapt_msg_req_entry_addm_pair( uint8_t type, uint8_t src_ipv6[16]); /* CGNAPT Functions */ -extern void rte_pipeline_action_handler_port_ext( - struct rte_pipeline *p, - uint64_t pkts_mask, - struct rte_pipeline_table_entry **entries); - uint64_t pkt_miss_cgnapt( struct pipeline_cgnapt_entry_key *key, struct rte_mbuf *pkt, |