samplevnf.git
6 years agoAdding dpdk version for non-interactive vnf_build options. 07/37507/1
Deepak S [Fri, 14 Jul 2017 04:47:16 +0000 (21:47 -0700)]
Adding dpdk version for non-interactive vnf_build options.

Change-Id: I95c6778fd216c6f7e3eee97c83f93726bb4298d0
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoAdding PROX(Packet pROcessing eXecution engine) VNF to sampleVNF 05/37505/1
Deepak S [Fri, 14 Jul 2017 04:26:50 +0000 (21:26 -0700)]
Adding PROX(Packet pROcessing eXecution engine) VNF to sampleVNF

JIRA: SAMPLEVNF-55

PROX is a DPDK-based application implementing Telco use-cases such as
a simplified BRAS/BNG, light-weight AFTR... It also allows configuring
finer grained network functions like QoS, Routing, load-balancing...

(We are moving PROX version v039 to sampleVNF
https://01.org/intel-data-plane-performance-demonstrators/prox-overview)

Change-Id: Ia3cb02cf0e49ac5596e922c197ff7e010293d033
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoVNFs: Correcting default traffic_type to IPv4 89/37489/3
Anand B Jyoti [Fri, 14 Jul 2017 01:54:40 +0000 (07:24 +0530)]
VNFs: Correcting default traffic_type to IPv4

JIRA: SAMPLEVNF-54

The default traffic_type value needs to be set to IPv4 instead of
MIX type which is not supported.

Change-Id: Ibe8ec31bc7a435fd97aaae0e9e664d0eb70ee30c
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years ago[UDP_Replay] adding Makefile for dynamic arp 97/37497/1
Vishwesh M Rudramuni [Fri, 14 Jul 2017 02:58:09 +0000 (08:28 +0530)]
[UDP_Replay] adding Makefile for dynamic arp

THis patch modifies the Makefile to comprehend the
dynamic arp support

Change-Id: I92f03554b387c883840449014acf1a08b774b8fa
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
6 years agoMerge "vFW: Remove unused pkt_type parameter from example cfg files"
Deepak S [Fri, 14 Jul 2017 08:26:24 +0000 (08:26 +0000)]
Merge "vFW: Remove unused pkt_type parameter from example cfg files"

6 years ago[UDP_Replay] Adding the dynamic arp support 63/35863/2
Vishwesh M Rudramuni [Wed, 7 Jun 2017 02:09:25 +0000 (07:39 +0530)]
[UDP_Replay] Adding the dynamic arp support

This patch adds dynamic arp support to UDP Replay VNF.
This patch fixes the performance issue observed with
arp support for UDP replay.
The arp support can be simply not used by not providing the
"-s option" which will revert to a plain UDP replay
functionality

Change-Id: I565eb83cd825470d4603ed5cb8fbe32f311eb0af
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
6 years agoMerge "tools: Support multiple version of DPDK build"
Deepak S [Fri, 14 Jul 2017 06:23:23 +0000 (06:23 +0000)]
Merge "tools: Support multiple version of DPDK build"

6 years agoMerge "UDP_Replay: rte_hash_lookup_multi renamed to rte_hash_lookup_bulk"
Deepak S [Fri, 14 Jul 2017 06:22:42 +0000 (06:22 +0000)]
Merge "UDP_Replay: rte_hash_lookup_multi renamed to rte_hash_lookup_bulk"

6 years agoMerge "vCGNAPT: correcting to use default rte_ring_dequeue"
Deepak S [Fri, 14 Jul 2017 06:22:14 +0000 (06:22 +0000)]
Merge "vCGNAPT: correcting to use default rte_ring_dequeue"

6 years agoMerge "VNFs: rte_eth_dev is deprecated in DPDK version 16.11 and onwards"
Deepak S [Fri, 14 Jul 2017 06:21:46 +0000 (06:21 +0000)]
Merge "VNFs: rte_eth_dev is deprecated in DPDK version 16.11 and onwards"

6 years agoMerge changes Iefe947a9,I49ae9b19
Deepak S [Fri, 14 Jul 2017 06:20:42 +0000 (06:20 +0000)]
Merge changes Iefe947a9,I49ae9b19

* changes:
  vFW: ARPICMP packets shouldn't be processed by vFW
  vFW: Remove TTL decrementing in firewall acting as gateway

6 years agovFW: Remove unused pkt_type parameter from example cfg files 75/37475/1
Anand B Jyoti [Thu, 13 Jul 2017 23:56:49 +0000 (05:26 +0530)]
vFW: Remove unused pkt_type parameter from example cfg files

JIRA: SAMPLEVNF-53

Removing the unused pkt_type parameter. The traffic_type
is used to identify the traffic type as IPv4 or IPv6.

Change-Id: I22654ab9f04e2d0aa9ede3a83c68398ac2c83c63
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agovFW: ARPICMP packets shouldn't be processed by vFW 53/37253/1
Anand B Jyoti [Wed, 12 Jul 2017 02:42:31 +0000 (08:12 +0530)]
vFW: ARPICMP packets shouldn't be processed by vFW

JIRA: SAMPLEVNF-52

The stats counters are wrong when ARPICMP pkts are received by VFW
pipeline in case of HWLB mode as the vFW is trying to process
these pkts.

The ARPICMP pkts shouldn't be processed by VFW pipeline, as these
packets are processed by ARPICMP pipeline in case of HWLB.

Change-Id: Iefe947a9f63fd4943f37900582656a9a4f957f5d
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agovFW: Remove TTL decrementing in firewall acting as gateway 49/37249/3
Anand B Jyoti [Tue, 11 Jul 2017 22:55:16 +0000 (04:25 +0530)]
vFW: Remove TTL decrementing in firewall acting as gateway

JIRA: SAMPLEVNF-51

vFW is not functioning as a router and hence TTL decrement is
not required. Remove this TTL decrementing in vFW.

Change-Id: I49ae9b19a473eec0b8072f8a556dca299d89ef74
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agol2l3_stack: Remove the build folder from l2l3_stack 95/36795/1
Anand B Jyoti [Fri, 30 Jun 2017 03:51:58 +0000 (09:21 +0530)]
l2l3_stack: Remove the build folder from l2l3_stack

JIRA: SAMPLEVNF-47

The intermediate files and build directory will be regenerated
at build time. These files/folder are not required.

Change-Id: Iabf50c8dfcf80d9d6f4db0fca9a5a84e3fc6447a
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoMerge "tools: Adding patches for disabling the DEBUG logs in DPDK" v1.0.1
Deepak S [Tue, 27 Jun 2017 04:06:17 +0000 (04:06 +0000)]
Merge "tools: Adding patches for disabling the DEBUG logs in DPDK"

6 years agoMerge "dpdk: Disable DEBUG logs by default in DPDK libraries"
Deepak S [Tue, 27 Jun 2017 04:06:08 +0000 (04:06 +0000)]
Merge "dpdk: Disable DEBUG logs by default in DPDK libraries"

6 years agoMerge "dpdk: Disable debug logs in ACL rte_table_acl_build"
Deepak S [Tue, 27 Jun 2017 04:05:57 +0000 (04:05 +0000)]
Merge "dpdk: Disable debug logs in ACL rte_table_acl_build"

6 years agoMerge "conntrack: timer reset in reply traffic causes performance impact"
Deepak S [Tue, 27 Jun 2017 04:05:46 +0000 (04:05 +0000)]
Merge "conntrack: timer reset in reply traffic causes performance impact"

6 years agoMerge "conntrack: Fix to avoid duplicate connections in initial burst"
Deepak S [Tue, 27 Jun 2017 04:05:24 +0000 (04:05 +0000)]
Merge "conntrack: Fix to avoid duplicate connections in initial burst"

6 years agotools: Support multiple version of DPDK build 47/35947/2
Anand B Jyoti [Fri, 9 Jun 2017 05:44:48 +0000 (11:14 +0530)]
tools: Support multiple version of DPDK build

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>
6 years agoUDP_Replay: rte_hash_lookup_multi renamed to rte_hash_lookup_bulk 75/35775/5
Anand B Jyoti [Sun, 4 Jun 2017 23:37:44 +0000 (05:07 +0530)]
UDP_Replay: rte_hash_lookup_multi renamed to rte_hash_lookup_bulk

JIRA: SAMPLEVNF-20

The function name rte_hash_lookup_multi() is changed to
rte_hash_lookup_bulk() in DPDK version 16.11 and onwards.

This fix supports DPDK16.04, 16.11 and onwards and required for
DPDK17.05 migration.

Change-Id: I01f2145919768b5146116e67d7f349a5b039251c
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agovCGNAPT: correcting to use default rte_ring_dequeue 23/35723/4
Anand B Jyoti [Fri, 2 Jun 2017 05:07:48 +0000 (10:37 +0530)]
vCGNAPT: correcting to use default rte_ring_dequeue

JIRA: SAMPLEVNF-19

The rte_ring_sc_dequeue returns ENOENT in DPDK16.04 while ENOBUFS in
DPDK17.05. This leads to error in return value checking and mis behaviour.

Using of rte_ring_sc_dequeue() to be avoided to use the default
configuration as set during the creation of the queue as per the
DPDK API documentation. Similarly corrected for mp_dequeue as well.

Change-Id: Iacee1349b26d6ab432be891fad12313a6d68ca4d
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoVNFs: rte_eth_dev is deprecated in DPDK version 16.11 and onwards 15/35515/4
Anand B Jyoti [Mon, 29 May 2017 22:04:44 +0000 (03:34 +0530)]
VNFs: rte_eth_dev is deprecated in DPDK version 16.11 and onwards

JIRA: SAMPLEVNF-17

rte_eth_dev is removed in DPDK version 16.11 and onwards.
The corresponding error handling is fixed through samplevnf
gerrit 34667.

This patch is required for migration of VNFs to DPDK ver 17.05.

Change-Id: I088b705e3261227bcba7332aeb5a2a236e77a33e
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agotools: Adding patches for disabling the DEBUG logs in DPDK 87/36487/1
Anand B Jyoti [Mon, 26 Jun 2017 00:21:27 +0000 (05:51 +0530)]
tools: Adding patches for disabling the DEBUG logs in DPDK

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>
6 years agodpdk: Disable DEBUG logs by default in DPDK libraries 85/36485/1
Anand B Jyoti [Mon, 26 Jun 2017 00:12:50 +0000 (05:42 +0530)]
dpdk: Disable DEBUG logs by default in DPDK libraries

JIRA: SAMPLEVNF-45

The default RTE_LOG_LEVEL is set to 8 enables all debug prints
which impacts the performance testing.

This patch sets the RTE_LOG_LEVEL to INFO to avoid printing of
logs with level DEBUG.

Change-Id: I1fdeecab9cd82f37f62e1ccfa625f91d1cf16217
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agodpdk: Disable debug logs in ACL rte_table_acl_build 83/36483/1
Anand B Jyoti [Mon, 26 Jun 2017 00:01:13 +0000 (05:31 +0530)]
dpdk: Disable debug logs in ACL rte_table_acl_build

JIRA: SAMPLEVNF-46

Debug logs enabled by default causes delay in application initialization
as there can be many ACL rules to be setup during initialization.

This patch disables the ACL logs during rte_table_acl_build by default
and can be enabled by setting the RTE_LOG_LEVEL to DEBUG.

Change-Id: I48e642f8768135087b0ed4f1677c1c9ac9e0df58
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoconntrack: timer reset in reply traffic causes performance impact 19/36419/1
Anand B Jyoti [Fri, 23 Jun 2017 06:09:08 +0000 (11:39 +0530)]
conntrack: timer reset in reply traffic causes performance impact

JIRA: SAMPLEVNF-44

The UDP connection timer was getting reset for every packets with
reply traffic due to connection state check.

This patch avoids resetting the timer instead uses the expected
timeout to reset avoiding frequent timer reset for every packet.

Change-Id: I6b5aac62bb709f403aeacee75f52d099b2d2397f
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoconntrack: Fix to avoid duplicate connections in initial burst 79/36379/1
Anand B Jyoti [Thu, 22 Jun 2017 06:39:52 +0000 (12:09 +0530)]
conntrack: Fix to avoid duplicate connections in initial burst

JIRA: SAMPLEVNF-43

Before connection setup, if there are multiple packets in the  burst
and are belongs to same connection, it was adding new connection for
the same 5 tuple connection, leading to multiple connections in the CT.

It was causing more number of active connections than possible.

Change-Id: I15c90e7feb465d96a9429ea6fedcb09fad9482e6
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agovFW: Increase max number of VFW instances from 12 to 24 47/36347/2
Anand B Jyoti [Wed, 21 Jun 2017 20:56:55 +0000 (02:26 +0530)]
vFW: Increase max number of VFW instances from 12 to 24

JIRA: SAMPLEVNF-41

Next generation platforms require more than 12 instances of VFW
to support more number of ports and throughout.

Increasing the max instances from 12 to 24 to support upto 200Gbps
in next generation platforms.

Change-Id: Ice4f84dfd4a96b84e7e5ef00349892d08e1d2348
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoMerge "vCGNAPT: remove unused function and a patch"
Deepak S [Thu, 22 Jun 2017 01:26:34 +0000 (01:26 +0000)]
Merge "vCGNAPT: remove unused function and a patch"

6 years agoAdding Sample vCGNAPT config to run with multi-port pair 35/36135/3 v1.0.0
Deepak S [Fri, 16 Jun 2017 06:23:29 +0000 (23:23 -0700)]
Adding Sample vCGNAPT config to run with multi-port pair

JIRA: SAMPLEVNF-40
This patch adds sample vCGNAPT config for 1, 6, 10 port pair

Change-Id: I003e98b26e794d111af562232e8688f255a7d61a
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agovCGNAPT: remove unused function and a patch 87/35787/2
Anand B Jyoti [Mon, 5 Jun 2017 03:04:23 +0000 (08:34 +0530)]
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>
6 years agoAdding timer dyn timeout config in timer profile. 41/35741/2
Deepak S [Fri, 2 Jun 2017 06:55:53 +0000 (12:25 +0530)]
Adding timer dyn timeout config in timer profile.

This patch enabled dynamic tune of timer timeout
[PIPELINE2]
type = TIMER
core = 2
timer_dyn_timeout = 20 #-- new config to change dyn timer timeout
n_flows = 1048576

Change-Id: I614cf73a7fc1afd9050580286c9a968aacb619fa
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoSet rxq and txq to same value to enable to run UDP replay on single thread 15/35815/1
Deepak S [Tue, 6 Jun 2017 08:24:48 +0000 (08:24 +0000)]
Set rxq and txq to same value to enable to run UDP replay on single thread

Change-Id: Iee26005d5e90a7481f6e6fb3c7441a2011fe5596
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoEnable UDP_replay on OVS deployment 45/35745/1
Deepak S [Fri, 2 Jun 2017 07:08:02 +0000 (12:38 +0530)]
Enable UDP_replay on OVS deployment

Use ETHER_TYPE instead packet_type when hw-ip-check is disabled.

Change-Id: Iced93b78d9f4e58011dd051e88ddd312112e0cba
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoAdding UDP Replay VNF without arp support 39/35739/1
Deepak S [Fri, 2 Jun 2017 06:03:23 +0000 (11:33 +0530)]
Adding UDP Replay VNF without arp support

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>
6 years agoRevert "[SAMPLEVNF] Adding UDP Replay VNF" 37/35737/1
Deepak S [Thu, 1 Jun 2017 23:16:35 +0000 (04:46 +0530)]
Revert "[SAMPLEVNF] Adding UDP Replay VNF"

This reverts commit 1b0802cbf10ac4d8911f0916d4ba0b02010924c8.

Change-Id: Ic2bb69125d0d849b260475026a1088911d2d7109
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoRevert "[BUG]: Fix segfault while sending the packets back" 35/35735/1
Deepak S [Thu, 1 Jun 2017 23:16:10 +0000 (04:46 +0530)]
Revert "[BUG]: Fix segfault while sending the packets back"

This reverts commit b04a6e5dacc458f81097c9b8a172dcbf16d8fd50.

Change-Id: Icb9a4ddea607c9dd9324a413407c266e8f6106f0
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoCT: Perf optimization through prefetch and condition checks in CT 33/34433/3
Anand B Jyoti [Mon, 8 May 2017 05:34:07 +0000 (11:04 +0530)]
CT: Perf optimization through prefetch and condition checks in CT

JIRA: SAMPLEVNF-10

LLC miss is possible when the connection data structure is accessed
after retrieved from hash table entries for TCP/UDP connection.
CPI for rte_ct_udp_packet() is not good due to if/else condition checks.
This patch provide a prefetch instructions to pre-fetch the cnxn data entry
structure to avoid the LLC miss and also optimize the if/else condition check
to improve the CPI for rte_ct_udp_packet() function.

Change-Id: Ieaf70815c919ddbe1ff34921222eac030fb41756
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years ago[BUG]: Fix segfault while sending the packets back 35/35635/1
Deepak S [Thu, 1 Jun 2017 08:04:42 +0000 (08:04 +0000)]
[BUG]: Fix segfault while sending the packets back

JIRA: SAMPLEVNF-18

This patch fixes segfault due to wrong use of portid while accessing
array

Change-Id: I1e8b57c27e7c26918bd61cb1d72dbe88ab269c98
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoMerge "[SAMPLEVNF] Adding support to handle more than 16 ports"
Deepak S [Thu, 1 Jun 2017 04:46:31 +0000 (04:46 +0000)]
Merge "[SAMPLEVNF] Adding support to handle more than 16 ports"

6 years ago[SAMPLEVNF] Adding support to handle more than 16 ports 71/35571/2
Deepak S [Wed, 31 May 2017 12:56:50 +0000 (12:56 +0000)]
[SAMPLEVNF] Adding support to handle more than 16 ports

This patch extends num_ports vnf can handle ports > 16 . This include
changes in the memory allocatiion and size of different paramters

Change-Id: Id8907327023ba863ad107bb874cfb60bd38daee5
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoMerge "acl_lib: remove unused dualstack code from acl library"
Deepak S [Wed, 31 May 2017 18:13:40 +0000 (18:13 +0000)]
Merge "acl_lib: remove unused dualstack code from acl library"

6 years agoMerge "vFW: remove unused dualstack support code"
Deepak S [Wed, 31 May 2017 18:13:35 +0000 (18:13 +0000)]
Merge "vFW: remove unused dualstack support code"

6 years agoMerge "vFW: Clear the pkt drop count for unsupported type in clearstats cmd"
Deepak S [Wed, 31 May 2017 18:11:54 +0000 (18:11 +0000)]
Merge "vFW: Clear the pkt drop count for unsupported type in clearstats cmd"

6 years agoIf port configuration fails. Try again after disabling TX OFFLOAD 39/35539/1
Deepak S [Sat, 13 May 2017 08:16:51 +0000 (10:16 +0200)]
If port configuration fails. Try again after disabling TX OFFLOAD

Change-Id: I5eaf64a0cac8747ba5ac79bfd036a77cee766e39
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years ago[SAMPLEVNF] Adding UDP Replay VNF 07/35407/3
Vishwesh M Rudramuni [Fri, 26 May 2017 05:41:15 +0000 (11:11 +0530)]
[SAMPLEVNF] Adding UDP Replay VNF

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>
7 years agoAdding http proxy setup for non-intractive build 27/35027/1
Deepak S [Fri, 19 May 2017 06:00:31 +0000 (23:00 -0700)]
Adding http proxy setup for non-intractive build

Change-Id: I9a3137f60b83c88b16027a9e6c404ccc3673b820
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoAdding support to build the vnfs without user intervention 23/35023/2
Deepak S [Thu, 18 May 2017 22:00:13 +0000 (03:30 +0530)]
Adding support to build the vnfs without user intervention

./tools/vnf_build.sh --silient

Change-Id: I50ecdc263a732d1ed823202107e49ffaa739e9b4
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoChange PMD link down to warning instead of panic error 67/34667/1
Deepak S [Fri, 12 May 2017 10:45:44 +0000 (16:15 +0530)]
Change PMD link down to warning instead of panic error

On SRIOV/OVS, NIC interface link always be UP. But to set the IP, we
need to bring down the interface. This patch allows the program to
continue after printing warning.

Change-Id: I79212f4d71501af5f3065143e067a22855a5fde6
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoacl_lib: remove unused dualstack code from acl library 63/34663/1
Anand B Jyoti [Fri, 12 May 2017 03:07:29 +0000 (08:37 +0530)]
acl_lib: remove unused dualstack code from acl library

JIRA: SAMPLEVNF-14

The simultaneous IPV4 and IPV6 traffic is not required/supported.
The IPv4 and IPv6 separation is done to avoid multiple checks between
v4 and v6 and to improve the throughput performance.

Remove this in-used/unsupported code from the acl library code.

Change-Id: I4b5c562e541b1616279f0332d8b837c44b7e865d
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
7 years agovFW: remove unused dualstack support code 61/34661/1
Anand B Jyoti [Fri, 12 May 2017 03:00:54 +0000 (08:30 +0530)]
vFW: remove unused dualstack support code

JIRA: SAMPLEVNF-14

The simultaneous IPV4 and IPV6 traffic is not required/supported.
The IPv4 and IPv6 separation is done to avoid multiple checks
between v4 and v6 and to improve the throughput performance.

This patch removes this unused/unsupported code from the vFW.

Change-Id: Iefea5a6ed8c9454be9807eb1796908aec7bfc199
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
7 years agovFW: Clear the pkt drop count for unsupported type in clearstats cmd 59/34659/1
Anand B Jyoti [Fri, 12 May 2017 02:29:32 +0000 (07:59 +0530)]
vFW: Clear the pkt drop count for unsupported type in clearstats cmd

JIRA: SAMPLEVNF-13

The packets drop counter of unsupported type was not cleared during
clearstats command of the vFW.

This patch adds the fix to clear the pkt_drop_unsupported_type
at the clearstats cmd.

Change-Id: I07d2c85a288efbc5e1fa6cee84c2ffe12e9673f4
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
7 years agoAllow enable/disable of checksum for cgnapt 83/34583/3
Deepak S [Thu, 11 May 2017 05:59:46 +0000 (11:29 +0530)]
Allow enable/disable of checksum for cgnapt

JIRA: SAMPLEVNF-11

Enable Checksum
   in makefile add CHECKSUM_REQ
   --> hw_checksum_req=1 in config for hw_checksum
   --> hw_checksum_req=0 in config for sw_checksum

disable checksum
   in makefile comment CHECKSUM_REQ

Change-Id: I5ebcfe845082ea49acaa13bc963fc07b92b90650
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoDefault enable only NAPT features 81/34581/2
Deepak S [Thu, 11 May 2017 05:46:08 +0000 (11:16 +0530)]
Default enable only NAPT features

JIRA: SAMPLEVNF-11

By Default CGNAPT will have only NAPT feature. To enable other advance
feature, Uncomment same in Makefile

  - PCP
  - SIP_ALG
  - CT_CGNAT
  - FTP_ALG

Change-Id: I8602726e6db8a899a94028f7bc16d6e7339438b9
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoBUGFix: Allow the vCGNAPT compile without FTP/SIP functionality 17/33617/1
Deepak S [Thu, 20 Apr 2017 22:40:36 +0000 (04:10 +0530)]
BUGFix: Allow the vCGNAPT compile without FTP/SIP functionality

JIRA: SAMPLEVNF-7

Change-Id: Ia5d0729cc3959b9b4cf1e0cb356758adf83e5d83
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoBugFix: Correct the path while checking for dpdk installation folder. 15/33615/1
Deepak S [Thu, 20 Apr 2017 20:32:02 +0000 (02:02 +0530)]
BugFix: Correct the path while checking for dpdk installation folder.

JIRA: SAMPLEVNF-6

Change-Id: Ifa4fcee4cca3a62873b16a2009de93b7c138b179
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agovFW: Adding Virtual Firewall VNF 97/33497/7
Anand B Jyoti [Tue, 18 Apr 2017 08:06:02 +0000 (13:36 +0530)]
vFW: Adding Virtual Firewall VNF

JIRA: SAMPLEVNF-4

vFW supports following features:
 - Basic packet filtering (malformed packets, IP fragments)
 - Connection tracking for TCP and UDP
 - Access Control List for rule based policy enforcement
 - SYN-flood protection via Synproxy* for TCP
 - UDP, TCP and ICMP protocol pass-through
 - CLI based enable/disable connection tracking, synproxy,
   basic packet filtering
 - Hardware and Software Load Balancing
 - L2L3 stack support for ARP/ICMP handling
 - Multithread support
 - Multiple physical port support

Change-Id: I96d28858488ed8764370d161975bc1e0557c8b20
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
[Push patch to gerrit]
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agovACL VNF initial check-in 65/33465/7
Bindya Narayan [Tue, 18 Apr 2017 06:43:10 +0000 (12:13 +0530)]
vACL VNF initial check-in

JIRA: SAMPLEVNF-2

Features include:
 - CLI based Run-time rule configuration.
   (Add, Delete, List, Display, Clear, Modify)
 - Ipv4 and ipv6 standard 5 tuple packet Selector support.
 - Multithread support
 - Multiple physical port support

Change-Id: Ie266be23cd2d81f6d01df508ba44bd0998be13b3
Signed-off-by: Bindya Narayan <bindya.narayan@intel.com>
[Push patch to gerrit]
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agovCGNAPT VNF initial check-in 95/33495/6
Deepak S [Tue, 18 Apr 2017 06:03:43 +0000 (23:03 -0700)]
vCGNAPT VNF initial check-in

JIRA: SAMPLEVNF-5

The vCGNAPT implementation contains following features:
• Static and dynamic Network address translation.
• Static and dynamic Network address and port translation
• ARP (request, response, gratuitous)
• ICMP (terminal echo, echo response, pass-through)
• ICMPv6 and ND
• UDP, TCP and ICMP protocol pass-through
• Multithread support and Multiple physical port support
• Limiting max ports per client
• Limiting max clients per public IP address
• Live Session tracking to NAT flow
• NAT64 – connectivity between IPv6 access network to IPv4 data
• PCP - Port Control protocol
• SIP functionality
• FTP functionality

Change-Id: I5ebb44ae60e32dd6da5e793efd91a6831a4d30a7
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoAdding script to auto build VNFs 93/33493/5
Deepak S [Tue, 18 Apr 2017 06:02:53 +0000 (23:02 -0700)]
Adding script to auto build VNFs

Change-Id: I5af3301dceacb57499b92c543b912ed21f8b253d
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agocommon: Adding common library for sample vnf 91/33491/1
Vishwesh M Rudramuni [Tue, 18 Apr 2017 14:11:40 +0000 (19:41 +0530)]
common: Adding common library for sample vnf

JIRA: SAMPLEVNF-3

This patch adds common libraries required as part of the
sample vnf.

This includes the following libraries

 1. ACL library
 2. SIP
 3. FTP
 4. Connection tracker
 5. L2l3 stack
    - Interface Manager
    - ARP & ICMPv4
    - ND & ICMPv6
and other common libraries needed for ip pipeline framework

Change-Id: I117690b6b63fbcd76974cd7274518484e60980ab
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
[Push patch to gerrit]
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoAdding INFO and LICENSE for review 91/32091/2
agardner [Tue, 28 Mar 2017 19:46:29 +0000 (15:46 -0400)]
Adding INFO and LICENSE for review

Change-Id: If7ea70d202cda197db9f4913148e6a0f2e94e3bb
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoInitial empty repository
Aric Gardner [Tue, 28 Mar 2017 19:46:22 +0000 (19:46 +0000)]
Initial empty repository