Skip to content

Commit

Permalink
Do not build unused DPDK libraries
Browse files Browse the repository at this point in the history
Relates #169
  • Loading branch information
GeorgyKirichenko committed Apr 18, 2024
1 parent 4b8644a commit 6765af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ libdpdk = subproject('dpdk', default_options: [
'platform=generic',
'cpu_instruction_set=corei7',
'disable_apps=dumpcap,graph,pdump,proc-info,test-acl,test-bbdev,test-cmdline,test-compress-perf,test-crypto-perf,test-dma-perf,test-eventdev,test-fib,test-flow-perf,test-gpudev,test-mldev,test-pipeline,test-pmd,test-regex,test-sad,test-security-perf',
'disable_libs=bitratestats,cfgfile,flow_classify,gpudev,gro,gso,kni,jobstats,latencystats,metrics,node,pdump,pipeline,port,power,table,vhost',
'enable_driver_sdk=true', 'disable_drivers=net/mlx4',
'default_library=static', 'tests=false' ] )

Expand Down

0 comments on commit 6765af5

Please sign in to comment.