summaryrefslogtreecommitdiffstats
path: root/docs/design/kvmfornfv_design.rst
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-03-24 18:41:29 +0530
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>2017-03-27 16:01:50 +0000
commit9f343782f79512bb6423c973f591dcc90b63ab6b (patch)
tree7ffc14a1d59029112055e2e3120733bb76c28c07 /docs/design/kvmfornfv_design.rst
parent8a568b1f4d7fbef0843480b079ccbc4171a60d1c (diff)
Updating documents of D-release.
This patch is used to update the documents of D-release. Change-Id: I9449536e340140f67e0f77ae4120bbc210809169 Co-Authored by:Srinivas <srinivas.atmakuri@tcs.com> Co-Authored by:RajithaY<rajithax.yerrumsetty@intel.com> Co-Authored by:shravani paladugula <shravanix.paladugula@intel.com> Co-Authored by:Navya Bathula <navyax.bathula@intel.com> Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com> (cherry picked from commit 1f4ef5ee33f715c03a85a868f12e89744f889cff)
Diffstat (limited to 'docs/design/kvmfornfv_design.rst')
-rw-r--r--docs/design/kvmfornfv_design.rst27
1 files changed, 4 insertions, 23 deletions
diff --git a/docs/design/kvmfornfv_design.rst b/docs/design/kvmfornfv_design.rst
index 2465d63e3..765f41219 100644
--- a/docs/design/kvmfornfv_design.rst
+++ b/docs/design/kvmfornfv_design.rst
@@ -1,24 +1,9 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-============
-Introduction
-============
-
-**Purpose**:
-
- This document provides an overview of the areas that can be addressed to
- enhance the KVM Hypervisor for NFV. It is intended to capture and convey the
- significant changes which have been made on the KVM Hypervisor.
-
-
-===================
-Project description
-===================
-
-The NFV hypervisors provide crucial functionality in the NFV
-Infrastructure(NFVI).The existing hypervisors, however, are not necessarily
-designed or targeted to meet the requirements for the NFVI.
+==========================
+KVM4NFV design description
+==========================
This design focuses on the enhancement of following area for KVM Hypervisor
@@ -27,10 +12,6 @@ This design focuses on the enhancement of following area for KVM Hypervisor
* Minimal packet latency variation for data-plane VNFs
* Fast live migration
-While these items require software development and/or specific hardware features
-there are also some adjustments that need to be made to system configuration
-information, like hardware, BIOS, OS, etc.
-
**Minimal Interrupt latency variation for data plane VNFs**
Processing performance and latency depend on a number of factors, including
@@ -131,7 +112,7 @@ interrupt handled in the VNF.
.. Figure:: DeviceInterruptTest.png
-**Packet forwarding (DPDK OVS)**:A packet is sent from TC (Traffic Generator)
+**Packet forwarding (DPDK OVS)**:A packet is sent from TG (Traffic Generator)
to a VNF. The VNF, after processing the packet, forwards the packet to another
NIC and in the end the packet is received by the traffic generator. The test
check the latency from the packet is sent out by the TC to the time the packet