Re: [dpdk-dev] [PATCH v2] usertools: script to output version string

2019-03-01 Thread Ferruh Yigit
On 1/23/2019 7:16 PM, Ferruh Yigit wrote: > On 8/7/2017 6:31 PM, keith.wiles at intel.com (Wiles, Keith) wrote: >>> On Aug 7, 2017, at 11:49 AM, Thomas Monjalon wrote: >>> >>> 07/08/2017 15:17, Wiles, Keith: > On Aug 7, 2017, at 6:35 AM, Thomas Monjalon > wrote: > > Hi,

Re: [dpdk-dev] [PATCH v2] usertools: script to output version string

2019-01-23 Thread Ferruh Yigit
On 8/7/2017 6:31 PM, keith.wiles at intel.com (Wiles, Keith) wrote: >> On Aug 7, 2017, at 11:49 AM, Thomas Monjalon wrote: >> >> 07/08/2017 15:17, Wiles, Keith: >>> On Aug 7, 2017, at 6:35 AM, Thomas Monjalon wrote: Hi, 06/07/2017 16:56, Keith Wiles: > +# Locate the r

Re: [dpdk-dev] [PATCH v2] usertools: script to output version string

2017-08-07 Thread Wiles, Keith
> On Aug 7, 2017, at 11:49 AM, Thomas Monjalon wrote: > > 07/08/2017 15:17, Wiles, Keith: >> >>> On Aug 7, 2017, at 6:35 AM, Thomas Monjalon wrote: >>> >>> Hi, >>> >>> 06/07/2017 16:56, Keith Wiles: +# Locate the rte_version.h file and parse out the version strings. >>> >>> I think thi

Re: [dpdk-dev] [PATCH v2] usertools: script to output version string

2017-08-07 Thread Thomas Monjalon
07/08/2017 15:17, Wiles, Keith: > > > On Aug 7, 2017, at 6:35 AM, Thomas Monjalon wrote: > > > > 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 i

Re: [dpdk-dev] [PATCH v2] usertools: script to output version string

2017-08-07 Thread Wiles, Keith
> On Aug 7, 2017, at 6:35 AM, Thomas Monjalon wrote: > > 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 sho

Re: [dpdk-dev] [PATCH v2] usertools: script to output version string

2017-08-07 Thread Thomas Monjalon
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?

[dpdk-dev] [PATCH v2] usertools: script to output version string

2017-07-06 Thread Keith Wiles
Signed-off-by: Keith Wiles --- usertools/dpdk-version.sh | 124 ++ 1 file changed, 124 insertions(+) create mode 100755 usertools/dpdk-version.sh diff --git a/usertools/dpdk-version.sh b/usertools/dpdk-version.sh new file mode 100755 index 0..