MCPcopy Create free account
hub / github.com/NetSys/bess / check_bnx

Function check_bnx

build.py:221–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219
220
221def check_bnx():
222 if check_header('zlib.h', 'gcc') and check_c_lib('z'):
223 extra_libs.add('z')
224 else:
225 print(' - "zlib1g-dev" is not available. Disabling BNX2X PMD...')
226 set_config(DPDK_FINAL_CONFIG, 'CONFIG_RTE_LIBRTE_BNX2X_PMD', 'n')
227
228
229def check_mlx():

Callers

nothing calls this directly

Calls 4

check_headerFunction · 0.85
check_c_libFunction · 0.85
set_configFunction · 0.85
addMethod · 0.80

Tested by

no test coverage detected