From 1f4ef5ee33f715c03a85a868f12e89744f889cff Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Fri, 24 Mar 2017 18:41:29 +0530 Subject: Updating documents of D-release. This patch is used to update the documents of D-release. Change-Id: I9449536e340140f67e0f77ae4120bbc210809169 Co-Authored by:Srinivas Co-Authored by:RajithaY Co-Authored by:shravani paladugula Co-Authored by:Navya Bathula Signed-off-by: Gundarapu Kalyan Reddy --- docs/design/index.rst | 4 +++- docs/design/kvmfornfv_design.rst | 27 ++++----------------------- 2 files changed, 7 insertions(+), 24 deletions(-) (limited to 'docs/design') diff --git a/docs/design/index.rst b/docs/design/index.rst index 871f17388..63fd75ff6 100755 --- a/docs/design/index.rst +++ b/docs/design/index.rst @@ -1,8 +1,10 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 +.. _kvmfornfv-design: + ================ -KVMFORNFV Design +KVM4NFV Design ================ .. toctree:: 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 -- cgit 1.2.3-korg