summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2017-06-27tools: Support multiple version of DPDK buildAnand B Jyoti1-10/+39
JIRA: SAMPLEVNF-22 This patch support building the samplevnf with multiple different versions of DPDK like 16.04, 16.11, 17.02 and 17.05. Change-Id: Ic1a10442a03311010213c5054c8d459dd41c20cf Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
2017-06-26tools: Adding patches for disabling the DEBUG logs in DPDKAnand B Jyoti1-0/+2
JIRA: SAMPLEVNF-45 Apply the patches to disable the default DEBUG prints in the DPDK libraries. Change-Id: If17422e8398c8798ec9e97d9f141b2a8b2a53fd4 Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
2017-06-09vCGNAPT: remove unused function and a patchAnand B Jyoti1-1/+0
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>
2017-06-02Adding UDP Replay VNF without arp supportDeepak S1-1/+1
JIRA: SAMPLEVNF-8 This code adds support for UDP Replay which acts as a reflector of all the UDP packets on the requested port. Change-Id: I633e65a4964fab4cc46e2ed09c742dcc63ce6258 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-06-02Revert "[SAMPLEVNF] Adding UDP Replay VNF"Deepak S1-1/+1
This reverts commit 1b0802cbf10ac4d8911f0916d4ba0b02010924c8. Change-Id: Ic2bb69125d0d849b260475026a1088911d2d7109 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-05-30[SAMPLEVNF] Adding UDP Replay VNFVishwesh M Rudramuni1-1/+1
JIRA: SAMPLEVNF-8 This code adds support for UDP Replay which acts as a reflector of all the UDP packets on the requested port. Change-Id: If8330580f58c785736e578e815d15d983ce20209 Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com> Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-05-18Adding http proxy setup for non-intractive buildDeepak S1-0/+12
Change-Id: I9a3137f60b83c88b16027a9e6c404ccc3673b820 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-05-18Adding support to build the vnfs without user interventionDeepak S1-0/+24
./tools/vnf_build.sh --silient Change-Id: I50ecdc263a732d1ed823202107e49ffaa739e9b4 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-04-21BugFix: Correct the path while checking for dpdk installation folder.Deepak S1-1/+1
JIRA: SAMPLEVNF-6 Change-Id: Ifa4fcee4cca3a62873b16a2009de93b7c138b179 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-04-19Adding script to auto build VNFsDeepak S2-0/+336
Change-Id: I5af3301dceacb57499b92c543b912ed21f8b253d Signed-off-by: Deepak S <deepak.s@linux.intel.com>