DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] eal: fix symbol map version number
@ 2016-03-01  7:57 Thomas Monjalon
  2016-03-03 10:40 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2016-03-01  7:57 UTC (permalink / raw)
  To: dev

The version 2.3 has been renamed 16.04.

Fixes: 6d7de6d2e357 ("version: switch to year.month numbers")

Reported-by: Panu Matilainen <pmatilai@redhat.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 lib/librte_eal/bsdapp/eal/rte_eal_version.map   | 2 +-
 lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_eal/bsdapp/eal/rte_eal_version.map b/lib/librte_eal/bsdapp/eal/rte_eal_version.map
index 127abaa..0c24223 100644
--- a/lib/librte_eal/bsdapp/eal/rte_eal_version.map
+++ b/lib/librte_eal/bsdapp/eal/rte_eal_version.map
@@ -138,7 +138,7 @@ DPDK_2.2 {
 
 } DPDK_2.1;
 
-DPDK_2.3 {
+DPDK_16.04 {
 	global:
 
 	rte_cpu_get_flag_name;
diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
index f61ec48..4aa9de7 100644
--- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map
+++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
@@ -141,7 +141,7 @@ DPDK_2.2 {
 
 } DPDK_2.1;
 
-DPDK_2.3 {
+DPDK_16.04 {
 	global:
 
 	rte_cpu_get_flag_name;
-- 
2.7.0

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

* Re: [dpdk-dev] [PATCH] eal: fix symbol map version number
  2016-03-01  7:57 [dpdk-dev] [PATCH] eal: fix symbol map version number Thomas Monjalon
@ 2016-03-03 10:40 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-03-03 10:40 UTC (permalink / raw)
  To: dev

> The version 2.3 has been renamed 16.04.
> 
> Fixes: 6d7de6d2e357 ("version: switch to year.month numbers")
> 
> Reported-by: Panu Matilainen <pmatilai@redhat.com>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied

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

end of thread, other threads:[~2016-03-03 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-01  7:57 [dpdk-dev] [PATCH] eal: fix symbol map version number Thomas Monjalon
2016-03-03 10:40 ` Thomas Monjalon

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).