DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] version: 18.05.0
@ 2018-05-30 14:03 Thomas Monjalon
  2018-05-30 14:09 ` [dpdk-dev] [dpdk-techboard] " Hemant Agrawal
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2018-05-30 14:03 UTC (permalink / raw)
  To: dev; +Cc: techboard

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 lib/librte_eal/common/include/rte_version.h | 4 ++--
 meson.build                                 | 2 +-
 pkg/dpdk.spec                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index c1d735204..6e2a23624 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -42,14 +42,14 @@ extern "C" {
 /**
  * Extra string to be appended to version number
  */
-#define RTE_VER_SUFFIX "-rc"
+#define RTE_VER_SUFFIX ""
 
 /**
  * Patch release number
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 6
+#define RTE_VER_RELEASE 16
 
 /**
  * Macro to compute a version number usable for comparisons
diff --git a/meson.build b/meson.build
index 29a7257f7..5b2234f09 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-	version: '18.05-rc6',
+	version: '18.05.0',
 	license: 'BSD',
 	default_options: ['buildtype=release', 'default_library=static'],
 	meson_version: '>= 0.41'
diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec
index 23dec98f4..bba69dd13 100644
--- a/pkg/dpdk.spec
+++ b/pkg/dpdk.spec
@@ -2,7 +2,7 @@
 # Copyright 2014 6WIND S.A.
 
 Name: dpdk
-Version: 18.02
+Version: 18.05
 Release: 1
 Packager: packaging@6wind.com
 URL: http://dpdk.org
-- 
2.16.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [dpdk-techboard] [PATCH] version: 18.05.0
  2018-05-30 14:03 [dpdk-dev] [PATCH] version: 18.05.0 Thomas Monjalon
@ 2018-05-30 14:09 ` Hemant Agrawal
  2018-05-30 14:38   ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Hemant Agrawal @ 2018-05-30 14:09 UTC (permalink / raw)
  To: Thomas Monjalon, dev; +Cc: techboard

HI Thomas,
	
-----Original Message-----
From: techboard [mailto:techboard-bounces@dpdk.org] On Behalf Of Thomas Monjalon
Sent: Wednesday, May 30, 2018 7:34 PM
To: dev@dpdk.org
Cc: techboard@dpdk.org
Subject: [dpdk-techboard] [PATCH] version: 18.05.0

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 lib/librte_eal/common/include/rte_version.h | 4 ++--
 meson.build                                 | 2 +-
 pkg/dpdk.spec                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index c1d735204..6e2a23624 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -42,14 +42,14 @@ extern "C" {
 /**
  * Extra string to be appended to version number
  */
-#define RTE_VER_SUFFIX "-rc"
+#define RTE_VER_SUFFIX ""
 
 /**
  * Patch release number
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 6
+#define RTE_VER_RELEASE 16
 
 /**
  * Macro to compute a version number usable for comparisons diff --git a/meson.build b/meson.build index 29a7257f7..5b2234f09 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-	version: '18.05-rc6',
+	version: '18.05.0',
 	license: 'BSD',
 	default_options: ['buildtype=release', 'default_library=static'],
 	meson_version: '>= 0.41'
diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 23dec98f4..bba69dd13 100644
--- a/pkg/dpdk.spec
+++ b/pkg/dpdk.spec
@@ -2,7 +2,7 @@
 # Copyright 2014 6WIND S.A.
 
 Name: dpdk
-Version: 18.02
+Version: 18.05
 Release: 1
 Packager: packaging@6wind.com
 URL: https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdpdk.org&data=02%7C01%7Chemant.agrawal%40nxp.com%7C48615abe3db24f0c85b808d5c6363c53%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636632858604736852&sdata=mqnW8I%2BcLE7DFhPYZLWj1d5VBlTREvx5cntvW4HUUZA%3D&reserved=0

[Hemant]  Just wondering, if you think that packager should be changed to dpdk.org?

Otherwise
Acked

--
2.16.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [dpdk-techboard] [PATCH] version: 18.05.0
  2018-05-30 14:09 ` [dpdk-dev] [dpdk-techboard] " Hemant Agrawal
@ 2018-05-30 14:38   ` Thomas Monjalon
  2018-05-30 17:05     ` Hemant Agrawal
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2018-05-30 14:38 UTC (permalink / raw)
  To: Hemant Agrawal; +Cc: dev, techboard

30/05/2018 16:09, Hemant Agrawal:
> --- a/pkg/dpdk.spec
> +++ b/pkg/dpdk.spec
> @@ -2,7 +2,7 @@
>  # Copyright 2014 6WIND S.A.
>  
>  Name: dpdk
> -Version: 18.02
> +Version: 18.05
>  Release: 1
>  Packager: packaging@6wind.com
> 
> [Hemant]  Just wondering, if you think that packager should be changed to dpdk.org?

It needs to be discussed.
It is a template for RPM and I am not sure this field is used anyway.
Can be changed during 18.08.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [dpdk-techboard] [PATCH] version: 18.05.0
  2018-05-30 14:38   ` Thomas Monjalon
@ 2018-05-30 17:05     ` Hemant Agrawal
  0 siblings, 0 replies; 4+ messages in thread
From: Hemant Agrawal @ 2018-05-30 17:05 UTC (permalink / raw)
  To: thomas; +Cc: techboard, dev

Yes, we can postpone it for 18.08

Sent from my Android phone using TouchDown (www.symantec.com)

-----Original Message-----
From: Thomas Monjalon [thomas@monjalon.net]
Received: Wednesday, 30 May 2018, 8:08PM
To: Hemant Agrawal [hemant.agrawal@nxp.com]
CC: dev@dpdk.org [dev@dpdk.org]; techboard@dpdk.org [techboard@dpdk.org]
Subject: Re: [dpdk-techboard] [PATCH] version: 18.05.0

30/05/2018 16:09, Hemant Agrawal:
> --- a/pkg/dpdk.spec
> +++ b/pkg/dpdk.spec
> @@ -2,7 +2,7 @@
>  # Copyright 2014 6WIND S.A.
>
>  Name: dpdk
> -Version: 18.02
> +Version: 18.05
>  Release: 1
>  Packager: packaging@6wind.com
>
> [Hemant]  Just wondering, if you think that packager should be changed to dpdk.org?

It needs to be discussed.
It is a template for RPM and I am not sure this field is used anyway.
Can be changed during 18.08.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-30 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-30 14:03 [dpdk-dev] [PATCH] version: 18.05.0 Thomas Monjalon
2018-05-30 14:09 ` [dpdk-dev] [dpdk-techboard] " Hemant Agrawal
2018-05-30 14:38   ` Thomas Monjalon
2018-05-30 17:05     ` Hemant Agrawal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).