diff options
author | Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com> | 2017-05-26 11:11:15 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-05-30 14:22:57 +0000 |
commit | 1b0802cbf10ac4d8911f0916d4ba0b02010924c8 (patch) | |
tree | 37bc2b655403f30b197ade7ca0c2054bfdbdfe47 /docs/vFW | |
parent | e7773602bfca7cb9c25beb42dfa5d9c91ec459fd (diff) |
[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>
Diffstat (limited to 'docs/vFW')
-rw-r--r-- | docs/vFW/RELEASE_NOTES.rst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/vFW/RELEASE_NOTES.rst b/docs/vFW/RELEASE_NOTES.rst index 0c880042..8f38a9aa 100644 --- a/docs/vFW/RELEASE_NOTES.rst +++ b/docs/vFW/RELEASE_NOTES.rst @@ -42,19 +42,19 @@ This release supports following features as part of vFW: This is supported on Ubuntu 14.04 and Ubuntu 16.04 and kernel version less than 4.5 VNFs on BareMetal support: - OS: Ubuntu 14.04 or 16.04 LTS - kernel: < 4.5 - http://releases.ubuntu.com/16.04/ - Download/Install the image: ubuntu-16.04.1-server-amd64.iso + - OS: Ubuntu 14.04 or 16.04 LTS + - kernel: < 4.5 + - http://releases.ubuntu.com/16.04/ + - Download/Install the image: ubuntu-16.04.1-server-amd64.iso VNFs on Standalone Hypervisor - HOST OS: Ubuntu 14.04 or 16.04 LTS - http://releases.ubuntu.com/16.04/ - Download/Install the image: ubuntu-16.04.1-server-amd64.iso - - OVS (DPDK) - 2.5 - - kernel: < 4.5 - - Hypervisor - KVM - - VM OS - Ubuntu 16.04/Ubuntu 14.04 + - HOST OS: Ubuntu 14.04 or 16.04 LTS + - http://releases.ubuntu.com/16.04/ + - Download/Install the image: ubuntu-16.04.1-server-amd64.iso + - OVS (DPDK) - 2.5 + - kernel: < 4.5 + - Hypervisor - KVM + - VM OS - Ubuntu 16.04/Ubuntu 14.04 5. Known Bugs and limitations ============================= @@ -74,5 +74,5 @@ Following would be possible enhancement functionalities 7. References ============= Following links provides additional information - .. _QUICKSTART: http://dpdk.org/doc/guides-16.04/linux_gsg/quick_start.html - .. _DPDKGUIDE: http://dpdk.org/doc/guides-16.04/prog_guide/index.html + .. _QUICKSTART: http://dpdk.org/doc/guides-16.04/linux_gsg/quick_start.html + .. _DPDKGUIDE: http://dpdk.org/doc/guides-16.04/prog_guide/index.html |