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:
Ferruh Yigit 2017-09-14 15:55:06 +01:00 committed by Thomas Monjalon
parent 5693b81183
commit ccf3160716

View File

@ -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