()
| 219 | |
| 220 | |
| 221 | def 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 | |
| 229 | def check_mlx(): |
nothing calls this directly
no test coverage detected