2018-01-23 14:21:16 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2010-2014 Intel Corporation
|
2012-09-04 12:54:00 +00:00
|
|
|
|
2014-05-14 14:58:07 +00:00
|
|
|
#include "common_linuxapp"
|
2012-09-04 12:54:00 +00:00
|
|
|
|
|
|
|
CONFIG_RTE_MACHINE="native"
|
|
|
|
|
|
|
|
CONFIG_RTE_ARCH="i686"
|
|
|
|
CONFIG_RTE_ARCH_I686=y
|
2016-02-05 21:23:15 +00:00
|
|
|
CONFIG_RTE_ARCH_X86=y
|
2012-09-04 12:54:00 +00:00
|
|
|
|
|
|
|
CONFIG_RTE_TOOLCHAIN="gcc"
|
|
|
|
CONFIG_RTE_TOOLCHAIN_GCC=y
|
|
|
|
|
|
|
|
#
|
2013-03-04 16:48:25 +00:00
|
|
|
# KNI is not supported on 32-bit
|
2012-12-19 23:00:00 +00:00
|
|
|
#
|
2013-03-04 16:48:25 +00:00
|
|
|
CONFIG_RTE_LIBRTE_KNI=n
|
2014-06-13 22:52:24 +00:00
|
|
|
|
2016-11-29 16:18:33 +00:00
|
|
|
#
|
|
|
|
# Solarflare PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n
|
|
|
|
|
2016-03-10 16:41:46 +00:00
|
|
|
#
|
|
|
|
# AES-NI multi-buffer PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
|
|
|
|
|
|
|
|
#
|
|
|
|
# AES-NI GCM PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
|
2016-06-20 14:40:04 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# KASUMI PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_PMD_KASUMI=n
|
2016-09-29 02:59:47 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# ZUC PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_PMD_ZUC=n
|
2017-03-28 11:53:59 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# AVP PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_AVP_PMD=n
|