From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kavanagh Subject: [PATCH V2] doc: fix vhost setup in tep-termination app guide Date: Thu, 21 Jul 2016 14:10:13 +0100 Message-ID: <1469106613-7578-1-git-send-email-mark.b.kavanagh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 771C019F5 for ; Thu, 21 Jul 2016 15:10:15 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" - Fix vhost setup flags - Add minor edits to improve readability and consistency --- v2: - revert file mode changes made erroneously in v1 Signed-off-by: Mark Kavanagh --- doc/guides/sample_app_ug/tep_termination.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/sample_app_ug/tep_termination.rst b/doc/guides/sa= mple_app_ug/tep_termination.rst index 2d86a03..c3d1e97 100644 --- a/doc/guides/sample_app_ug/tep_termination.rst +++ b/doc/guides/sample_app_ug/tep_termination.rst @@ -59,8 +59,8 @@ This allows network isolation, QOS, etc to be provided = on a per client basis. In a typical setup, the network overlay tunnel is terminated at the Virt= ual/Tunnel End Point (VEP/TEP). The TEP is normally located at the physical host level ideally in the so= ftware switch. Due to processing constraints and the inevitable bottleneck that the swi= tch -becomes the ability to offload overlay support features becomes an impor= tant requirement. -Intel=C2=AE XL710 10/40 G Ethernet network card provides hardware filter= ing +becomes, the ability to offload overlay support features becomes an impo= rtant requirement. +Intel=C2=AE XL710 10/40 Gigabit Ethernet network card provides hardware = filtering and offload capabilities to support overlay networks implementations suc= h as MAC in UDP and MAC in GRE. =20 Sample Code Overview @@ -131,14 +131,14 @@ Compiling the Sample Code =20 .. code-block:: console =20 - CONFIG_RTE_LIBRTE_VHOST=3Dn + CONFIG_RTE_LIBRTE_VHOST=3Dy =20 vhost user is turned on by default in the configure file config/comm= on_linuxapp. To enable vhost cuse, disable vhost user. =20 .. code-block:: console =20 - CONFIG_RTE_LIBRTE_VHOST_USER=3Dy + CONFIG_RTE_LIBRTE_VHOST_USER=3Dn =20 After vhost is enabled and the implementation is selected, build th= e vhost library. =20 --=20 1.9.3