pdump: add new library for packet capture
[dpdk.git] / config / common_base
1 #   BSD LICENSE
2 #
3 #   Copyright(c) 2010-2016 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 # Machine's cache line size
79 #
80 CONFIG_RTE_CACHE_LINE_SIZE=64
81
82 #
83 # Compile Environment Abstraction Layer
84 #
85 CONFIG_RTE_LIBRTE_EAL=y
86 CONFIG_RTE_MAX_LCORE=128
87 CONFIG_RTE_MAX_NUMA_NODES=8
88 CONFIG_RTE_MAX_MEMSEG=256
89 CONFIG_RTE_MAX_MEMZONE=2560
90 CONFIG_RTE_MAX_TAILQ=32
91 CONFIG_RTE_LOG_LEVEL=RTE_LOG_INFO
92 CONFIG_RTE_LOG_HISTORY=256
93 CONFIG_RTE_LIBEAL_USE_HPET=n
94 CONFIG_RTE_EAL_ALLOW_INV_SOCKET_ID=n
95 CONFIG_RTE_EAL_ALWAYS_PANIC_ON_ERROR=n
96 CONFIG_RTE_EAL_IGB_UIO=n
97 CONFIG_RTE_EAL_VFIO=n
98 CONFIG_RTE_MALLOC_DEBUG=n
99
100 # Default driver path (or "" to disable)
101 CONFIG_RTE_EAL_PMD_PATH=""
102
103 #
104 # Compile Environment Abstraction Layer to support Vmware TSC map
105 #
106 CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y
107
108 #
109 # Compile the argument parser library
110 #
111 CONFIG_RTE_LIBRTE_KVARGS=y
112
113 #
114 # Compile generic ethernet library
115 #
116 CONFIG_RTE_LIBRTE_ETHER=y
117 CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n
118 CONFIG_RTE_MAX_ETHPORTS=32
119 CONFIG_RTE_MAX_QUEUES_PER_PORT=1024
120 CONFIG_RTE_LIBRTE_IEEE1588=n
121 CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
122 CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
123
124 #
125 # Support NIC bypass logic
126 #
127 CONFIG_RTE_NIC_BYPASS=n
128
129 #
130 # Compile burst-oriented Amazon ENA PMD driver
131 #
132 CONFIG_RTE_LIBRTE_ENA_PMD=y
133 CONFIG_RTE_LIBRTE_ENA_DEBUG_RX=n
134 CONFIG_RTE_LIBRTE_ENA_DEBUG_TX=n
135 CONFIG_RTE_LIBRTE_ENA_DEBUG_TX_FREE=n
136 CONFIG_RTE_LIBRTE_ENA_DEBUG_DRIVER=n
137 CONFIG_RTE_LIBRTE_ENA_COM_DEBUG=n
138
139 #
140 # Compile burst-oriented IGB & EM PMD drivers
141 #
142 CONFIG_RTE_LIBRTE_EM_PMD=y
143 CONFIG_RTE_LIBRTE_IGB_PMD=y
144 CONFIG_RTE_LIBRTE_E1000_DEBUG_INIT=n
145 CONFIG_RTE_LIBRTE_E1000_DEBUG_RX=n
146 CONFIG_RTE_LIBRTE_E1000_DEBUG_TX=n
147 CONFIG_RTE_LIBRTE_E1000_DEBUG_TX_FREE=n
148 CONFIG_RTE_LIBRTE_E1000_DEBUG_DRIVER=n
149 CONFIG_RTE_LIBRTE_E1000_PF_DISABLE_STRIP_CRC=n
150
151 #
152 # Compile burst-oriented IXGBE PMD driver
153 #
154 CONFIG_RTE_LIBRTE_IXGBE_PMD=y
155 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_INIT=n
156 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX=n
157 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX=n
158 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX_FREE=n
159 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_DRIVER=n
160 CONFIG_RTE_LIBRTE_IXGBE_PF_DISABLE_STRIP_CRC=n
161 CONFIG_RTE_IXGBE_INC_VECTOR=y
162 CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE=y
163
164 #
165 # Compile burst-oriented I40E PMD driver
166 #
167 CONFIG_RTE_LIBRTE_I40E_PMD=y
168 CONFIG_RTE_LIBRTE_I40E_DEBUG_INIT=n
169 CONFIG_RTE_LIBRTE_I40E_DEBUG_RX=n
170 CONFIG_RTE_LIBRTE_I40E_DEBUG_TX=n
171 CONFIG_RTE_LIBRTE_I40E_DEBUG_TX_FREE=n
172 CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER=n
173 CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=y
174 CONFIG_RTE_LIBRTE_I40E_INC_VECTOR=y
175 CONFIG_RTE_LIBRTE_I40E_RX_OLFLAGS_ENABLE=y
176 CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n
177 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_PF=64
178 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=4
179 CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=4
180 # interval up to 8160 us, aligned to 2 (or default value)
181 CONFIG_RTE_LIBRTE_I40E_ITR_INTERVAL=-1
182
183 #
184 # Compile burst-oriented FM10K PMD
185 #
186 CONFIG_RTE_LIBRTE_FM10K_PMD=y
187 CONFIG_RTE_LIBRTE_FM10K_DEBUG_INIT=n
188 CONFIG_RTE_LIBRTE_FM10K_DEBUG_RX=n
189 CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX=n
190 CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX_FREE=n
191 CONFIG_RTE_LIBRTE_FM10K_DEBUG_DRIVER=n
192 CONFIG_RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE=y
193 CONFIG_RTE_LIBRTE_FM10K_INC_VECTOR=y
194
195 #
196 # Compile burst-oriented Mellanox ConnectX-3 (MLX4) PMD
197 #
198 CONFIG_RTE_LIBRTE_MLX4_PMD=n
199 CONFIG_RTE_LIBRTE_MLX4_DEBUG=n
200 CONFIG_RTE_LIBRTE_MLX4_SGE_WR_N=4
201 CONFIG_RTE_LIBRTE_MLX4_MAX_INLINE=0
202 CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8
203 CONFIG_RTE_LIBRTE_MLX4_SOFT_COUNTERS=1
204
205 #
206 # Compile burst-oriented Mellanox ConnectX-4 (MLX5) PMD
207 #
208 CONFIG_RTE_LIBRTE_MLX5_PMD=n
209 CONFIG_RTE_LIBRTE_MLX5_DEBUG=n
210 CONFIG_RTE_LIBRTE_MLX5_SGE_WR_N=4
211 CONFIG_RTE_LIBRTE_MLX5_MAX_INLINE=0
212 CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=8
213
214 #
215 # Compile burst-oriented Broadcom PMD driver
216 #
217 CONFIG_RTE_LIBRTE_BNX2X_PMD=n
218 CONFIG_RTE_LIBRTE_BNX2X_DEBUG=n
219 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_INIT=n
220 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n
221 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_TX=n
222 CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT=n
223 CONFIG_RTE_LIBRTE_BNX2X_DEBUG_PERIODIC=n
224
225 #
226 # Compile burst-oriented Chelsio Terminator 10GbE/40GbE (CXGBE) PMD
227 #
228 CONFIG_RTE_LIBRTE_CXGBE_PMD=y
229 CONFIG_RTE_LIBRTE_CXGBE_DEBUG=n
230 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_REG=n
231 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_MBOX=n
232 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n
233 CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n
234
235 #
236 # Compile burst-oriented Cisco ENIC PMD driver
237 #
238 CONFIG_RTE_LIBRTE_ENIC_PMD=y
239 CONFIG_RTE_LIBRTE_ENIC_DEBUG=n
240
241 #
242 # Compile burst-oriented Netronome NFP PMD driver
243 #
244 CONFIG_RTE_LIBRTE_NFP_PMD=n
245 CONFIG_RTE_LIBRTE_NFP_DEBUG=n
246
247 #
248 # Compile software PMD backed by SZEDATA2 device
249 #
250 CONFIG_RTE_LIBRTE_PMD_SZEDATA2=n
251 #
252 # Defines firmware type address space.
253 # RTE_LIBRTE_PMD_SZEDATA2_AS can be:
254 # 0 - for firmwares:
255 #         NIC_100G1_LR4
256 #         HANIC_100G1_LR4
257 #         HANIC_100G1_SR10
258 # Other values raise compile time error
259 CONFIG_RTE_LIBRTE_PMD_SZEDATA2_AS=0
260
261 #
262 # Compile burst-oriented VIRTIO PMD driver
263 #
264 CONFIG_RTE_LIBRTE_VIRTIO_PMD=y
265 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT=n
266 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_RX=n
267 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_TX=n
268 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DRIVER=n
269 CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP=n
270
271 #
272 # Compile burst-oriented VMXNET3 PMD driver
273 #
274 CONFIG_RTE_LIBRTE_VMXNET3_PMD=y
275 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_INIT=n
276 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_RX=n
277 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX=n
278 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX_FREE=n
279 CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_DRIVER=n
280
281 #
282 # Compile example software rings based PMD
283 #
284 CONFIG_RTE_LIBRTE_PMD_RING=y
285 CONFIG_RTE_PMD_RING_MAX_RX_RINGS=16
286 CONFIG_RTE_PMD_RING_MAX_TX_RINGS=16
287
288 #
289 # Compile software PMD backed by PCAP files
290 #
291 CONFIG_RTE_LIBRTE_PMD_PCAP=n
292
293 #
294 # Compile link bonding PMD library
295 #
296 CONFIG_RTE_LIBRTE_PMD_BOND=y
297 CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB=n
298 CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB_L1=n
299
300 # QLogic 25G/40G PMD
301 #
302 CONFIG_RTE_LIBRTE_QEDE_PMD=n
303 CONFIG_RTE_LIBRTE_QEDE_DEBUG_INIT=n
304 CONFIG_RTE_LIBRTE_QEDE_DEBUG_INFO=n
305 CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRV=n
306 CONFIG_RTE_LIBRTE_QEDE_DEBUG_TX=n
307 CONFIG_RTE_LIBRTE_QEDE_DEBUG_RX=n
308 #Provides abs path/name of the firmware file.
309 #Empty string denotes driver will use default firmware
310 CONFIG_RTE_LIBRTE_QEDE_FW=""
311
312 #
313 # Compile software PMD backed by AF_PACKET sockets (Linux only)
314 #
315 CONFIG_RTE_LIBRTE_PMD_AF_PACKET=n
316
317 #
318 # Compile Xen PMD
319 #
320 CONFIG_RTE_LIBRTE_PMD_XENVIRT=n
321
322 #
323 # Compile null PMD
324 #
325 CONFIG_RTE_LIBRTE_PMD_NULL=y
326
327 #
328 # Do prefetch of packet data within PMD driver receive function
329 #
330 CONFIG_RTE_PMD_PACKET_PREFETCH=y
331
332 #
333 # Compile generic crypto device library
334 #
335 CONFIG_RTE_LIBRTE_CRYPTODEV=y
336 CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
337 CONFIG_RTE_CRYPTO_MAX_DEVS=64
338 CONFIG_RTE_CRYPTODEV_NAME_LEN=64
339
340 #
341 # Compile PMD for QuickAssist based devices
342 #
343 CONFIG_RTE_LIBRTE_PMD_QAT=n
344 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_INIT=n
345 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
346 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
347 CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
348 #
349 # Number of sessions to create in the session memory pool
350 # on a single QuickAssist device.
351 #
352 CONFIG_RTE_QAT_PMD_MAX_NB_SESSIONS=2048
353
354 #
355 # Compile PMD for AESNI backed device
356 #
357 CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
358 CONFIG_RTE_LIBRTE_PMD_AESNI_MB_DEBUG=n
359
360 #
361 # Compile PMD for AESNI GCM device
362 #
363 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
364 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM_DEBUG=n
365
366 #
367 # Compile PMD for SNOW 3G device
368 #
369 CONFIG_RTE_LIBRTE_PMD_SNOW3G=n
370 CONFIG_RTE_LIBRTE_PMD_SNOW3G_DEBUG=n
371
372 #
373 # Compile PMD for NULL Crypto device
374 #
375 CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y
376
377 #
378 # Compile librte_ring
379 #
380 CONFIG_RTE_LIBRTE_RING=y
381 CONFIG_RTE_LIBRTE_RING_DEBUG=n
382 CONFIG_RTE_RING_SPLIT_PROD_CONS=n
383 CONFIG_RTE_RING_PAUSE_REP_COUNT=0
384
385 #
386 # Compile librte_mempool
387 #
388 CONFIG_RTE_LIBRTE_MEMPOOL=y
389 CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE=512
390 CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG=n
391
392 #
393 # Compile librte_mbuf
394 #
395 CONFIG_RTE_LIBRTE_MBUF=y
396 CONFIG_RTE_LIBRTE_MBUF_DEBUG=n
397 CONFIG_RTE_MBUF_REFCNT_ATOMIC=y
398 CONFIG_RTE_PKTMBUF_HEADROOM=128
399
400 #
401 # Compile librte_timer
402 #
403 CONFIG_RTE_LIBRTE_TIMER=y
404 CONFIG_RTE_LIBRTE_TIMER_DEBUG=n
405
406 #
407 # Compile librte_cfgfile
408 #
409 CONFIG_RTE_LIBRTE_CFGFILE=y
410
411 #
412 # Compile librte_cmdline
413 #
414 CONFIG_RTE_LIBRTE_CMDLINE=y
415 CONFIG_RTE_LIBRTE_CMDLINE_DEBUG=n
416
417 #
418 # Compile librte_hash
419 #
420 CONFIG_RTE_LIBRTE_HASH=y
421 CONFIG_RTE_LIBRTE_HASH_DEBUG=n
422
423 #
424 # Compile librte_jobstats
425 #
426 CONFIG_RTE_LIBRTE_JOBSTATS=y
427
428 #
429 # Compile librte_lpm
430 #
431 CONFIG_RTE_LIBRTE_LPM=y
432 CONFIG_RTE_LIBRTE_LPM_DEBUG=n
433
434 #
435 # Compile librte_acl
436 #
437 CONFIG_RTE_LIBRTE_ACL=y
438 CONFIG_RTE_LIBRTE_ACL_DEBUG=n
439
440 #
441 # Compile librte_power
442 #
443 CONFIG_RTE_LIBRTE_POWER=n
444 CONFIG_RTE_LIBRTE_POWER_DEBUG=n
445 CONFIG_RTE_MAX_LCORE_FREQS=64
446
447 #
448 # Compile librte_net
449 #
450 CONFIG_RTE_LIBRTE_NET=y
451
452 #
453 # Compile librte_ip_frag
454 #
455 CONFIG_RTE_LIBRTE_IP_FRAG=y
456 CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
457 CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
458 CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
459
460 #
461 # Compile librte_meter
462 #
463 CONFIG_RTE_LIBRTE_METER=y
464
465 #
466 # Compile librte_sched
467 #
468 CONFIG_RTE_LIBRTE_SCHED=y
469 CONFIG_RTE_SCHED_DEBUG=n
470 CONFIG_RTE_SCHED_RED=n
471 CONFIG_RTE_SCHED_COLLECT_STATS=n
472 CONFIG_RTE_SCHED_SUBPORT_TC_OV=n
473 CONFIG_RTE_SCHED_PORT_N_GRINDERS=8
474 CONFIG_RTE_SCHED_VECTOR=n
475
476 #
477 # Compile the distributor library
478 #
479 CONFIG_RTE_LIBRTE_DISTRIBUTOR=y
480
481 #
482 # Compile the reorder library
483 #
484 CONFIG_RTE_LIBRTE_REORDER=y
485
486 #
487 # Compile librte_port
488 #
489 CONFIG_RTE_LIBRTE_PORT=y
490 CONFIG_RTE_PORT_STATS_COLLECT=n
491 CONFIG_RTE_PORT_PCAP=n
492
493 #
494 # Compile librte_table
495 #
496 CONFIG_RTE_LIBRTE_TABLE=y
497 CONFIG_RTE_TABLE_STATS_COLLECT=n
498
499 #
500 # Compile librte_pipeline
501 #
502 CONFIG_RTE_LIBRTE_PIPELINE=y
503 CONFIG_RTE_PIPELINE_STATS_COLLECT=n
504
505 #
506 # Compile librte_kni
507 #
508 CONFIG_RTE_LIBRTE_KNI=n
509 CONFIG_RTE_KNI_KMOD=n
510 CONFIG_RTE_KNI_PREEMPT_DEFAULT=y
511 CONFIG_RTE_KNI_KO_DEBUG=n
512 CONFIG_RTE_KNI_VHOST=n
513 CONFIG_RTE_KNI_VHOST_MAX_CACHE_SIZE=1024
514 CONFIG_RTE_KNI_VHOST_VNET_HDR_EN=n
515 CONFIG_RTE_KNI_VHOST_DEBUG_RX=n
516 CONFIG_RTE_KNI_VHOST_DEBUG_TX=n
517
518 #
519 # Compile the pdump library
520 #
521 CONFIG_RTE_LIBRTE_PDUMP=y
522
523 #
524 # Compile vhost library
525 # fuse-devel is needed to run vhost-cuse.
526 # fuse-devel enables user space char driver development
527 # vhost-user is turned on by default.
528 #
529 CONFIG_RTE_LIBRTE_VHOST=n
530 CONFIG_RTE_LIBRTE_VHOST_USER=y
531 CONFIG_RTE_LIBRTE_VHOST_NUMA=n
532 CONFIG_RTE_LIBRTE_VHOST_DEBUG=n
533
534 #
535 # Compile vhost PMD
536 # To compile, CONFIG_RTE_LIBRTE_VHOST should be enabled.
537 #
538 CONFIG_RTE_LIBRTE_PMD_VHOST=n
539
540 #
541 #Compile Xen domain0 support
542 #
543 CONFIG_RTE_LIBRTE_XEN_DOM0=n
544
545 #
546 # Enable warning directives
547 #
548 CONFIG_RTE_INSECURE_FUNCTION_WARNING=n
549
550 #
551 # Compile the test application
552 #
553 CONFIG_RTE_APP_TEST=y
554 CONFIG_RTE_APP_TEST_RESOURCE_TAR=n
555
556 #
557 # Compile the PMD test application
558 #
559 CONFIG_RTE_TEST_PMD=y
560 CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
561 CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n