From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8366F330D
 for <dev@dpdk.org>; Mon,  7 Aug 2017 13:35:24 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 272F9211D4;
 Mon,  7 Aug 2017 07:35:24 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Mon, 07 Aug 2017 07:35:24 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=igX0AZL3+GUQiqS
 2szjzNvWcn8iqf3YHtaSKxT2xDD8=; b=q5o5IzmxxA3KzdGHVqlJR0EnjdNl1vE
 MQqUpSLOMinnD473YjG/C5MQiXzuPs2rrPSfzxSPtO8vX3Zu3bkm3o8T4yo8MdNG
 QoeQ0IUD6285vwTA0yktM3wsI0l5GEyDstaElvt7RcAIX3tMzrM98Kzv32hYP/DN
 mF35qkMWMZEo=
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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=
 fm1; bh=igX0AZL3+GUQiqS2szjzNvWcn8iqf3YHtaSKxT2xDD8=; b=kPvI5zm7
 174MJb7g53TIpp3XCvrkTm5ZsyF/CECHkdFKWUcI/beKnZ0VLX4S4JtBaHRY3Mxu
 a3vrbgWtY3bfzepKLFtnU4YtUBtSufDp92SWHTRyG//7UlrTzaI9ak8bdAy9VCF2
 aWrZgnKg1Q8LOmcodDWd3HHGQ5wNdAgx1Zez+OKsxA3flPozyK62mNDkV7PETl8W
 a76gBc9qR1KOtzY+lplLnjNwlHDPj9DRoC38Tyvn+OKJz2OcADDSF0TSfK3U6EMd
 h5g0sUDfweph7k694BHprYjFzIUOVSK2AHVed8wjp1o7AsSe++z1TSWbarPtjDYg
 T5mPNIXtyvbiXw==
X-ME-Sender: <xms:fFCIWT54xNqSJ-nvp2oJXZ3RzWt8xSWrs5e5sbAygoNsMwr6usw0yA>
X-Sasl-enc: XpIr3Jo54UaLppWsgo/86oxysAPPuUDunE9s13y4aGoS 1502105723
Received: from xps.localnet (eth-west-pareq2-46-193-0-155.wb.wifirst.net
 [46.193.0.155])
 by mail.messagingengine.com (Postfix) with ESMTPA id A18637E5DF;
 Mon,  7 Aug 2017 07:35:23 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Keith Wiles <keith.wiles@intel.com>
Cc: dev@dpdk.org
Date: Mon, 07 Aug 2017 13:35:21 +0200
Message-ID: <2588998.vour8g1xmE@xps>
In-Reply-To: <20170706145649.65075-1-keith.wiles@intel.com>
References: <20170706145649.65075-1-keith.wiles@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] usertools: script to output version string
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Aug 2017 11:35:24 -0000

Hi,

06/07/2017 16:56, Keith Wiles:
> +# Locate the rte_version.h file and parse out the version strings.

I think this script is not needed because we have already
something in mk/rte.sdkconfig.mk.
Example:
	% make showversion
	17.08.0-rc4

Do you need more?