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 D8F28A04DD; Thu, 22 Oct 2020 10:20:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F5F56948; Thu, 22 Oct 2020 10:20:02 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 910DA66DA for ; Thu, 22 Oct 2020 10:20:00 +0200 (CEST) IronPort-SDR: DdD7v9kkyh+WjJ6GxLOFTPiXhKseaYC5haS9Vy2RBwCsYGGtfKCBh6G0EOYuBqeAMU/M+pQnGn 5YiId/Fwg+MQ== X-IronPort-AV: E=McAfee;i="6000,8403,9781"; a="167612009" X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="167612009" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2020 01:19:58 -0700 IronPort-SDR: nZE2gP1uYO3R2OK+JLQUV9756+4E9VlFNEeQFnReVstYqXsWHyKKbJYCrX+PKHCYwJHMRzBEHM A6QJDdT5iQIg== X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="533869322" Received: from bricha3-mobl.ger.corp.intel.com ([10.214.249.80]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 22 Oct 2020 01:19:53 -0700 Date: Thu, 22 Oct 2020 09:19:47 +0100 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, Ray Kinsella , Neil Horman , Rosen Xu , Andrew Rybchenko , Luca Boccassi Message-ID: <20201022081947.GB83@bricha3-MOBL.ger.corp.intel.com> References: <20201022074704.16111-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201022074704.16111-1-david.marchand@redhat.com> Subject: Re: [dpdk-dev] [PATCH] build: fix version map file references in documentation 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 Thu, Oct 22, 2020 at 09:47:04AM +0200, David Marchand wrote: > Fixes: 63b3907833d8 ("build: remove library name from version map file name") > > Signed-off-by: David Marchand > --- Thanks. I never thought that there might be references to the version maps including their filenames in the docs. Acked-by: Bruce Richardson