From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reshma Pattan Subject: =?utf-8?q?=5BPATCH_v2=5D_doc=3A_fix_setup_menu_options?= =?utf-8?q?_in_linux_gsg?= Date: Wed, 17 Dec 2014 13:11:14 +0000 Message-ID: <1418821874-8901-1-git-send-email-reshma.pattan@intel.com> References: <1418734808-20941-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1418734808-20941-1-git-send-email-reshma.pattan-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" From: Reshma Pattan v2 changes: fixed setup menu options in linux gsg to=20 keep in synch with setup.sh =20 Signed-off-by: Reshma Pattan --- doc/guides/linux_gsg/quick_start.rst | 62 ++++++++++++++++++----------= ------ 1 files changed, 33 insertions(+), 29 deletions(-) diff --git a/doc/guides/linux_gsg/quick_start.rst b/doc/guides/linux_gsg/= quick_start.rst index 2956c6c..0ad9cd6 100644 --- a/doc/guides/linux_gsg/quick_start.rst +++ b/doc/guides/linux_gsg/quick_start.rst @@ -122,17 +122,21 @@ Some options in the script prompt the user for furt= her data before proceeding. =20 [2] i686-native-linuxapp-icc =20 - [3] x86_64-ivshmem-linuxapp-gcc + [3] ppc_64-power8-linuxapp-gcc =20 - [4] x86_64-ivshmem-linuxapp-icc + [4] x86_64-ivshmem-linuxapp-gcc =20 - [5] x86_64-native-bsdapp-gcc + [5] x86_64-ivshmem-linuxapp-icc =20 - [6] x86_64-native-linuxapp-gcc + [6] x86_64-native-bsdapp-clang =20 - [7] x86_64-native-linuxapp-icc + [7] x86_64-native-bsdapp-gcc =20 - [8] ppc_64-power8-linuxapp-gcc + [8] x86_64-native-linuxapp-clang + + [9] x86_64-native-linuxapp-gcc + + [10] x86_64-native-linuxapp-icc =20 --------------------------------------------------------------------= ---- =20 @@ -140,23 +144,23 @@ Some options in the script prompt the user for furt= her data before proceeding. =20 --------------------------------------------------------------------= ---- =20 - [9] Insert IGB UIO module + [11] Insert IGB UIO module =20 - [10] Insert VFIO module + [12] Insert VFIO module =20 - [11] Insert KNI module + [13] Insert KNI module =20 - [12] Setup hugepage mappings for non-NUMA systems + [14] Setup hugepage mappings for non-NUMA systems =20 - [13] Setup hugepage mappings for NUMA systems + [15] Setup hugepage mappings for NUMA systems =20 - [14] Display current Ethernet device settings + [16] Display current Ethernet device settings =20 - [15] Bind Ethernet device to IGB UIO module + [17] Bind Ethernet device to IGB UIO module =20 - [16] Bind Ethernet device to VFIO module + [18] Bind Ethernet device to VFIO module =20 - [17] Setup VFIO permissions + [19] Setup VFIO permissions =20 --------------------------------------------------------------------= ---- =20 @@ -164,9 +168,9 @@ Some options in the script prompt the user for furthe= r data before proceeding. =20 --------------------------------------------------------------------= ---- =20 - [18] Run test application ($RTE_TARGET/app/test) + [20] Run test application ($RTE_TARGET/app/test) =20 - [19] Run testpmd application in interactive mode ($RTE_TARGET/app/te= stpmd) + [21] Run testpmd application in interactive mode ($RTE_TARGET/app/te= stpmd) =20 --------------------------------------------------------------------= ---- =20 @@ -174,7 +178,7 @@ Some options in the script prompt the user for furthe= r data before proceeding. =20 --------------------------------------------------------------------= ---- =20 - [20] List hugepage info from /proc/meminfo + [22] List hugepage info from /proc/meminfo =20 --------------------------------------------------------------------= ---- =20 @@ -182,19 +186,19 @@ Some options in the script prompt the user for furt= her data before proceeding. =20 --------------------------------------------------------------------= ---- =20 - [21] Uninstall all targets + [23] Uninstall all targets =20 - [22] Unbind NICs from IGB UIO driver + [24] Unbind NICs from IGB UIO driver =20 - [23] Remove IGB UIO module + [25] Remove IGB UIO module =20 - [24] Remove VFIO module + [26] Remove VFIO module =20 - [25] Remove KNI module + [27] Remove KNI module =20 - [26] Remove hugepage mappings + [28] Remove hugepage mappings =20 - [27] Exit Script + [29] Exit Script =20 Option: =20 @@ -202,7 +206,7 @@ The following selection demonstrates the creation of = the x86_64-native-linuxapp- =20 .. code-block:: console =20 - Option: 4 + Option: 9 =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Installing x8= 6_64-native-linuxapp-gcc =20 @@ -218,7 +222,7 @@ The following selection demonstrates the starting of = the Intel=C2=AE DPDK UIO driver =20 .. code-block:: console =20 - Option: 5 + Option: 25 =20 Unloading any existing DPDK UIO module Loading DPDK UIO module @@ -234,7 +238,7 @@ The result is that the application should use -m 4096= for starting the applicati =20 .. code-block:: console =20 - Option: 11 + Option: 15 =20 Removing currently reserved hugepages nmounting /mnt/huge and removing directory @@ -250,7 +254,7 @@ The following selection demonstrates the launch of th= e test application to run o =20 .. code-block:: console =20 - Option: 14 + Option: 20 =20 Enter hex bitmask of cores to execute test app on Example: to execute app on cores 0 to 7, enter 0xff --=20 1.7.4.1