eal: implement device iteration initialization
[dpdk.git] / lib / librte_eal / meson.build
index 15d1c6a..259bb44 100644 (file)
@@ -21,9 +21,10 @@ else
        error('unsupported system type @0@'.format(hostmachine.system()))
 endif
 
-version = 6  # the version of the EAL API
+version = 7  # the version of the EAL API
 allow_experimental_apis = true
 deps += 'compat'
+deps += 'kvargs'
 cflags += '-D_GNU_SOURCE'
 sources = common_sources + env_sources
 objs = common_objs + env_objs