]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/build-sdk-meson.rst
net/ena: refactor getting IO queues capabilities
[dpdk.git] / doc / guides / prog_guide / build-sdk-meson.rst
index e34daab91b71b9d13f68376956849f181cc039e3..7679c049af60f170281c4fb7b824a98cb3fbbeb0 100644 (file)
@@ -87,6 +87,9 @@ Project-specific options are passed used -Doption=value::
        meson -Ddisable_drivers=event/*,net/tap  # disable tap driver and all
                                        # eventdev PMDs for a smaller build
 
+       meson -Denable_trace_fp=true tracebuild # build with fast path traces
+                                       # enabled
+
 Examples of setting some of the same options using meson configure::
 
        meson configure -Dwerror=true
@@ -97,6 +100,8 @@ Examples of setting some of the same options using meson configure::
 
        meson configure -Dmax_lcores=8
 
+       meson configure -Denable_trace_fp=true
+
 NOTE: once meson has been run to configure a build in a directory, it
 cannot be run again on the same directory. Instead ``meson configure``
 should be used to change the build settings within the directory, and when