git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5693b81
)
ethdev: fix ABI version
author
Ferruh Yigit
<ferruh.yigit@intel.com>
Thu, 14 Sep 2017 14:55:06 +0000
(15:55 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 4 Oct 2017 21:50:59 +0000
(23:50 +0200)
The ethdev ABI has been broken in release 17.08 without being bumped.
Fixes:
c33ade1227a5
("doc: notify ethdev callback process API change")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Zhiyong Yang <zhiyong.yang@intel.com>
lib/librte_ether/Makefile
patch
|
blob
|
history
diff --git
a/lib/librte_ether/Makefile
b/lib/librte_ether/Makefile
index
5f65d05
..
201cb96
100644
(file)
--- a/
lib/librte_ether/Makefile
+++ b/
lib/librte_ether/Makefile
@@
-41,7
+41,7
@@
CFLAGS += $(WERROR_FLAGS)
EXPORT_MAP := rte_ethdev_version.map
-LIBABIVER :=
6
+LIBABIVER :=
7
SRCS-y += rte_ethdev.c
SRCS-y += rte_flow.c