net/mlx5: fix multi-segment packet wraparound
[dpdk.git] / lib / meson.build
index a4fb0db..018976d 100644 (file)
@@ -27,12 +27,14 @@ libraries = [
         'acl',
         'bbdev',
         'bitratestats',
+        'bpf',
         'cfgfile',
         'compressdev',
         'cryptodev',
         'distributor',
         'efd',
         'eventdev',
+        'gpudev',
         'gro',
         'gso',
         'ip_frag',
@@ -41,10 +43,11 @@ libraries = [
         'latencystats',
         'lpm',
         'member',
+        'pcapng',
         'power',
-        'pdump',
         'rawdev',
         'regexdev',
+        'dmadev',
         'rib',
         'reorder',
         'sched',
@@ -54,35 +57,24 @@ libraries = [
         'ipsec', # ipsec lib depends on net, crypto and security
         'fib', #fib lib depends on rib
         'port', # pkt framework libs which use other libs from above
+        'pdump', # pdump lib depends on bpf
         'table',
         'pipeline',
         'flow_classify', # flow_classify lib depends on pkt framework table lib
-        'bpf',
         'graph',
         'node',
 ]
 
-if is_windows
-    libraries = [
-            'kvargs',
-            'telemetry',
-            'eal',
-            'ring',
-            'rcu',
-            'mempool',
-            'mbuf',
-            'net',
-            'meter',
-            'ethdev',
-            'pci',
-            'cmdline',
-            'hash',
-            'cfgfile',
-    ] # only supported libraries for windows
-endif
-
 optional_libs = [
+        'bitratestats',
+        'gpudev',
+        'gro',
+        'gso',
         'kni',
+        'jobstats',
+        'latencystats',
+        'metrics',
+        'pdump',
         'power',
         'vhost',
 ]
@@ -178,6 +170,7 @@ foreach l:libraries
     if use_function_versioning
         cflags += '-DRTE_USE_FUNCTION_VERSIONING'
     endif
+    cflags += '-DRTE_LOG_DEFAULT_LOGTYPE=lib.' + l
 
     # first build static lib
     static_lib = static_library(libname,