[dpdk-dev,RFC,1/5] version: 17.11.0

Message ID 1513805689-28202-2-git-send-email-qi.z.zhang@intel.com (mailing list archive)
State Superseded, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply patch file failure

Commit Message

Qi Zhang Dec. 20, 2017, 9:34 p.m. UTC
  From: Thomas Monjalon <thomas@monjalon.net>

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

Comments

De Lara Guarch, Pablo Dec. 21, 2017, 9:07 a.m. UTC | #1
Hi Qi,

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qi Zhang
> Sent: Wednesday, December 20, 2017 9:35 PM
> To: adrien.mazarguil@6wind.com
> Cc: dev@dpdk.org; Doherty, Declan <declan.doherty@intel.com>; Thomas
> Monjalon <thomas@monjalon.net>
> Subject: [dpdk-dev] [RFC 1/5] version: 17.11.0
> 
> From: Thomas Monjalon <thomas@monjalon.net>
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  lib/librte_eal/common/include/rte_version.h | 4 ++--
>  pkg/dpdk.spec                               | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Your patchset should not change these files.

Regards,
Pablo
  
Qi Zhang Dec. 21, 2017, 9:13 a.m. UTC | #2
Sorry, there is some mistake
Please ignore, I will resend everything as v2

Regards
Qi

> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Thursday, December 21, 2017 5:07 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; adrien.mazarguil@6wind.com
> Cc: dev@dpdk.org; Doherty, Declan <declan.doherty@intel.com>; Thomas
> Monjalon <thomas@monjalon.net>
> Subject: RE: [dpdk-dev] [RFC 1/5] version: 17.11.0
> 
> Hi Qi,
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qi Zhang
> > Sent: Wednesday, December 20, 2017 9:35 PM
> > To: adrien.mazarguil@6wind.com
> > Cc: dev@dpdk.org; Doherty, Declan <declan.doherty@intel.com>; Thomas
> > Monjalon <thomas@monjalon.net>
> > Subject: [dpdk-dev] [RFC 1/5] version: 17.11.0
> >
> > From: Thomas Monjalon <thomas@monjalon.net>
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > ---
> >  lib/librte_eal/common/include/rte_version.h | 4 ++--
> >  pkg/dpdk.spec                               | 2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> Your patchset should not change these files.
> 
> Regards,
> Pablo
  

Patch

diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index fa01807..b176f65 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -71,14 +71,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 4
+#define RTE_VER_RELEASE 16
 
 /**
  * Macro to compute a version number usable for comparisons
diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec
index fd1b5ef..6a41fc7 100644
--- a/pkg/dpdk.spec
+++ b/pkg/dpdk.spec
@@ -30,7 +30,7 @@ 
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Name: dpdk
-Version: 17.08
+Version: 17.11
 Release: 1
 Packager: packaging@6wind.com
 URL: http://dpdk.org