doc: change linuxapp to linux

Message ID 1558934316-17851-1-git-send-email-wang.yong19@zte.com.cn (mailing list archive)
State Accepted, archived
Headers
Series doc: change linuxapp to linux |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Yong Wang May 27, 2019, 5:18 a.m. UTC
  Since linuxapp in build configs has been changed to linux, change it
in the bluefield doc.

Fixes: 22d1d1ccc357("doc: add Mellanox BlueField platform guide")

Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
---
 doc/guides/platform/bluefield.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Thomas Monjalon May 29, 2019, 11:14 a.m. UTC | #1
27/05/2019 07:18, Yong Wang:
> Since linuxapp in build configs has been changed to linux, change it
> in the bluefield doc.
> 
> Fixes: 22d1d1ccc357("doc: add Mellanox BlueField platform guide")
+Cc stable@dpdk.org
> 
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>

Applied, thanks
  

Patch

diff --git a/doc/guides/platform/bluefield.rst b/doc/guides/platform/bluefield.rst
index 0bb58e5..894db2c 100644
--- a/doc/guides/platform/bluefield.rst
+++ b/doc/guides/platform/bluefield.rst
@@ -65,7 +65,7 @@  make build
 
 .. code-block:: console
 
-        make config T=arm64-bluefield-linuxapp-gcc
+        make config T=arm64-bluefield-linux-gcc
         make -j
 
 meson build
@@ -135,7 +135,7 @@  make build
 
 .. code-block:: console
 
-        make config T=arm64-bluefield-linuxapp-gcc
+        make config T=arm64-bluefield-linux-gcc
         make -j CROSS=aarch64-linux-gnu- CONFIG_RTE_KNI_KMOD=n CONFIG_RTE_EAL_IGB_UIO=n
 
 meson build