2018-01-23 14:21:16 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2010-2014 Intel Corporation
|
2012-09-04 13:54:00 +01:00
|
|
|
|
2014-05-14 16:58:07 +02:00
|
|
|
#include "common_linuxapp"
|
2012-09-04 13:54:00 +01:00
|
|
|
|
|
|
|
CONFIG_RTE_MACHINE="native"
|
|
|
|
|
|
|
|
CONFIG_RTE_ARCH="i686"
|
|
|
|
CONFIG_RTE_ARCH_I686=y
|
2016-02-05 22:23:15 +01:00
|
|
|
CONFIG_RTE_ARCH_X86=y
|
2012-09-04 13:54:00 +01:00
|
|
|
|
|
|
|
CONFIG_RTE_TOOLCHAIN="icc"
|
|
|
|
CONFIG_RTE_TOOLCHAIN_ICC=y
|
|
|
|
|
|
|
|
#
|
2013-03-04 16:48:25 +00:00
|
|
|
# KNI is not supported on 32-bit
|
2012-12-20 00:00:00 +01:00
|
|
|
#
|
2013-03-04 16:48:25 +00:00
|
|
|
CONFIG_RTE_LIBRTE_KNI=n
|
2014-06-13 23:52:24 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# Vectorized PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_IXGBE_INC_VECTOR=n
|
2016-03-10 16:41:46 +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 15:40:04 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# KASUMI PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_PMD_KASUMI=n
|
2016-09-29 03:59:47 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# ZUC PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_PMD_ZUC=n
|
2017-03-28 07:53:59 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# AVP PMD is not supported on 32-bit
|
|
|
|
#
|
|
|
|
CONFIG_RTE_LIBRTE_AVP_PMD=n
|