From patchwork Mon May 27 05:18:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yong Wang X-Patchwork-Id: 53705 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AA9CA137D; Mon, 27 May 2019 08:02:41 +0200 (CEST) Received: from mxhk.zte.com.cn (mxhk.zte.com.cn [63.217.80.70]) by dpdk.org (Postfix) with ESMTP id 0125AF94 for ; Mon, 27 May 2019 08:02:39 +0200 (CEST) Received: from mse-fl1.zte.com.cn (unknown [10.30.14.238]) by Forcepoint Email with ESMTPS id 4A025D24E81B25FE7E34; Mon, 27 May 2019 14:02:38 +0800 (CST) Received: from notes_smtp.zte.com.cn ([10.30.1.239]) by mse-fl1.zte.com.cn with ESMTP id x4R62VQ1023771; Mon, 27 May 2019 14:02:31 +0800 (GMT-8) (envelope-from wang.yong19@zte.com.cn) Received: from 99-99-1-100.lightspeed.wepbfl.sbcglobal.net ([10.43.166.165]) by szsmtp06.zte.com.cn (Lotus Domino Release 8.5.3FP6) with ESMTP id 2019052714023571-349193 ; Mon, 27 May 2019 14:02:35 +0800 From: Yong Wang To: john.mcnamara@intel.com Cc: dev@dpdk.org, Yong Wang Date: Mon, 27 May 2019 13:18:36 +0800 Message-Id: <1558934316-17851-1-git-send-email-wang.yong19@zte.com.cn> X-Mailer: git-send-email 1.8.3.1 X-MIMETrack: Itemize by SMTP Server on SZSMTP06/server/zte_ltd(Release 8.5.3FP6|November 21, 2013) at 2019-05-27 14:02:35, Serialize by Router on notes_smtp/zte_ltd(Release 9.0.1FP7|August 17, 2016) at 2019-05-27 14:02:30, Serialize complete at 2019-05-27 14:02:30 X-MAIL: mse-fl1.zte.com.cn x4R62VQ1023771 Subject: [dpdk-dev] [PATCH] doc: change linuxapp to linux X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- doc/guides/platform/bluefield.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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