From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D1388A0465 for ; Wed, 29 May 2019 13:14:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 868271B945; Wed, 29 May 2019 13:14:36 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id EF2ED37A2; Wed, 29 May 2019 13:14:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id AF952716; Wed, 29 May 2019 07:14:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 29 May 2019 07:14:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=lKLSPRzhf0Z0aCTIqya/ekTLYOPkAIbF78iAmo17CyI=; b=OLrY7dOVd7BQ MqmAON8VDCxJw6yiqwFaOTR+QA04HpemewaDdqxs5LBkjM3td7lYSQOQLIYYfV+K 9msut51T8BAok44Al+Q1L9lznNRTH+rLRgxhePSUGBBmemH1TFHxeRFb55izsjej +3TO5j6ynbYDi9OELF2k/htzhl/E5iM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=lKLSPRzhf0Z0aCTIqya/ekTLYOPkAIbF78iAmo17C yI=; b=0gsHUDenYL9ZXQT/SlJq0tJFn2y1ORgJxOs+WbjSdMSyvPA4U+mLqYmr+ Eb8lzaVhhgLWBe2d815zhVFMpyM1IxNCTlG2bNZHwrJXPFna6+5G4DHUXghJjaxz pwJax/ahXL9FmjN9wOQm2zlBVkG5GJsFIwv1cuqNXyuTWT8DDmwchShsZOdiDbOY sN0s8xI76pI/X/x86+Ko7oYi7FbHU7gYXr4kT5XV7ZhJVTvMvtOAWBLCe7CpVhEy g8W6wE9YhvGPmI9A7rWovIoot/DySbXShMJ/fvKqJe17yT1ueVut9mfMg72rgCDg dL0NjNJUIglvxMXtv7rRK7gHJJzIw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddruddvjedggedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeekuddrudekhedrudejhedrheejnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (57.175.185.81.rev.sfr.net [81.185.175.57]) by mail.messagingengine.com (Postfix) with ESMTPA id A86CC80060; Wed, 29 May 2019 07:14:30 -0400 (EDT) From: Thomas Monjalon To: Yong Wang Cc: dev@dpdk.org, john.mcnamara@intel.com, stable@dpdk.org Date: Wed, 29 May 2019 13:14:27 +0200 Message-ID: <1637120.gGppTHZzdi@xps> In-Reply-To: <1558934316-17851-1-git-send-email-wang.yong19@zte.com.cn> References: <1558934316-17851-1-git-send-email-wang.yong19@zte.com.cn> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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" 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 Applied, thanks