net/mlx4: remove Tx inline compilation option
[dpdk.git] / config / common_base
1 #   BSD LICENSE
2 #
3 #   Copyright(c) 2010-2017 Intel Corporation. All rights reserved.
4 #   All rights reserved.
5 #
6 #   Redistribution and use in source and binary forms, with or without
7 #   modification, are permitted provided that the following conditions
8 #   are met:
9 #
10 #     * Redistributions of source code must retain the above copyright
11 #       notice, this list of conditions and the following disclaimer.
12 #     * Redistributions in binary form must reproduce the above copyright
13 #       notice, this list of conditions and the following disclaimer in
14 #       the documentation and/or other materials provided with the
15 #       distribution.
16 #     * Neither the name of Intel Corporation nor the names of its
17 #       contributors may be used to endorse or promote products derived
18 #       from this software without specific prior written permission.
19 #
20 #   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 #   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 #   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 #   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 #   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 #   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 #   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 #   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 #   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 #   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 #   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 #
32
33 #
34 # define executive environment
35 # RTE_EXEC_ENV values are the directories in mk/exec-env/
36 #
37 CONFIG_RTE_EXEC_ENV=
38
39 #
40 # define the architecture we compile for.
41 # RTE_ARCH values are the directories in mk/arch/
42 #
43 CONFIG_RTE_ARCH=
44
45 #
46 # machine can define specific variables or action for a specific board
47 # RTE_MACHINE values are the directories in mk/machine/
48 #
49 CONFIG_RTE_MACHINE=
50
51 #
52 # The compiler we use.
53 # RTE_TOOLCHAIN values are the directories in mk/toolchain/
54 #
55 CONFIG_RTE_TOOLCHAIN=
56
57 #
58 # Use intrinsics or assembly code for key routines
59 #
60 CONFIG_RTE_FORCE_INTRINSICS=n
61
62 #
63 # Machine forces strict alignment constraints.
64 #
65 CONFIG_RTE_ARCH_STRICT_ALIGN=n
66
67 #
68 # Compile to share library
69 #
70 CONFIG_RTE_BUILD_SHARED_LIB=n
71
72 #
73 # Use newest code breaking previous ABI
74 #
75 CONFIG_RTE_NEXT_ABI=y
76
77 #
78 # Major ABI to overwrite library specific LIBABIVER
79 #
80 CONFIG_RTE_MAJOR_ABI=
81
82 #
83 # Machine's cache line size
84 #
85 CONFIG_RTE_CACHE_LINE_SIZE=64
86
87 #
88 # Compile Environment Abstraction Layer
89 #
90 CONFIG_RTE_LIBRTE_EAL=y
91 CONFIG_RTE_MAX_LCORE=128
92 CONFIG_RTE_MAX_NUMA_NODES=8
93 CONFIG_RTE_MAX_MEMSEG=256
94 CONFIG_RTE_MAX_MEMZONE=2560
95 CONFIG_RTE_MAX_TAILQ=32
96 CONFIG_RTE_LOG_LEVEL=RTE_LOG_INFO
97 CONFIG_RTE_LOG_DP_LEVEL=RTE_LOG_INFO
98 CONFIG_RTE_LOG_HISTORY=256
99 CONFIG_RTE_BACKTRACE=y
100 CONFIG_RTE_LIBEAL_USE_HPET=n
101 CONFIG_RTE_EAL_ALLOW_INV_SOCKET_ID=n
102 CONFIG_RTE_EAL_ALWAYS_PANIC_ON_ERROR=n
103 CONFIG_RTE_EAL_IGB_UIO=n
104 CONFIG_RTE_EAL_VFIO=n
105 CONFIG_RTE_MALLOC_DEBUG=n
106 CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
107
108 #
109 # Recognize/ignore the AVX/AVX512 CPU flags for performance/power testing.
110 # AVX512 is marked as experimental for now, will enable it after enough
111 # field test and possible optimization.
112 #
113 CONFIG_RTE_ENABLE_AVX=y
114 CONFIG_RTE_ENABLE_AVX512=n
115
116 # Default driver path (or "" to disable)
117 CONFIG_RTE_EAL_PMD_PATH=""
118
119 #
120 # Compile Environment Abstraction Layer to support Vmware TSC map
121 #
122 CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y
123
124 #
125 # Compile the argument parser library
126 #
127 CONFIG_RTE_LIBRTE_KVARGS=y
128
129 #
130 # Compile generic ethernet library
131 #
132 CONFIG_RTE_LIBRTE_ETHER=y
133 CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n
134 CONFIG_RTE_MAX_ETHPORTS=32
135 CONFIG_RTE_MAX_QUEUES_PER_PORT=1024
136 CONFIG_RTE_LIBRTE_IEEE1588=n
137 CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
138 CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
139 CONFIG_RTE_ETHDEV_PROFILE_ITT_WASTED_RX_ITERATIONS=n
140
141 #
142 # Turn off Tx preparation stage
143 #
144 # Warning: rte_eth_tx_prepare() can be safely disabled only if using a
145 # driver which do not implement any Tx preparation.
146 #
147 CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n
148
149 #
150 # Compile burst-oriented Amazon ENA PMD driver
151 #
152 CONFIG_RTE_LIBRTE_ENA_PMD=y
153 CONFIG_RTE_LIBRTE_ENA_DEBUG_RX=n
154 CONFIG_RTE_LIBRTE_ENA_DEBUG_TX=n
155 CONFIG_RTE_LIBRTE_ENA_DEBUG_TX_FREE=n
156 CONFIG_RTE_LIBRTE_ENA_DEBUG_DRIVER=n
157 CONFIG_RTE_LIBRTE_ENA_COM_DEBUG=n
158
159 #
160 # Compile burst-oriented IGB & EM PMD drivers
161 #
162 CONFIG_RTE_LIBRTE_EM_PMD=y
163 CONFIG_RTE_LIBRTE_IGB_PMD=y
164 CONFIG_RTE_LIBRTE_E1000_DEBUG_INIT=n
165 CONFIG_RTE_LIBRTE_E1000_DEBUG_RX=n
166 CONFIG_RTE_LIBRTE_E1000_DEBUG_TX=n
167 CONFIG_RTE_LIBRTE_E1000_DEBUG_TX_FREE=n
168 CONFIG_RTE_LIBRTE_E1000_DEBUG_DRIVER=n
169 CONFIG_RTE_LIBRTE_E1000_PF_DISABLE_STRIP_CRC=n
170
171 #
172 # Compile burst-oriented IXGBE PMD driver
173 #
174 CONFIG_RTE_LIBRTE_IXGBE_PMD=y
175 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_INIT=n
176 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX=n
177 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX=n
178 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX_FREE=n
179 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_DRIVER=n
180 CONFIG_RTE_LIBRTE_IXGBE_PF_DISABLE_STRIP_CRC=n
181 CONFIG_RTE_IXGBE_INC_VECTOR=y
182 CONFIG_RTE_LIBRTE_IXGBE_BYPASS=n
183
184 #
185 # Compile burst-oriented I40E PMD driver
186 #
187 CONFIG_RTE_LIBRTE_I40E_PMD=y
188 CONFIG_RTE_LIBRTE_I40E_DEBUG_RX=n
189 CONFIG_RTE_LIBRTE_I40E_DEBUG_TX=n
190 CONFIG_RTE_LIBRTE_I40E_DEBUG_TX_FREE=n
191 CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=y
192 CONFIG_RTE_LIBRTE_I40E_INC_VECTOR=y
193 CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n
194 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_PF=64
195 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=4
196 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=4
197 # interval up to 8160 us, aligned to 2 (or default value)
198 CONFIG_RTE_LIBRTE_I40E_ITR_INTERVAL=-1
199
200 #
201 # Compile burst-oriented FM10K PMD
202 #
203 CONFIG_RTE_LIBRTE_FM10K_PMD=y
204 CONFIG_RTE_LIBRTE_FM10K_DEBUG_INIT=n
205 CONFIG_RTE_LIBRTE_FM10K_DEBUG_RX=n
206 CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX=n
207 CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX_FREE=n
208 CONFIG_RTE_LIBRTE_FM10K_DEBUG_DRIVER=n
209 CONFIG_RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE=y
210 CONFIG_RTE_LIBRTE_FM10K_INC_VECTOR=y
211
212 #
213 # Compile burst-oriented Mellanox ConnectX-3 (MLX4) PMD
214 #
215 CONFIG_RTE_LIBRTE_MLX4_PMD=n
216 CONFIG_RTE_LIBRTE_MLX4_DEBUG=n
217 CONFIG_RTE_LIBRTE_MLX4_DEBUG_BROKEN_VERBS=n
218 CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8
219
220 #
221 # Compile burst-oriented Mellanox ConnectX-4 & ConnectX-5 (MLX5) PMD
222 #
223 CONFIG_RTE_LIBRTE_MLX5_PMD=n
224 CONFIG_RTE_LIBRTE_MLX5_DEBUG=n
225 CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=8
226
227 #
228 # Compile burst-oriented Broadcom PMD driver
229 #
230 CONFIG_RTE_LIBRTE_BNX2X_PMD=n
231 CONFIG_RTE_LIBRTE_BNX2X_DEBUG=n
232 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_INIT=n
233 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n
234 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_TX=n
235 CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT=n
236 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_PERIODIC=n
237
238 #
239 # Compile burst-oriented Chelsio Terminator (CXGBE) PMD
240 #
241 CONFIG_RTE_LIBRTE_CXGBE_PMD=y
242 CONFIG_RTE_LIBRTE_CXGBE_DEBUG=n
243 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_REG=n
244 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_MBOX=n
245 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n
246 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n
247 CONFIG_RTE_LIBRTE_CXGBE_TPUT=y
248
249 #
250 # Compile burst-oriented Cisco ENIC PMD driver
251 #
252 CONFIG_RTE_LIBRTE_ENIC_PMD=y
253 CONFIG_RTE_LIBRTE_ENIC_DEBUG=n
254 CONFIG_RTE_LIBRTE_ENIC_DEBUG_FLOW=n
255
256 #
257 # Compile burst-oriented Netronome NFP PMD driver
258 #
259 CONFIG_RTE_LIBRTE_NFP_PMD=n
260 CONFIG_RTE_LIBRTE_NFP_DEBUG=n
261
262 #
263 # Compile burst-oriented Broadcom BNXT PMD driver
264 #
265 CONFIG_RTE_LIBRTE_BNXT_PMD=y
266
267 #
268 # Compile burst-oriented Solarflare libefx-based PMD
269 #
270 CONFIG_RTE_LIBRTE_SFC_EFX_PMD=y
271 CONFIG_RTE_LIBRTE_SFC_EFX_DEBUG=n
272
273 #
274 # Compile software PMD backed by SZEDATA2 device
275 #
276 CONFIG_RTE_LIBRTE_PMD_SZEDATA2=n
277 #
278 # Defines firmware type address space.
279 # See documentation for supported values.
280 # Other values raise compile time error.
281 CONFIG_RTE_LIBRTE_PMD_SZEDATA2_AS=0
282
283 #
284 # Compile burst-oriented Cavium Thunderx NICVF PMD driver
285 #
286 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD=y
287 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_INIT=n
288 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_RX=n
289 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_TX=n
290 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_DRIVER=n
291 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_MBOX=n
292
293 #
294 # Compile burst-oriented Cavium LiquidIO PMD driver
295 #
296 CONFIG_RTE_LIBRTE_LIO_PMD=y
297 CONFIG_RTE_LIBRTE_LIO_DEBUG_DRIVER=n
298 CONFIG_RTE_LIBRTE_LIO_DEBUG_INIT=n
299 CONFIG_RTE_LIBRTE_LIO_DEBUG_RX=n
300 CONFIG_RTE_LIBRTE_LIO_DEBUG_TX=n
301 CONFIG_RTE_LIBRTE_LIO_DEBUG_MBOX=n
302 CONFIG_RTE_LIBRTE_LIO_DEBUG_REGS=n
303
304 #
305 # Compile NXP DPAA2 FSL-MC Bus
306 #
307 CONFIG_RTE_LIBRTE_FSLMC_BUS=n
308
309 #
310 # Compile Support Libraries for NXP DPAA2
311 #
312 CONFIG_RTE_LIBRTE_DPAA2_MEMPOOL=n
313 CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=y
314
315 #
316 # Compile burst-oriented NXP DPAA2 PMD driver
317 #
318 CONFIG_RTE_LIBRTE_DPAA2_PMD=n
319 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_INIT=n
320 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER=n
321 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_RX=n
322 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_TX=n
323 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_TX_FREE=n
324
325 #
326 # Compile burst-oriented VIRTIO PMD driver
327 #
328 CONFIG_RTE_LIBRTE_VIRTIO_PMD=y
329 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT=n
330 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_RX=n
331 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_TX=n
332 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DRIVER=n
333 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP=n
334
335 #
336 # Compile virtio device emulation inside virtio PMD driver
337 #
338 CONFIG_RTE_VIRTIO_USER=n
339
340 #
341 # Compile burst-oriented VMXNET3 PMD driver
342 #
343 CONFIG_RTE_LIBRTE_VMXNET3_PMD=y
344 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_INIT=n
345 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_RX=n
346 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX=n
347 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX_FREE=n
348 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_DRIVER=n
349
350 #
351 # Compile example software rings based PMD
352 #
353 CONFIG_RTE_LIBRTE_PMD_RING=y
354 CONFIG_RTE_PMD_RING_MAX_RX_RINGS=16
355 CONFIG_RTE_PMD_RING_MAX_TX_RINGS=16
356
357 #
358 # Compile software PMD backed by PCAP files
359 #
360 CONFIG_RTE_LIBRTE_PMD_PCAP=n
361
362 #
363 # Compile link bonding PMD library
364 #
365 CONFIG_RTE_LIBRTE_PMD_BOND=y
366 CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB=n
367 CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB_L1=n
368
369 # QLogic 10G/25G/40G/50G/100G PMD
370 #
371 CONFIG_RTE_LIBRTE_QEDE_PMD=y
372 CONFIG_RTE_LIBRTE_QEDE_DEBUG_INIT=n
373 CONFIG_RTE_LIBRTE_QEDE_DEBUG_INFO=n
374 CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER=n
375 CONFIG_RTE_LIBRTE_QEDE_DEBUG_TX=n
376 CONFIG_RTE_LIBRTE_QEDE_DEBUG_RX=n
377 #Provides abs path/name of the firmware file.
378 #Empty string denotes driver will use default firmware
379 CONFIG_RTE_LIBRTE_QEDE_FW=""
380
381 #
382 # Compile software PMD backed by AF_PACKET sockets (Linux only)
383 #
384 CONFIG_RTE_LIBRTE_PMD_AF_PACKET=n
385
386 #
387 # Compile ARK PMD
388 #
389 CONFIG_RTE_LIBRTE_ARK_PMD=y
390 CONFIG_RTE_LIBRTE_ARK_PAD_TX=y
391 CONFIG_RTE_LIBRTE_ARK_DEBUG_RX=n
392 CONFIG_RTE_LIBRTE_ARK_DEBUG_TX=n
393 CONFIG_RTE_LIBRTE_ARK_DEBUG_STATS=n
394 CONFIG_RTE_LIBRTE_ARK_DEBUG_TRACE=n
395
396 #
397 # Compile WRS accelerated virtual port (AVP) guest PMD driver
398 #
399 CONFIG_RTE_LIBRTE_AVP_PMD=n
400 CONFIG_RTE_LIBRTE_AVP_DEBUG_RX=n
401 CONFIG_RTE_LIBRTE_AVP_DEBUG_TX=n
402 CONFIG_RTE_LIBRTE_AVP_DEBUG_DRIVER=y
403 CONFIG_RTE_LIBRTE_AVP_DEBUG_BUFFERS=n
404
405 #
406 # Compile the TAP PMD
407 # It is enabled by default for Linux only.
408 #
409 CONFIG_RTE_LIBRTE_PMD_TAP=n
410
411 #
412 # Compile Xen PMD
413 #
414 CONFIG_RTE_LIBRTE_PMD_XENVIRT=n
415
416 #
417 # Compile null PMD
418 #
419 CONFIG_RTE_LIBRTE_PMD_NULL=y
420
421 #
422 # Compile fail-safe PMD
423 #
424 CONFIG_RTE_LIBRTE_PMD_FAILSAFE=y
425
426 #
427 # Do prefetch of packet data within PMD driver receive function
428 #
429 CONFIG_RTE_PMD_PACKET_PREFETCH=y
430
431 #
432 # Compile generic crypto device library
433 #
434 CONFIG_RTE_LIBRTE_CRYPTODEV=y
435 CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
436 CONFIG_RTE_CRYPTO_MAX_DEVS=64
437 CONFIG_RTE_CRYPTODEV_NAME_LEN=64
438
439 #
440 # Compile PMD for ARMv8 Crypto device
441 #
442 CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO=n
443 CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO_DEBUG=n
444
445 #
446 # Compile NXP DPAA2 crypto sec driver for CAAM HW
447 #
448 CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
449 CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
450 CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
451 CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n
452
453 #
454 # Compile PMD for QuickAssist based devices
455 #
456 CONFIG_RTE_LIBRTE_PMD_QAT=n
457 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_INIT=n
458 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
459 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
460 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
461 #
462 # Number of sessions to create in the session memory pool
463 # on a single QuickAssist device.
464 #
465 CONFIG_RTE_QAT_PMD_MAX_NB_SESSIONS=2048
466
467 #
468 # Compile PMD for AESNI backed device
469 #
470 CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
471 CONFIG_RTE_LIBRTE_PMD_AESNI_MB_DEBUG=n
472
473 #
474 # Compile PMD for Software backed device
475 #
476 CONFIG_RTE_LIBRTE_PMD_OPENSSL=n
477 CONFIG_RTE_LIBRTE_PMD_OPENSSL_DEBUG=n
478
479 #
480 # Compile PMD for AESNI GCM device
481 #
482 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
483 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM_DEBUG=n
484
485 #
486 # Compile PMD for SNOW 3G device
487 #
488 CONFIG_RTE_LIBRTE_PMD_SNOW3G=n
489 CONFIG_RTE_LIBRTE_PMD_SNOW3G_DEBUG=n
490
491 #
492 # Compile PMD for KASUMI device
493 #
494 CONFIG_RTE_LIBRTE_PMD_KASUMI=n
495 CONFIG_RTE_LIBRTE_PMD_KASUMI_DEBUG=n
496
497 #
498 # Compile PMD for ZUC device
499 #
500 CONFIG_RTE_LIBRTE_PMD_ZUC=n
501 CONFIG_RTE_LIBRTE_PMD_ZUC_DEBUG=n
502
503 #
504 # Compile PMD for Crypto Scheduler device
505 #
506 CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=y
507 CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER_DEBUG=n
508
509 #
510 # Compile PMD for NULL Crypto device
511 #
512 CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y
513
514 #
515 # Compile generic event device library
516 #
517 CONFIG_RTE_LIBRTE_EVENTDEV=y
518 CONFIG_RTE_LIBRTE_EVENTDEV_DEBUG=n
519 CONFIG_RTE_EVENT_MAX_DEVS=16
520 CONFIG_RTE_EVENT_MAX_QUEUES_PER_DEV=64
521
522 #
523 # Compile PMD for skeleton event device
524 #
525 CONFIG_RTE_LIBRTE_PMD_SKELETON_EVENTDEV=y
526 CONFIG_RTE_LIBRTE_PMD_SKELETON_EVENTDEV_DEBUG=n
527
528 #
529 # Compile PMD for software event device
530 #
531 CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV=y
532 CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV_DEBUG=n
533
534 #
535 # Compile PMD for octeontx sso event device
536 #
537 CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=y
538 CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF_DEBUG=n
539
540 #
541 # Compile librte_ring
542 #
543 CONFIG_RTE_LIBRTE_RING=y
544
545 #
546 # Compile librte_mempool
547 #
548 CONFIG_RTE_LIBRTE_MEMPOOL=y
549 CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE=512
550 CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG=n
551
552 #
553 # Compile Mempool drivers
554 #
555 CONFIG_RTE_DRIVER_MEMPOOL_RING=y
556 CONFIG_RTE_DRIVER_MEMPOOL_STACK=y
557
558 #
559 # Compile librte_mbuf
560 #
561 CONFIG_RTE_LIBRTE_MBUF=y
562 CONFIG_RTE_LIBRTE_MBUF_DEBUG=n
563 CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS="ring_mp_mc"
564 CONFIG_RTE_MBUF_REFCNT_ATOMIC=y
565 CONFIG_RTE_PKTMBUF_HEADROOM=128
566
567 #
568 # Compile librte_timer
569 #
570 CONFIG_RTE_LIBRTE_TIMER=y
571 CONFIG_RTE_LIBRTE_TIMER_DEBUG=n
572
573 #
574 # Compile librte_cfgfile
575 #
576 CONFIG_RTE_LIBRTE_CFGFILE=y
577
578 #
579 # Compile librte_cmdline
580 #
581 CONFIG_RTE_LIBRTE_CMDLINE=y
582 CONFIG_RTE_LIBRTE_CMDLINE_DEBUG=n
583
584 #
585 # Compile librte_hash
586 #
587 CONFIG_RTE_LIBRTE_HASH=y
588 CONFIG_RTE_LIBRTE_HASH_DEBUG=n
589
590 #
591 # Compile librte_efd
592 #
593 CONFIG_RTE_LIBRTE_EFD=y
594
595 #
596 # Compile librte_jobstats
597 #
598 CONFIG_RTE_LIBRTE_JOBSTATS=y
599
600 #
601 # Compile the device metrics library
602 #
603 CONFIG_RTE_LIBRTE_METRICS=y
604
605 #
606 # Compile the bitrate statistics library
607 #
608 CONFIG_RTE_LIBRTE_BITRATE=y
609
610 #
611 # Compile the latency statistics library
612 #
613 CONFIG_RTE_LIBRTE_LATENCY_STATS=y
614
615 #
616 # Compile librte_lpm
617 #
618 CONFIG_RTE_LIBRTE_LPM=y
619 CONFIG_RTE_LIBRTE_LPM_DEBUG=n
620
621 #
622 # Compile librte_acl
623 #
624 CONFIG_RTE_LIBRTE_ACL=y
625 CONFIG_RTE_LIBRTE_ACL_DEBUG=n
626
627 #
628 # Compile librte_power
629 #
630 CONFIG_RTE_LIBRTE_POWER=n
631 CONFIG_RTE_LIBRTE_POWER_DEBUG=n
632 CONFIG_RTE_MAX_LCORE_FREQS=64
633
634 #
635 # Compile librte_net
636 #
637 CONFIG_RTE_LIBRTE_NET=y
638
639 #
640 # Compile librte_ip_frag
641 #
642 CONFIG_RTE_LIBRTE_IP_FRAG=y
643 CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
644 CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
645 CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
646
647 #
648 # Compile GRO library
649 #
650 CONFIG_RTE_LIBRTE_GRO=y
651
652 #
653 # Compile librte_meter
654 #
655 CONFIG_RTE_LIBRTE_METER=y
656
657 #
658 # Compile librte_sched
659 #
660 CONFIG_RTE_LIBRTE_SCHED=y
661 CONFIG_RTE_SCHED_DEBUG=n
662 CONFIG_RTE_SCHED_RED=n
663 CONFIG_RTE_SCHED_COLLECT_STATS=n
664 CONFIG_RTE_SCHED_SUBPORT_TC_OV=n
665 CONFIG_RTE_SCHED_PORT_N_GRINDERS=8
666 CONFIG_RTE_SCHED_VECTOR=n
667
668 #
669 # Compile the distributor library
670 #
671 CONFIG_RTE_LIBRTE_DISTRIBUTOR=y
672
673 #
674 # Compile the reorder library
675 #
676 CONFIG_RTE_LIBRTE_REORDER=y
677
678 #
679 # Compile librte_port
680 #
681 CONFIG_RTE_LIBRTE_PORT=y
682 CONFIG_RTE_PORT_STATS_COLLECT=n
683 CONFIG_RTE_PORT_PCAP=n
684
685 #
686 # Compile librte_table
687 #
688 CONFIG_RTE_LIBRTE_TABLE=y
689 CONFIG_RTE_TABLE_STATS_COLLECT=n
690
691 #
692 # Compile librte_pipeline
693 #
694 CONFIG_RTE_LIBRTE_PIPELINE=y
695 CONFIG_RTE_PIPELINE_STATS_COLLECT=n
696
697 #
698 # Compile librte_kni
699 #
700 CONFIG_RTE_LIBRTE_KNI=n
701 CONFIG_RTE_LIBRTE_PMD_KNI=n
702 CONFIG_RTE_KNI_KMOD=n
703 CONFIG_RTE_KNI_KMOD_ETHTOOL=n
704 CONFIG_RTE_KNI_PREEMPT_DEFAULT=y
705
706 #
707 # Compile the pdump library
708 #
709 CONFIG_RTE_LIBRTE_PDUMP=y
710
711 #
712 # Compile vhost user library
713 #
714 CONFIG_RTE_LIBRTE_VHOST=n
715 CONFIG_RTE_LIBRTE_VHOST_NUMA=n
716 CONFIG_RTE_LIBRTE_VHOST_DEBUG=n
717
718 #
719 # Compile vhost PMD
720 # To compile, CONFIG_RTE_LIBRTE_VHOST should be enabled.
721 #
722 CONFIG_RTE_LIBRTE_PMD_VHOST=n
723
724 #
725 #Compile Xen domain0 support
726 #
727 CONFIG_RTE_LIBRTE_XEN_DOM0=n
728
729 #
730 # Compile the test application
731 #
732 CONFIG_RTE_APP_TEST=y
733 CONFIG_RTE_APP_TEST_RESOURCE_TAR=n
734
735 #
736 # Compile the PMD test application
737 #
738 CONFIG_RTE_TEST_PMD=y
739 CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
740 CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
741
742 #
743 # Compile the crypto performance application
744 #
745 CONFIG_RTE_APP_CRYPTO_PERF=y
746
747 #
748 # Compile the eventdev application
749 #
750 CONFIG_RTE_APP_EVENTDEV=y