net/avp: add base files
[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_LIBEAL_USE_HPET=n
100 CONFIG_RTE_EAL_ALLOW_INV_SOCKET_ID=n
101 CONFIG_RTE_EAL_ALWAYS_PANIC_ON_ERROR=n
102 CONFIG_RTE_EAL_IGB_UIO=n
103 CONFIG_RTE_EAL_VFIO=n
104 CONFIG_RTE_MALLOC_DEBUG=n
105
106 # Default driver path (or "" to disable)
107 CONFIG_RTE_EAL_PMD_PATH=""
108
109 #
110 # Compile Environment Abstraction Layer to support Vmware TSC map
111 #
112 CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y
113
114 #
115 # Compile the argument parser library
116 #
117 CONFIG_RTE_LIBRTE_KVARGS=y
118
119 #
120 # Compile generic ethernet library
121 #
122 CONFIG_RTE_LIBRTE_ETHER=y
123 CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n
124 CONFIG_RTE_MAX_ETHPORTS=32
125 CONFIG_RTE_MAX_QUEUES_PER_PORT=1024
126 CONFIG_RTE_LIBRTE_IEEE1588=n
127 CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
128 CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
129
130 #
131 # Turn off Tx preparation stage
132 #
133 # Warning: rte_ethdev_tx_prepare() can be safely disabled only if using a
134 # driver which do not implement any Tx preparation.
135 #
136 CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n
137
138 #
139 # Support NIC bypass logic
140 #
141 CONFIG_RTE_NIC_BYPASS=n
142
143 #
144 # Compile burst-oriented Amazon ENA PMD driver
145 #
146 CONFIG_RTE_LIBRTE_ENA_PMD=y
147 CONFIG_RTE_LIBRTE_ENA_DEBUG_RX=n
148 CONFIG_RTE_LIBRTE_ENA_DEBUG_TX=n
149 CONFIG_RTE_LIBRTE_ENA_DEBUG_TX_FREE=n
150 CONFIG_RTE_LIBRTE_ENA_DEBUG_DRIVER=n
151 CONFIG_RTE_LIBRTE_ENA_COM_DEBUG=n
152
153 #
154 # Compile burst-oriented IGB & EM PMD drivers
155 #
156 CONFIG_RTE_LIBRTE_EM_PMD=y
157 CONFIG_RTE_LIBRTE_IGB_PMD=y
158 CONFIG_RTE_LIBRTE_E1000_DEBUG_INIT=n
159 CONFIG_RTE_LIBRTE_E1000_DEBUG_RX=n
160 CONFIG_RTE_LIBRTE_E1000_DEBUG_TX=n
161 CONFIG_RTE_LIBRTE_E1000_DEBUG_TX_FREE=n
162 CONFIG_RTE_LIBRTE_E1000_DEBUG_DRIVER=n
163 CONFIG_RTE_LIBRTE_E1000_PF_DISABLE_STRIP_CRC=n
164
165 #
166 # Compile burst-oriented IXGBE PMD driver
167 #
168 CONFIG_RTE_LIBRTE_IXGBE_PMD=y
169 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_INIT=n
170 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX=n
171 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX=n
172 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX_FREE=n
173 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_DRIVER=n
174 CONFIG_RTE_LIBRTE_IXGBE_PF_DISABLE_STRIP_CRC=n
175 CONFIG_RTE_IXGBE_INC_VECTOR=y
176 CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE=y
177
178 #
179 # Compile burst-oriented I40E PMD driver
180 #
181 CONFIG_RTE_LIBRTE_I40E_PMD=y
182 CONFIG_RTE_LIBRTE_I40E_DEBUG_INIT=n
183 CONFIG_RTE_LIBRTE_I40E_DEBUG_RX=n
184 CONFIG_RTE_LIBRTE_I40E_DEBUG_TX=n
185 CONFIG_RTE_LIBRTE_I40E_DEBUG_TX_FREE=n
186 CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER=n
187 CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=y
188 CONFIG_RTE_LIBRTE_I40E_INC_VECTOR=y
189 CONFIG_RTE_LIBRTE_I40E_RX_OLFLAGS_ENABLE=y
190 CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n
191 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_PF=64
192 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=4
193 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=4
194 # interval up to 8160 us, aligned to 2 (or default value)
195 CONFIG_RTE_LIBRTE_I40E_ITR_INTERVAL=-1
196
197 #
198 # Compile burst-oriented FM10K PMD
199 #
200 CONFIG_RTE_LIBRTE_FM10K_PMD=y
201 CONFIG_RTE_LIBRTE_FM10K_DEBUG_INIT=n
202 CONFIG_RTE_LIBRTE_FM10K_DEBUG_RX=n
203 CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX=n
204 CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX_FREE=n
205 CONFIG_RTE_LIBRTE_FM10K_DEBUG_DRIVER=n
206 CONFIG_RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE=y
207 CONFIG_RTE_LIBRTE_FM10K_INC_VECTOR=y
208
209 #
210 # Compile burst-oriented Mellanox ConnectX-3 (MLX4) PMD
211 #
212 CONFIG_RTE_LIBRTE_MLX4_PMD=n
213 CONFIG_RTE_LIBRTE_MLX4_DEBUG=n
214 CONFIG_RTE_LIBRTE_MLX4_SGE_WR_N=4
215 CONFIG_RTE_LIBRTE_MLX4_MAX_INLINE=0
216 CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8
217 CONFIG_RTE_LIBRTE_MLX4_SOFT_COUNTERS=1
218
219 #
220 # Compile burst-oriented Mellanox ConnectX-4 & ConnectX-5 (MLX5) PMD
221 #
222 CONFIG_RTE_LIBRTE_MLX5_PMD=n
223 CONFIG_RTE_LIBRTE_MLX5_DEBUG=n
224 CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=8
225
226 #
227 # Compile burst-oriented Broadcom PMD driver
228 #
229 CONFIG_RTE_LIBRTE_BNX2X_PMD=n
230 CONFIG_RTE_LIBRTE_BNX2X_DEBUG=n
231 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_INIT=n
232 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n
233 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_TX=n
234 CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT=n
235 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_PERIODIC=n
236
237 #
238 # Compile burst-oriented Chelsio Terminator 10GbE/40GbE (CXGBE) PMD
239 #
240 CONFIG_RTE_LIBRTE_CXGBE_PMD=y
241 CONFIG_RTE_LIBRTE_CXGBE_DEBUG=n
242 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_REG=n
243 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_MBOX=n
244 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n
245 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n
246
247 #
248 # Compile burst-oriented Cisco ENIC PMD driver
249 #
250 CONFIG_RTE_LIBRTE_ENIC_PMD=y
251 CONFIG_RTE_LIBRTE_ENIC_DEBUG=n
252
253 #
254 # Compile burst-oriented Netronome NFP PMD driver
255 #
256 CONFIG_RTE_LIBRTE_NFP_PMD=n
257 CONFIG_RTE_LIBRTE_NFP_DEBUG=n
258
259 #
260 # Compile burst-oriented Broadcom BNXT PMD driver
261 #
262 CONFIG_RTE_LIBRTE_BNXT_PMD=y
263
264 #
265 # Compile burst-oriented Solarflare libefx-based PMD
266 #
267 CONFIG_RTE_LIBRTE_SFC_EFX_PMD=y
268 CONFIG_RTE_LIBRTE_SFC_EFX_DEBUG=n
269
270 #
271 # Compile software PMD backed by SZEDATA2 device
272 #
273 CONFIG_RTE_LIBRTE_PMD_SZEDATA2=n
274 #
275 # Defines firmware type address space.
276 # RTE_LIBRTE_PMD_SZEDATA2_AS can be:
277 # 0 - for firmwares:
278 #         NIC_100G1_LR4
279 #         HANIC_100G1_LR4
280 #         HANIC_100G1_SR10
281 # Other values raise compile time error
282 CONFIG_RTE_LIBRTE_PMD_SZEDATA2_AS=0
283
284 #
285 # Compile burst-oriented Cavium Thunderx NICVF PMD driver
286 #
287 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD=y
288 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_INIT=n
289 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_RX=n
290 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_TX=n
291 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_DRIVER=n
292 CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_MBOX=n
293
294 #
295 # Compile burst-oriented Cavium LiquidIO PMD driver
296 #
297 CONFIG_RTE_LIBRTE_LIO_PMD=y
298 CONFIG_RTE_LIBRTE_LIO_DEBUG_DRIVER=n
299 CONFIG_RTE_LIBRTE_LIO_DEBUG_INIT=n
300 CONFIG_RTE_LIBRTE_LIO_DEBUG_RX=n
301 CONFIG_RTE_LIBRTE_LIO_DEBUG_TX=n
302 CONFIG_RTE_LIBRTE_LIO_DEBUG_MBOX=n
303 CONFIG_RTE_LIBRTE_LIO_DEBUG_REGS=n
304
305 #
306 # Compile burst-oriented VIRTIO PMD driver
307 #
308 CONFIG_RTE_LIBRTE_VIRTIO_PMD=y
309 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT=n
310 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_RX=n
311 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_TX=n
312 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DRIVER=n
313 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP=n
314
315 #
316 # Compile virtio device emulation inside virtio PMD driver
317 #
318 CONFIG_RTE_VIRTIO_USER=n
319
320 #
321 # Compile burst-oriented VMXNET3 PMD driver
322 #
323 CONFIG_RTE_LIBRTE_VMXNET3_PMD=y
324 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_INIT=n
325 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_RX=n
326 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX=n
327 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX_FREE=n
328 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_DRIVER=n
329
330 #
331 # Compile example software rings based PMD
332 #
333 CONFIG_RTE_LIBRTE_PMD_RING=y
334 CONFIG_RTE_PMD_RING_MAX_RX_RINGS=16
335 CONFIG_RTE_PMD_RING_MAX_TX_RINGS=16
336
337 #
338 # Compile software PMD backed by PCAP files
339 #
340 CONFIG_RTE_LIBRTE_PMD_PCAP=n
341
342 #
343 # Compile link bonding PMD library
344 #
345 CONFIG_RTE_LIBRTE_PMD_BOND=y
346 CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB=n
347 CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB_L1=n
348
349 # QLogic 10G/25G/40G/50G/100G PMD
350 #
351 CONFIG_RTE_LIBRTE_QEDE_PMD=y
352 CONFIG_RTE_LIBRTE_QEDE_DEBUG_INIT=n
353 CONFIG_RTE_LIBRTE_QEDE_DEBUG_INFO=n
354 CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER=n
355 CONFIG_RTE_LIBRTE_QEDE_DEBUG_TX=n
356 CONFIG_RTE_LIBRTE_QEDE_DEBUG_RX=n
357 #Provides abs path/name of the firmware file.
358 #Empty string denotes driver will use default firmware
359 CONFIG_RTE_LIBRTE_QEDE_FW=""
360
361 #
362 # Compile software PMD backed by AF_PACKET sockets (Linux only)
363 #
364 CONFIG_RTE_LIBRTE_PMD_AF_PACKET=n
365
366 #
367 # Compile WRS accelerated virtual port (AVP) guest PMD driver
368 #
369 CONFIG_RTE_LIBRTE_AVP_PMD=n
370
371 #
372 # Compile the TAP PMD
373 # It is enabled by default for Linux only.
374 #
375 CONFIG_RTE_LIBRTE_PMD_TAP=n
376
377 #
378 # Compile Xen PMD
379 #
380 CONFIG_RTE_LIBRTE_PMD_XENVIRT=n
381
382 #
383 # Compile null PMD
384 #
385 CONFIG_RTE_LIBRTE_PMD_NULL=y
386
387 #
388 # Do prefetch of packet data within PMD driver receive function
389 #
390 CONFIG_RTE_PMD_PACKET_PREFETCH=y
391
392 #
393 # Compile generic crypto device library
394 #
395 CONFIG_RTE_LIBRTE_CRYPTODEV=y
396 CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
397 CONFIG_RTE_CRYPTO_MAX_DEVS=64
398 CONFIG_RTE_CRYPTODEV_NAME_LEN=64
399
400 #
401 # Compile PMD for ARMv8 Crypto device
402 #
403 CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO=n
404 CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO_DEBUG=n
405
406 #
407 # Compile PMD for QuickAssist based devices
408 #
409 CONFIG_RTE_LIBRTE_PMD_QAT=n
410 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_INIT=n
411 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
412 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
413 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
414 #
415 # Number of sessions to create in the session memory pool
416 # on a single QuickAssist device.
417 #
418 CONFIG_RTE_QAT_PMD_MAX_NB_SESSIONS=2048
419
420 #
421 # Compile PMD for AESNI backed device
422 #
423 CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
424 CONFIG_RTE_LIBRTE_PMD_AESNI_MB_DEBUG=n
425
426 #
427 # Compile PMD for Software backed device
428 #
429 CONFIG_RTE_LIBRTE_PMD_OPENSSL=n
430 CONFIG_RTE_LIBRTE_PMD_OPENSSL_DEBUG=n
431
432 #
433 # Compile PMD for AESNI GCM device
434 #
435 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
436 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM_DEBUG=n
437
438 #
439 # Compile PMD for SNOW 3G device
440 #
441 CONFIG_RTE_LIBRTE_PMD_SNOW3G=n
442 CONFIG_RTE_LIBRTE_PMD_SNOW3G_DEBUG=n
443
444 #
445 # Compile PMD for KASUMI device
446 #
447 CONFIG_RTE_LIBRTE_PMD_KASUMI=n
448 CONFIG_RTE_LIBRTE_PMD_KASUMI_DEBUG=n
449
450 #
451 # Compile PMD for ZUC device
452 #
453 CONFIG_RTE_LIBRTE_PMD_ZUC=n
454 CONFIG_RTE_LIBRTE_PMD_ZUC_DEBUG=n
455
456 #
457 # Compile PMD for Crypto Scheduler device
458 #
459 CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=n
460 CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER_DEBUG=n
461
462 #
463 # Compile PMD for NULL Crypto device
464 #
465 CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y
466
467 #
468 # Compile librte_ring
469 #
470 CONFIG_RTE_LIBRTE_RING=y
471
472 #
473 # Compile librte_mempool
474 #
475 CONFIG_RTE_LIBRTE_MEMPOOL=y
476 CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE=512
477 CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG=n
478
479 #
480 # Compile Mempool drivers
481 #
482 CONFIG_RTE_DRIVER_MEMPOOL_RING=y
483 CONFIG_RTE_DRIVER_MEMPOOL_STACK=y
484
485 #
486 # Compile librte_mbuf
487 #
488 CONFIG_RTE_LIBRTE_MBUF=y
489 CONFIG_RTE_LIBRTE_MBUF_DEBUG=n
490 CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS="ring_mp_mc"
491 CONFIG_RTE_MBUF_REFCNT_ATOMIC=y
492 CONFIG_RTE_PKTMBUF_HEADROOM=128
493
494 #
495 # Compile librte_timer
496 #
497 CONFIG_RTE_LIBRTE_TIMER=y
498 CONFIG_RTE_LIBRTE_TIMER_DEBUG=n
499
500 #
501 # Compile librte_cfgfile
502 #
503 CONFIG_RTE_LIBRTE_CFGFILE=y
504
505 #
506 # Compile librte_cmdline
507 #
508 CONFIG_RTE_LIBRTE_CMDLINE=y
509 CONFIG_RTE_LIBRTE_CMDLINE_DEBUG=n
510
511 #
512 # Compile librte_hash
513 #
514 CONFIG_RTE_LIBRTE_HASH=y
515 CONFIG_RTE_LIBRTE_HASH_DEBUG=n
516
517 #
518 # Compile librte_efd
519 #
520 CONFIG_RTE_LIBRTE_EFD=y
521
522 #
523 # Compile librte_jobstats
524 #
525 CONFIG_RTE_LIBRTE_JOBSTATS=y
526
527 #
528 # Compile librte_lpm
529 #
530 CONFIG_RTE_LIBRTE_LPM=y
531 CONFIG_RTE_LIBRTE_LPM_DEBUG=n
532
533 #
534 # Compile librte_acl
535 #
536 CONFIG_RTE_LIBRTE_ACL=y
537 CONFIG_RTE_LIBRTE_ACL_DEBUG=n
538
539 #
540 # Compile librte_power
541 #
542 CONFIG_RTE_LIBRTE_POWER=n
543 CONFIG_RTE_LIBRTE_POWER_DEBUG=n
544 CONFIG_RTE_MAX_LCORE_FREQS=64
545
546 #
547 # Compile librte_net
548 #
549 CONFIG_RTE_LIBRTE_NET=y
550
551 #
552 # Compile librte_ip_frag
553 #
554 CONFIG_RTE_LIBRTE_IP_FRAG=y
555 CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
556 CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
557 CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
558
559 #
560 # Compile librte_meter
561 #
562 CONFIG_RTE_LIBRTE_METER=y
563
564 #
565 # Compile librte_sched
566 #
567 CONFIG_RTE_LIBRTE_SCHED=y
568 CONFIG_RTE_SCHED_DEBUG=n
569 CONFIG_RTE_SCHED_RED=n
570 CONFIG_RTE_SCHED_COLLECT_STATS=n
571 CONFIG_RTE_SCHED_SUBPORT_TC_OV=n
572 CONFIG_RTE_SCHED_PORT_N_GRINDERS=8
573 CONFIG_RTE_SCHED_VECTOR=n
574
575 #
576 # Compile the distributor library
577 #
578 CONFIG_RTE_LIBRTE_DISTRIBUTOR=y
579
580 #
581 # Compile the reorder library
582 #
583 CONFIG_RTE_LIBRTE_REORDER=y
584
585 #
586 # Compile librte_port
587 #
588 CONFIG_RTE_LIBRTE_PORT=y
589 CONFIG_RTE_PORT_STATS_COLLECT=n
590 CONFIG_RTE_PORT_PCAP=n
591
592 #
593 # Compile librte_table
594 #
595 CONFIG_RTE_LIBRTE_TABLE=y
596 CONFIG_RTE_TABLE_STATS_COLLECT=n
597
598 #
599 # Compile librte_pipeline
600 #
601 CONFIG_RTE_LIBRTE_PIPELINE=y
602 CONFIG_RTE_PIPELINE_STATS_COLLECT=n
603
604 #
605 # Compile librte_kni
606 #
607 CONFIG_RTE_LIBRTE_KNI=n
608 CONFIG_RTE_LIBRTE_PMD_KNI=n
609 CONFIG_RTE_KNI_KMOD=n
610 CONFIG_RTE_KNI_KMOD_ETHTOOL=n
611 CONFIG_RTE_KNI_PREEMPT_DEFAULT=y
612
613 #
614 # Compile the pdump library
615 #
616 CONFIG_RTE_LIBRTE_PDUMP=y
617
618 #
619 # Compile vhost user library
620 #
621 CONFIG_RTE_LIBRTE_VHOST=n
622 CONFIG_RTE_LIBRTE_VHOST_NUMA=n
623 CONFIG_RTE_LIBRTE_VHOST_DEBUG=n
624
625 #
626 # Compile vhost PMD
627 # To compile, CONFIG_RTE_LIBRTE_VHOST should be enabled.
628 #
629 CONFIG_RTE_LIBRTE_PMD_VHOST=n
630
631 #
632 #Compile Xen domain0 support
633 #
634 CONFIG_RTE_LIBRTE_XEN_DOM0=n
635
636 #
637 # Compile the test application
638 #
639 CONFIG_RTE_APP_TEST=y
640 CONFIG_RTE_APP_TEST_RESOURCE_TAR=n
641
642 #
643 # Compile the PMD test application
644 #
645 CONFIG_RTE_TEST_PMD=y
646 CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
647 CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
648
649 #
650 # Compile the crypto performance application
651 #
652 CONFIG_RTE_APP_CRYPTO_PERF=y