ethdev: fix ABI version
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>
This commit is contained in:
parent
5693b81183
commit
ccf3160716
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user