DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] linux_gsg: quick_start.rst fixed as per setup.sh menu options *corrected as per latest setup.sh menu options
@ 2014-12-16 13:00 Reshma Pattan
  2014-12-17 13:11 ` [dpdk-dev] [PATCH v2] doc: fix setup menu options in linux gsg Reshma Pattan
  0 siblings, 1 reply; 3+ messages in thread
From: Reshma Pattan @ 2014-12-16 13:00 UTC (permalink / raw)
  To: dev

	Signed-off-by: Reshma Pattan<reshma.pattan@intel.com>
---
 doc/guides/linux_gsg/quick_start.rst |   64 ++++++++++++++++++---------------
 1 files changed, 35 insertions(+), 29 deletions(-)

diff --git a/doc/guides/linux_gsg/quick_start.rst b/doc/guides/linux_gsg/quick_start.rst
index 089dddb..a99b8fa 100644
--- a/doc/guides/linux_gsg/quick_start.rst
+++ b/doc/guides/linux_gsg/quick_start.rst
@@ -122,15 +122,21 @@ Some options in the script prompt the user for further data before proceeding.
 
     [2] i686-native-linuxapp-icc
 
-    [3] x86_64-ivshmem-linuxapp-gcc
+    [3] ppc_64-power8-linuxapp-gcc
 
-    [4] x86_64-ivshmem-linuxapp-icc
+    [4] x86_64-ivshmem-linuxapp-gcc
 
-    [5] x86_64-native-bsdapp-gcc
+    [5] x86_64-ivshmem-linuxapp-icc
 
-    [6] x86_64-native-linuxapp-gcc
+    [6] x86_64-native-bsdapp-clang
 
-    [7] x86_64-native-linuxapp-icc
+    [7] x86_64-native-bsdapp-gcc
+
+    [8] x86_64-native-linuxapp-clang
+
+    [9] x86_64-native-linuxapp-gcc
+
+    [10] x86_64-native-linuxapp-icc
 
     ------------------------------------------------------------------------
 
@@ -138,23 +144,23 @@ Some options in the script prompt the user for further data before proceeding.
 
     ------------------------------------------------------------------------
 
-    [8] Insert IGB UIO module
+    [11] Insert IGB UIO module
 
-    [9] Insert VFIO module
+    [12] Insert VFIO module
 
-    [10] Insert KNI module
+    [13] Insert KNI module
 
-    [11] Setup hugepage mappings for non-NUMA systems
+    [14] Setup hugepage mappings for non-NUMA systems
 
-    [12] Setup hugepage mappings for NUMA systems
+    [15] Setup hugepage mappings for NUMA systems
 
-    [13] Display current Ethernet device settings
+    [16] Display current Ethernet device settings
 
-    [14] Bind Ethernet device to IGB UIO module
+    [17] Bind Ethernet device to IGB UIO module
 
-    [15] Bind Ethernet device to VFIO module
+    [18] Bind Ethernet device to VFIO module
 
-    [16] Setup VFIO permissions
+    [19] Setup VFIO permissions
 
     ------------------------------------------------------------------------
 
@@ -162,9 +168,9 @@ Some options in the script prompt the user for further data before proceeding.
 
     ------------------------------------------------------------------------
 
-    [17] Run test application ($RTE_TARGET/app/test)
+    [20] Run test application ($RTE_TARGET/app/test)
 
-    [18] Run testpmd application in interactive mode ($RTE_TARGET/app/testpmd)
+    [21] Run testpmd application in interactive mode ($RTE_TARGET/app/testpmd)
 
     ------------------------------------------------------------------------
 
@@ -172,7 +178,7 @@ Some options in the script prompt the user for further data before proceeding.
 
     ------------------------------------------------------------------------
 
-    [19] List hugepage info from /proc/meminfo
+    [22] List hugepage info from /proc/meminfo
 
     ------------------------------------------------------------------------
 
@@ -180,19 +186,19 @@ Some options in the script prompt the user for further data before proceeding.
 
     ------------------------------------------------------------------------
 
-    [20] Uninstall all targets
+    [23] Uninstall all targets
 
-    [21] Unbind NICs from IGB UIO driver
+    [24] Unbind NICs from IGB UIO driver
 
-    [22] Remove IGB UIO module
+    [25] Remove IGB UIO module
 
-    [23] Remove VFIO module
+    [26] Remove VFIO module
 
-    [24] Remove KNI module
+    [27] Remove KNI module
 
-    [25] Remove hugepage mappings
+    [28] Remove hugepage mappings
 
-    [26] Exit Script
+    [29] Exit Script
 
 Option:
 
@@ -200,7 +206,7 @@ The following selection demonstrates the creation of the x86_64-native-linuxapp-
 
 .. code-block:: console
 
-    Option: 4
+    Option: 9
 
     ================== Installing x86_64-native-linuxapp-gcc
 
@@ -216,7 +222,7 @@ The following selection demonstrates the starting of the Intel® DPDK UIO driver
 
 .. code-block:: console
 
-    Option: 5
+    Option: 25
 
     Unloading any existing DPDK UIO module
     Loading DPDK UIO module
@@ -232,10 +238,10 @@ The result is that the application should use -m 4096 for starting the applicati
 
 .. code-block:: console
 
-    Option: 11
+    Option: 15
 
     Removing currently reserved hugepages
-    nmounting /mnt/huge and removing directory
+    Unmounting /mnt/huge and removing directory
     Input the number of 2MB pages for each node
     Example: to have 128MB of hugepages available per node,
     enter '64' to reserve 64 * 2MB pages on each node
@@ -248,7 +254,7 @@ The following selection demonstrates the launch of the test application to run o
 
 .. code-block:: console
 
-    Option: 14
+    Option: 20
 
     Enter hex bitmask of cores to execute test app on
     Example: to execute app on cores 0 to 7, enter 0xff
-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dpdk-dev] [PATCH v2] doc: fix setup menu options in linux gsg
  2014-12-16 13:00 [dpdk-dev] [PATCH] linux_gsg: quick_start.rst fixed as per setup.sh menu options *corrected as per latest setup.sh menu options Reshma Pattan
@ 2014-12-17 13:11 ` Reshma Pattan
  2014-12-17 14:19   ` Iremonger, Bernard
  0 siblings, 1 reply; 3+ messages in thread
From: Reshma Pattan @ 2014-12-17 13:11 UTC (permalink / raw)
  To: dev

From: Reshma Pattan <reshma.pattan@intel.com>

v2 changes:
    fixed setup menu options in linux gsg to 
    keep in synch with setup.sh
        
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
---
 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 further data before proceeding.
 
     [2] i686-native-linuxapp-icc
 
-    [3] x86_64-ivshmem-linuxapp-gcc
+    [3] ppc_64-power8-linuxapp-gcc
 
-    [4] x86_64-ivshmem-linuxapp-icc
+    [4] x86_64-ivshmem-linuxapp-gcc
 
-    [5] x86_64-native-bsdapp-gcc
+    [5] x86_64-ivshmem-linuxapp-icc
 
-    [6] x86_64-native-linuxapp-gcc
+    [6] x86_64-native-bsdapp-clang
 
-    [7] x86_64-native-linuxapp-icc
+    [7] x86_64-native-bsdapp-gcc
 
-    [8] ppc_64-power8-linuxapp-gcc
+    [8] x86_64-native-linuxapp-clang
+
+    [9] x86_64-native-linuxapp-gcc
+
+    [10] x86_64-native-linuxapp-icc
 
     ------------------------------------------------------------------------
 
@@ -140,23 +144,23 @@ Some options in the script prompt the user for further data before proceeding.
 
     ------------------------------------------------------------------------
 
-    [9] Insert IGB UIO module
+    [11] Insert IGB UIO module
 
-    [10] Insert VFIO module
+    [12] Insert VFIO module
 
-    [11] Insert KNI module
+    [13] Insert KNI module
 
-    [12] Setup hugepage mappings for non-NUMA systems
+    [14] Setup hugepage mappings for non-NUMA systems
 
-    [13] Setup hugepage mappings for NUMA systems
+    [15] Setup hugepage mappings for NUMA systems
 
-    [14] Display current Ethernet device settings
+    [16] Display current Ethernet device settings
 
-    [15] Bind Ethernet device to IGB UIO module
+    [17] Bind Ethernet device to IGB UIO module
 
-    [16] Bind Ethernet device to VFIO module
+    [18] Bind Ethernet device to VFIO module
 
-    [17] Setup VFIO permissions
+    [19] Setup VFIO permissions
 
     ------------------------------------------------------------------------
 
@@ -164,9 +168,9 @@ Some options in the script prompt the user for further data before proceeding.
 
     ------------------------------------------------------------------------
 
-    [18] Run test application ($RTE_TARGET/app/test)
+    [20] Run test application ($RTE_TARGET/app/test)
 
-    [19] Run testpmd application in interactive mode ($RTE_TARGET/app/testpmd)
+    [21] Run testpmd application in interactive mode ($RTE_TARGET/app/testpmd)
 
     ------------------------------------------------------------------------
 
@@ -174,7 +178,7 @@ Some options in the script prompt the user for further data before proceeding.
 
     ------------------------------------------------------------------------
 
-    [20] List hugepage info from /proc/meminfo
+    [22] List hugepage info from /proc/meminfo
 
     ------------------------------------------------------------------------
 
@@ -182,19 +186,19 @@ Some options in the script prompt the user for further data before proceeding.
 
     ------------------------------------------------------------------------
 
-    [21] Uninstall all targets
+    [23] Uninstall all targets
 
-    [22] Unbind NICs from IGB UIO driver
+    [24] Unbind NICs from IGB UIO driver
 
-    [23] Remove IGB UIO module
+    [25] Remove IGB UIO module
 
-    [24] Remove VFIO module
+    [26] Remove VFIO module
 
-    [25] Remove KNI module
+    [27] Remove KNI module
 
-    [26] Remove hugepage mappings
+    [28] Remove hugepage mappings
 
-    [27] Exit Script
+    [29] Exit Script
 
 Option:
 
@@ -202,7 +206,7 @@ The following selection demonstrates the creation of the x86_64-native-linuxapp-
 
 .. code-block:: console
 
-    Option: 4
+    Option: 9
 
     ================== Installing x86_64-native-linuxapp-gcc
 
@@ -218,7 +222,7 @@ The following selection demonstrates the starting of the Intel® DPDK UIO driver
 
 .. code-block:: console
 
-    Option: 5
+    Option: 25
 
     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
 
 .. code-block:: console
 
-    Option: 11
+    Option: 15
 
     Removing currently reserved hugepages
     nmounting /mnt/huge and removing directory
@@ -250,7 +254,7 @@ The following selection demonstrates the launch of the test application to run o
 
 .. code-block:: console
 
-    Option: 14
+    Option: 20
 
     Enter hex bitmask of cores to execute test app on
     Example: to execute app on cores 0 to 7, enter 0xff
-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH v2] doc: fix setup menu options in linux gsg
  2014-12-17 13:11 ` [dpdk-dev] [PATCH v2] doc: fix setup menu options in linux gsg Reshma Pattan
@ 2014-12-17 14:19   ` Iremonger, Bernard
  0 siblings, 0 replies; 3+ messages in thread
From: Iremonger, Bernard @ 2014-12-17 14:19 UTC (permalink / raw)
  To: Pattan, Reshma, dev

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Reshma Pattan
> Sent: Wednesday, December 17, 2014 1:11 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] doc: fix setup menu options in linux gsg
> 
> From: Reshma Pattan <reshma.pattan@intel.com>
> 
> v2 changes:
>     fixed setup menu options in linux gsg to
>     keep in synch with setup.sh
> 
> Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>

Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>

 I have applied the patch to my tree next/dpdk-doc.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-17 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-16 13:00 [dpdk-dev] [PATCH] linux_gsg: quick_start.rst fixed as per setup.sh menu options *corrected as per latest setup.sh menu options Reshma Pattan
2014-12-17 13:11 ` [dpdk-dev] [PATCH v2] doc: fix setup menu options in linux gsg Reshma Pattan
2014-12-17 14:19   ` Iremonger, Bernard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).