From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 01A32A0471 for ; Tue, 13 Aug 2019 15:30:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A87461BE86; Tue, 13 Aug 2019 15:30:09 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1EF42378B; Tue, 13 Aug 2019 15:30:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Aug 2019 06:30:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,381,1559545200"; d="scan'208";a="178669998" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.78]) ([10.237.220.78]) by orsmga003.jf.intel.com with ESMTP; 13 Aug 2019 06:30:04 -0700 To: Dekel Peled , wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <86cab83a7628da576933f5f6267abe600b2ae604.1565695422.git.dekelp@mellanox.com> From: "Burakov, Anatoly" Message-ID: <4e8edce8-b9d2-c0df-5914-90192d10e0bd@intel.com> Date: Tue, 13 Aug 2019 14:30:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <86cab83a7628da576933f5f6267abe600b2ae604.1565695422.git.dekelp@mellanox.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: fix description of links to EAL options pages 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" On 13-Aug-19 12:25 PM, Dekel Peled wrote: > Documentation includes separate pages of EAL command-line options for > Linux and for FreeBSD. > Links to these pages use the same text 'EAL parameters', so it is not > clear which link to use for which environment. > > This patch adds the text '(Linux)' and '(FreeBSD)' where relevant, to > clearly identify the links. > > Fixes: 3ee567cfec37 ("doc: document all EAL parameters in one place") > Cc: stable@dpdk.org > > Signed-off-by: Dekel Peled > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly