summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Deepak S [Thu, 1 Jun 2017 04:46:31 +0000 (04:46 +0000)]
Merge "[SAMPLEVNF] Adding support to handle more than 16 ports"
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>
Deepak S [Wed, 31 May 2017 18:13:40 +0000 (18:13 +0000)]
Merge "acl_lib: remove unused dualstack code from acl library"
Deepak S [Wed, 31 May 2017 18:13:35 +0000 (18:13 +0000)]
Merge "vFW: remove unused dualstack support code"
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"
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Aric Gardner [Tue, 28 Mar 2017 19:46:22 +0000 (19:46 +0000)]
Initial empty repository