4abddced80cd6828db9d5c6b29b0efbd36215862
[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_ENABLE_ASSERT=n
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_MAX_VFIO_GROUPS=64
106 CONFIG_RTE_MALLOC_DEBUG=n
107 CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
108
109 #
110 # Recognize/ignore the AVX/AVX512 CPU flags for performance/power testing.
111 # AVX512 is marked as experimental for now, will enable it after enough
112 # field test and possible optimization.
113 #
114 CONFIG_RTE_ENABLE_AVX=y
115 CONFIG_RTE_ENABLE_AVX512=n
116
117 # Default driver path (or "" to disable)
118 CONFIG_RTE_EAL_PMD_PATH=""
119
120 #
121 # Compile Environment Abstraction Layer to support Vmware TSC map
122 #
123 CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y
124
125 #
126 # Compile the PCI library
127 #
128 CONFIG_RTE_LIBRTE_PCI=y
129
130 #
131 # Compile the argument parser library
132 #
133 CONFIG_RTE_LIBRTE_KVARGS=y
134
135 #
136 # Compile generic ethernet library
137 #
138 CONFIG_RTE_LIBRTE_ETHER=y
139 CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n
140 CONFIG_RTE_MAX_ETHPORTS=32
141 CONFIG_RTE_MAX_QUEUES_PER_PORT=1024
142 CONFIG_RTE_LIBRTE_IEEE1588=n
143 CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
144 CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
145 CONFIG_RTE_ETHDEV_PROFILE_ITT_WASTED_RX_ITERATIONS=n
146
147 #
148 # Turn off Tx preparation stage
149 #
150 # Warning: rte_eth_tx_prepare() can be safely disabled only if using a
151 # driver which do not implement any Tx preparation.
152 #
153 CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n
154
155 #
156 # Compile PCI bus driver
157 #
158 CONFIG_RTE_LIBRTE_PCI_BUS=y
159
160 #
161 # Compile the vdev bus
162 #
163 CONFIG_RTE_LIBRTE_VDEV_BUS=y
164
165 #
166 # Compile burst-oriented Amazon ENA PMD driver
167 #
168 CONFIG_RTE_LIBRTE_ENA_PMD=y
169 CONFIG_RTE_LIBRTE_ENA_DEBUG_RX=n
170 CONFIG_RTE_LIBRTE_ENA_DEBUG_TX=n
171 CONFIG_RTE_LIBRTE_ENA_DEBUG_TX_FREE=n
172 CONFIG_RTE_LIBRTE_ENA_COM_DEBUG=n
173
174 #
175 # Compile burst-oriented IGB & EM PMD drivers
176 #
177 CONFIG_RTE_LIBRTE_EM_PMD=y
178 CONFIG_RTE_LIBRTE_IGB_PMD=y
179 CONFIG_RTE_LIBRTE_E1000_DEBUG_RX=n
180 CONFIG_RTE_LIBRTE_E1000_DEBUG_TX=n
181 CONFIG_RTE_LIBRTE_E1000_DEBUG_TX_FREE=n
182 CONFIG_RTE_LIBRTE_E1000_PF_DISABLE_STRIP_CRC=n
183
184 #
185 # Compile burst-oriented IXGBE PMD driver
186 #
187 CONFIG_RTE_LIBRTE_IXGBE_PMD=y
188 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX=n
189 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX=n
190 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX_FREE=n
191 CONFIG_RTE_LIBRTE_IXGBE_PF_DISABLE_STRIP_CRC=n
192 CONFIG_RTE_IXGBE_INC_VECTOR=y
193 CONFIG_RTE_LIBRTE_IXGBE_BYPASS=n
194
195 #
196 # Compile burst-oriented I40E PMD driver
197 #
198 CONFIG_RTE_LIBRTE_I40E_PMD=y
199 CONFIG_RTE_LIBRTE_I40E_DEBUG_RX=n
200 CONFIG_RTE_LIBRTE_I40E_DEBUG_TX=n
201 CONFIG_RTE_LIBRTE_I40E_DEBUG_TX_FREE=n
202 CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=y
203 CONFIG_RTE_LIBRTE_I40E_INC_VECTOR=y
204 CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n
205 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_PF=64
206 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=4
207 # interval up to 8160 us, aligned to 2 (or default value)
208 CONFIG_RTE_LIBRTE_I40E_ITR_INTERVAL=-1
209
210 #
211 # Compile burst-oriented FM10K PMD
212 #
213 CONFIG_RTE_LIBRTE_FM10K_PMD=y
214 CONFIG_RTE_LIBRTE_FM10K_DEBUG_RX=n
215 CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX=n
216 CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX_FREE=n
217 CONFIG_RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE=y
218 CONFIG_RTE_LIBRTE_FM10K_INC_VECTOR=y
219
220 #
221 # Compile burst-oriented AVF PMD driver
222 #
223 CONFIG_RTE_LIBRTE_AVF_PMD=y
224 CONFIG_RTE_LIBRTE_AVF_INC_VECTOR=y
225 CONFIG_RTE_LIBRTE_AVF_DEBUG_TX=n
226 CONFIG_RTE_LIBRTE_AVF_DEBUG_TX_FREE=n
227 CONFIG_RTE_LIBRTE_AVF_DEBUG_RX=n
228 CONFIG_RTE_LIBRTE_AVF_16BYTE_RX_DESC=n
229
230 #
231 # Compile burst-oriented Mellanox ConnectX-3 (MLX4) PMD
232 #
233 CONFIG_RTE_LIBRTE_MLX4_PMD=n
234 CONFIG_RTE_LIBRTE_MLX4_DEBUG=n
235 CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8
236
237 #
238 # Compile burst-oriented Mellanox ConnectX-4 & ConnectX-5 (MLX5) PMD
239 #
240 CONFIG_RTE_LIBRTE_MLX5_PMD=n
241 CONFIG_RTE_LIBRTE_MLX5_DEBUG=n
242 CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=8
243
244 #
245 # Compile burst-oriented Broadcom PMD driver
246 #
247 CONFIG_RTE_LIBRTE_BNX2X_PMD=n
248 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n
249 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_TX=n
250 CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT=n
251 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_PERIODIC=n
252
253 #
254 # Compile burst-oriented Chelsio Terminator (CXGBE) PMD
255 #
256 CONFIG_RTE_LIBRTE_CXGBE_PMD=y
257 CONFIG_RTE_LIBRTE_CXGBE_DEBUG=n
258 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_REG=n
259 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_MBOX=n
260 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n
261 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n
262 CONFIG_RTE_LIBRTE_CXGBE_TPUT=y
263
264 #
265 # Compile burst-oriented Cisco ENIC PMD driver
266 #
267 CONFIG_RTE_LIBRTE_ENIC_PMD=y
268
269 #
270 # Compile burst-oriented Netronome NFP PMD driver
271 #
272 CONFIG_RTE_LIBRTE_NFP_PMD=n
273 CONFIG_RTE_LIBRTE_NFP_DEBUG_TX=n
274 CONFIG_RTE_LIBRTE_NFP_DEBUG_RX=n
275
276 #
277 # Compile Marvell PMD driver
278 #
279 CONFIG_RTE_LIBRTE_MRVL_PMD=n
280
281 #
282 # Compile virtual device driver for NetVSC on Hyper-V/Azure
283 #
284 CONFIG_RTE_LIBRTE_VDEV_NETVSC_PMD=n
285
286 #
287 # Compile burst-oriented Broadcom BNXT PMD driver
288 #
289 CONFIG_RTE_LIBRTE_BNXT_PMD=y
290
291 #
292 # Compile burst-oriented Solarflare libefx-based PMD
293 #
294 CONFIG_RTE_LIBRTE_SFC_EFX_PMD=y
295 CONFIG_RTE_LIBRTE_SFC_EFX_DEBUG=n
296
297 #
298 # Compile SOFTNIC PMD
299 #
300 CONFIG_RTE_LIBRTE_PMD_SOFTNIC=y
301
302 #
303 # Compile software PMD backed by SZEDATA2 device
304 #
305 CONFIG_RTE_LIBRTE_PMD_SZEDATA2=n
306 #
307 # Defines firmware type address space.
308 # See documentation for supported values.
309 # Other values raise compile time error.
310 CONFIG_RTE_LIBRTE_PMD_SZEDATA2_AS=0
311
312 #
313 # Compile burst-oriented Cavium Thunderx NICVF PMD driver
314 #
315 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD=y
316 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_RX=n
317 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_TX=n
318
319 #
320 # Compile burst-oriented Cavium LiquidIO PMD driver
321 #
322 CONFIG_RTE_LIBRTE_LIO_PMD=y
323 CONFIG_RTE_LIBRTE_LIO_DEBUG_RX=n
324 CONFIG_RTE_LIBRTE_LIO_DEBUG_TX=n
325 CONFIG_RTE_LIBRTE_LIO_DEBUG_MBOX=n
326 CONFIG_RTE_LIBRTE_LIO_DEBUG_REGS=n
327
328 # NXP DPAA Bus
329 CONFIG_RTE_LIBRTE_DPAA_BUS=n
330 CONFIG_RTE_LIBRTE_DPAA_MEMPOOL=n
331 CONFIG_RTE_LIBRTE_DPAA_PMD=n
332
333 #
334 # Compile burst-oriented Cavium OCTEONTX network PMD driver
335 #
336 CONFIG_RTE_LIBRTE_OCTEONTX_PMD=y
337
338 #
339 # Compile NXP DPAA2 FSL-MC Bus
340 #
341 CONFIG_RTE_LIBRTE_FSLMC_BUS=n
342
343 #
344 # Compile Support Libraries for NXP DPAA2
345 #
346 CONFIG_RTE_LIBRTE_DPAA2_MEMPOOL=n
347 CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=y
348
349 #
350 # Compile burst-oriented NXP DPAA2 PMD driver
351 #
352 CONFIG_RTE_LIBRTE_DPAA2_PMD=n
353 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_INIT=n
354 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER=n
355 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_RX=n
356 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_TX=n
357 CONFIG_RTE_LIBRTE_DPAA2_DEBUG_TX_FREE=n
358
359 #
360 # Compile burst-oriented VIRTIO PMD driver
361 #
362 CONFIG_RTE_LIBRTE_VIRTIO_PMD=y
363 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_RX=n
364 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_TX=n
365 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP=n
366
367 #
368 # Compile virtio device emulation inside virtio PMD driver
369 #
370 CONFIG_RTE_VIRTIO_USER=n
371
372 #
373 # Compile burst-oriented VMXNET3 PMD driver
374 #
375 CONFIG_RTE_LIBRTE_VMXNET3_PMD=y
376 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_RX=n
377 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX=n
378 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX_FREE=n
379
380 #
381 # Compile example software rings based PMD
382 #
383 CONFIG_RTE_LIBRTE_PMD_RING=y
384 CONFIG_RTE_PMD_RING_MAX_RX_RINGS=16
385 CONFIG_RTE_PMD_RING_MAX_TX_RINGS=16
386
387 #
388 # Compile software PMD backed by PCAP files
389 #
390 CONFIG_RTE_LIBRTE_PMD_PCAP=n
391
392 #
393 # Compile link bonding PMD library
394 #
395 CONFIG_RTE_LIBRTE_PMD_BOND=y
396 CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB=n
397 CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB_L1=n
398
399 # QLogic 10G/25G/40G/50G/100G PMD
400 #
401 CONFIG_RTE_LIBRTE_QEDE_PMD=y
402 CONFIG_RTE_LIBRTE_QEDE_DEBUG_INFO=n
403 CONFIG_RTE_LIBRTE_QEDE_DEBUG_TX=n
404 CONFIG_RTE_LIBRTE_QEDE_DEBUG_RX=n
405 #Provides abs path/name of the firmware file.
406 #Empty string denotes driver will use default firmware
407 CONFIG_RTE_LIBRTE_QEDE_FW=""
408
409 #
410 # Compile software PMD backed by AF_PACKET sockets (Linux only)
411 #
412 CONFIG_RTE_LIBRTE_PMD_AF_PACKET=n
413
414 #
415 # Compile ARK PMD
416 #
417 CONFIG_RTE_LIBRTE_ARK_PMD=y
418 CONFIG_RTE_LIBRTE_ARK_PAD_TX=y
419 CONFIG_RTE_LIBRTE_ARK_DEBUG_RX=n
420 CONFIG_RTE_LIBRTE_ARK_DEBUG_TX=n
421 CONFIG_RTE_LIBRTE_ARK_DEBUG_STATS=n
422 CONFIG_RTE_LIBRTE_ARK_DEBUG_TRACE=n
423
424 #
425 # Compile WRS accelerated virtual port (AVP) guest PMD driver
426 #
427 CONFIG_RTE_LIBRTE_AVP_PMD=n
428 CONFIG_RTE_LIBRTE_AVP_DEBUG_RX=n
429 CONFIG_RTE_LIBRTE_AVP_DEBUG_TX=n
430 CONFIG_RTE_LIBRTE_AVP_DEBUG_BUFFERS=n
431
432 #
433 # Compile the TAP PMD
434 # It is enabled by default for Linux only.
435 #
436 CONFIG_RTE_LIBRTE_PMD_TAP=n
437
438 #
439 # Compile null PMD
440 #
441 CONFIG_RTE_LIBRTE_PMD_NULL=y
442
443 #
444 # Compile fail-safe PMD
445 #
446 CONFIG_RTE_LIBRTE_PMD_FAILSAFE=y
447
448 #
449 # Do prefetch of packet data within PMD driver receive function
450 #
451 CONFIG_RTE_PMD_PACKET_PREFETCH=y
452
453 # Compile generic wireless base band device library
454 # EXPERIMENTAL: API may change without prior notice
455 #
456 CONFIG_RTE_LIBRTE_BBDEV=y
457 CONFIG_RTE_BBDEV_MAX_DEVS=128
458
459 #
460 # Compile PMD for NULL bbdev device
461 #
462 CONFIG_RTE_LIBRTE_PMD_BBDEV_NULL=y
463
464 #
465 # Compile PMD for turbo software bbdev device
466 #
467 CONFIG_RTE_LIBRTE_PMD_BBDEV_TURBO_SW=n
468
469 #
470 # Compile generic crypto device library
471 #
472 CONFIG_RTE_LIBRTE_CRYPTODEV=y
473 CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
474 CONFIG_RTE_CRYPTO_MAX_DEVS=64
475
476 #
477 # Compile PMD for ARMv8 Crypto device
478 #
479 CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO=n
480 CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO_DEBUG=n
481
482 #
483 # Compile NXP DPAA2 crypto sec driver for CAAM HW
484 #
485 CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
486 CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
487 CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
488 CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n
489
490 #
491 # NXP DPAA caam - crypto driver
492 #
493 CONFIG_RTE_LIBRTE_PMD_DPAA_SEC=n
494 CONFIG_RTE_LIBRTE_DPAA_SEC_DEBUG_INIT=n
495 CONFIG_RTE_LIBRTE_DPAA_SEC_DEBUG_DRIVER=n
496 CONFIG_RTE_LIBRTE_DPAA_SEC_DEBUG_RX=n
497
498 #
499 # Compile PMD for QuickAssist based devices
500 #
501 CONFIG_RTE_LIBRTE_PMD_QAT=n
502 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_INIT=n
503 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
504 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
505 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
506 #
507 # Number of sessions to create in the session memory pool
508 # on a single QuickAssist device.
509 #
510 CONFIG_RTE_QAT_PMD_MAX_NB_SESSIONS=2048
511
512 #
513 # Compile PMD for AESNI backed device
514 #
515 CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
516 CONFIG_RTE_LIBRTE_PMD_AESNI_MB_DEBUG=n
517
518 #
519 # Compile PMD for Software backed device
520 #
521 CONFIG_RTE_LIBRTE_PMD_OPENSSL=n
522 CONFIG_RTE_LIBRTE_PMD_OPENSSL_DEBUG=n
523
524 #
525 # Compile PMD for AESNI GCM device
526 #
527 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
528 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM_DEBUG=n
529
530 #
531 # Compile PMD for SNOW 3G device
532 #
533 CONFIG_RTE_LIBRTE_PMD_SNOW3G=n
534 CONFIG_RTE_LIBRTE_PMD_SNOW3G_DEBUG=n
535
536 #
537 # Compile PMD for KASUMI device
538 #
539 CONFIG_RTE_LIBRTE_PMD_KASUMI=n
540 CONFIG_RTE_LIBRTE_PMD_KASUMI_DEBUG=n
541
542 #
543 # Compile PMD for ZUC device
544 #
545 CONFIG_RTE_LIBRTE_PMD_ZUC=n
546 CONFIG_RTE_LIBRTE_PMD_ZUC_DEBUG=n
547
548 #
549 # Compile PMD for Crypto Scheduler device
550 #
551 CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=y
552 CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER_DEBUG=n
553
554 #
555 # Compile PMD for NULL Crypto device
556 #
557 CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y
558
559 #
560 # Compile PMD for Marvell Crypto device
561 #
562 CONFIG_RTE_LIBRTE_PMD_MRVL_CRYPTO=n
563 CONFIG_RTE_LIBRTE_PMD_MRVL_CRYPTO_DEBUG=n
564
565 #
566 # Compile generic security library
567 #
568 CONFIG_RTE_LIBRTE_SECURITY=y
569
570 #
571 # Compile generic event device library
572 #
573 CONFIG_RTE_LIBRTE_EVENTDEV=y
574 CONFIG_RTE_LIBRTE_EVENTDEV_DEBUG=n
575 CONFIG_RTE_EVENT_MAX_DEVS=16
576 CONFIG_RTE_EVENT_MAX_QUEUES_PER_DEV=64
577
578 #
579 # Compile PMD for skeleton event device
580 #
581 CONFIG_RTE_LIBRTE_PMD_SKELETON_EVENTDEV=y
582 CONFIG_RTE_LIBRTE_PMD_SKELETON_EVENTDEV_DEBUG=n
583
584 #
585 # Compile PMD for software event device
586 #
587 CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV=y
588 CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV_DEBUG=n
589
590 #
591 # Compile PMD for octeontx sso event device
592 #
593 CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=y
594
595 #
596 # Compile PMD for OPDL event device
597 #
598 CONFIG_RTE_LIBRTE_PMD_OPDL_EVENTDEV=y
599
600 #
601 # Compile PMD for NXP DPAA event device
602 #
603 CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV=n
604
605 #
606 # Compile PMD for NXP DPAA2 event device
607 #
608 CONFIG_RTE_LIBRTE_PMD_DPAA2_EVENTDEV=n
609
610 #
611 # Compile librte_ring
612 #
613 CONFIG_RTE_LIBRTE_RING=y
614
615 #
616 # Compile librte_mempool
617 #
618 CONFIG_RTE_LIBRTE_MEMPOOL=y
619 CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE=512
620 CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG=n
621
622 #
623 # Compile Mempool drivers
624 #
625 CONFIG_RTE_DRIVER_MEMPOOL_RING=y
626 CONFIG_RTE_DRIVER_MEMPOOL_STACK=y
627
628 #
629 # Compile PMD for octeontx fpa mempool device
630 #
631 CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL=y
632
633 #
634 # Compile librte_mbuf
635 #
636 CONFIG_RTE_LIBRTE_MBUF=y
637 CONFIG_RTE_LIBRTE_MBUF_DEBUG=n
638 CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS="ring_mp_mc"
639 CONFIG_RTE_MBUF_REFCNT_ATOMIC=y
640 CONFIG_RTE_PKTMBUF_HEADROOM=128
641
642 #
643 # Compile librte_timer
644 #
645 CONFIG_RTE_LIBRTE_TIMER=y
646 CONFIG_RTE_LIBRTE_TIMER_DEBUG=n
647
648 #
649 # Compile librte_cfgfile
650 #
651 CONFIG_RTE_LIBRTE_CFGFILE=y
652
653 #
654 # Compile librte_cmdline
655 #
656 CONFIG_RTE_LIBRTE_CMDLINE=y
657 CONFIG_RTE_LIBRTE_CMDLINE_DEBUG=n
658
659 #
660 # Compile librte_hash
661 #
662 CONFIG_RTE_LIBRTE_HASH=y
663 CONFIG_RTE_LIBRTE_HASH_DEBUG=n
664
665 #
666 # Compile librte_efd
667 #
668 CONFIG_RTE_LIBRTE_EFD=y
669
670 #
671 # Compile librte_member
672 #
673 CONFIG_RTE_LIBRTE_MEMBER=y
674
675 #
676 # Compile librte_jobstats
677 #
678 CONFIG_RTE_LIBRTE_JOBSTATS=y
679
680 #
681 # Compile the device metrics library
682 #
683 CONFIG_RTE_LIBRTE_METRICS=y
684
685 #
686 # Compile the bitrate statistics library
687 #
688 CONFIG_RTE_LIBRTE_BITRATE=y
689
690 #
691 # Compile the latency statistics library
692 #
693 CONFIG_RTE_LIBRTE_LATENCY_STATS=y
694
695 #
696 # Compile librte_lpm
697 #
698 CONFIG_RTE_LIBRTE_LPM=y
699 CONFIG_RTE_LIBRTE_LPM_DEBUG=n
700
701 #
702 # Compile librte_acl
703 #
704 CONFIG_RTE_LIBRTE_ACL=y
705 CONFIG_RTE_LIBRTE_ACL_DEBUG=n
706
707 #
708 # Compile librte_power
709 #
710 CONFIG_RTE_LIBRTE_POWER=n
711 CONFIG_RTE_LIBRTE_POWER_DEBUG=n
712 CONFIG_RTE_MAX_LCORE_FREQS=64
713
714 #
715 # Compile librte_net
716 #
717 CONFIG_RTE_LIBRTE_NET=y
718
719 #
720 # Compile librte_ip_frag
721 #
722 CONFIG_RTE_LIBRTE_IP_FRAG=y
723 CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
724 CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
725 CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
726
727 #
728 # Compile GRO library
729 #
730 CONFIG_RTE_LIBRTE_GRO=y
731
732 #
733 # Compile GSO library
734 #
735 CONFIG_RTE_LIBRTE_GSO=y
736
737 #
738 # Compile librte_meter
739 #
740 CONFIG_RTE_LIBRTE_METER=y
741
742 #
743 # Compile librte_classify
744 #
745 CONFIG_RTE_LIBRTE_FLOW_CLASSIFY=y
746
747 #
748 # Compile librte_sched
749 #
750 CONFIG_RTE_LIBRTE_SCHED=y
751 CONFIG_RTE_SCHED_DEBUG=n
752 CONFIG_RTE_SCHED_RED=n
753 CONFIG_RTE_SCHED_COLLECT_STATS=n
754 CONFIG_RTE_SCHED_SUBPORT_TC_OV=n
755 CONFIG_RTE_SCHED_PORT_N_GRINDERS=8
756 CONFIG_RTE_SCHED_VECTOR=n
757
758 #
759 # Compile the distributor library
760 #
761 CONFIG_RTE_LIBRTE_DISTRIBUTOR=y
762
763 #
764 # Compile the reorder library
765 #
766 CONFIG_RTE_LIBRTE_REORDER=y
767
768 #
769 # Compile librte_port
770 #
771 CONFIG_RTE_LIBRTE_PORT=y
772 CONFIG_RTE_PORT_STATS_COLLECT=n
773 CONFIG_RTE_PORT_PCAP=n
774
775 #
776 # Compile librte_table
777 #
778 CONFIG_RTE_LIBRTE_TABLE=y
779 CONFIG_RTE_TABLE_STATS_COLLECT=n
780
781 #
782 # Compile librte_pipeline
783 #
784 CONFIG_RTE_LIBRTE_PIPELINE=y
785 CONFIG_RTE_PIPELINE_STATS_COLLECT=n
786
787 #
788 # Compile librte_kni
789 #
790 CONFIG_RTE_LIBRTE_KNI=n
791 CONFIG_RTE_LIBRTE_PMD_KNI=n
792 CONFIG_RTE_KNI_KMOD=n
793 CONFIG_RTE_KNI_KMOD_ETHTOOL=n
794 CONFIG_RTE_KNI_PREEMPT_DEFAULT=y
795
796 #
797 # Compile the pdump library
798 #
799 CONFIG_RTE_LIBRTE_PDUMP=y
800
801 #
802 # Compile vhost user library
803 #
804 CONFIG_RTE_LIBRTE_VHOST=n
805 CONFIG_RTE_LIBRTE_VHOST_NUMA=n
806 CONFIG_RTE_LIBRTE_VHOST_DEBUG=n
807
808 #
809 # Compile vhost PMD
810 # To compile, CONFIG_RTE_LIBRTE_VHOST should be enabled.
811 #
812 CONFIG_RTE_LIBRTE_PMD_VHOST=n
813
814 #
815 # Compile the test application
816 #
817 CONFIG_RTE_APP_TEST=y
818 CONFIG_RTE_APP_TEST_RESOURCE_TAR=n
819
820 #
821 # Compile the procinfo application
822 #
823 CONFIG_RTE_PROC_INFO=n
824
825 #
826 # Compile the PMD test application
827 #
828 CONFIG_RTE_TEST_PMD=y
829 CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
830 CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
831
832 #
833 # Compile the bbdev test application
834 #
835 CONFIG_RTE_TEST_BBDEV=y
836
837 #
838 # Compile the crypto performance application
839 #
840 CONFIG_RTE_APP_CRYPTO_PERF=y
841
842 #
843 # Compile the eventdev application
844 #
845 CONFIG_RTE_APP_EVENTDEV=y