]> git.droids-corp.org - dpdk.git/blobdiff - lib/meson.build
mempool: fix alignment of memzone length when populating
[dpdk.git] / lib / meson.build
index 73d6f25c79f551cfd1a3ab8dbf9e0e6cb01edbca..166905c1ca9dde3f9fed3ba8bc18a220ee1a15e9 100644 (file)
@@ -9,10 +9,9 @@
 # given as a dep, no need to mention ring. This is especially true for the
 # core libs which are widely reused, so their deps are kept to a minimum.
 libraries = [ 'compat', # just a header, used for versioning
-       'eal', 'ring', 'mempool', 'mbuf', 'net', 'ether', 'pci', # core
+       'eal', 'ring', 'mempool', 'mbuf', 'net', 'kvargs', 'ethdev', 'pci', # core
        'metrics', # bitrate/latency stats depends on this
        'hash',    # efd depends on this
-       'kvargs',  # cryptodev depends on this
        'timer',   # eventdev depends on this
        'acl', 'bbdev', 'bitratestats', 'cfgfile',
        'cmdline', 'cryptodev',