[dpdk-stable] [dpdk-dev] [PATCH 2/2] mk: disable OcteonTx2 on old compilers

Jerin Jacob jerinjacobk at gmail.com
Wed Oct 30 12:49:21 CET 2019


On Mon, Oct 28, 2019 at 4:56 PM Ali Alnubani <alialnu at mellanox.com> wrote:
>
> This disables OcteonTx2 for gcc 4.8.5 as the compiler is
> emitting "internal compiler error" for aarch64.
>
> Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")
> Cc: stable at dpdk.org
>
> Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
> ---
>  mk/toolchain/gcc/rte.toolchain-compat.mk | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/mk/toolchain/gcc/rte.toolchain-compat.mk b/mk/toolchain/gcc/rte.toolchain-compat.mk
> index 00d6fd642..dd2c4e5da 100644
> --- a/mk/toolchain/gcc/rte.toolchain-compat.mk
> +++ b/mk/toolchain/gcc/rte.toolchain-compat.mk
> @@ -104,6 +104,9 @@ else
>                 CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=d
>                 CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL=d
>                 CONFIG_RTE_LIBRTE_OCTEONTX_PMD=d
> +               CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EVENTDEV=d
> +               CONFIG_RTE_LIBRTE_OCTEONTX2_MEMPOOL=d
> +               CONFIG_RTE_LIBRTE_OCTEONTX2_PMD=d

# Please add the following config also as there may be a connection in future
CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_CRYPTO=d
CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_DMA_RAWDEV=d

# s/OcteonTx2/OCTEON TX2/g in git commit and subject

With the above change:
Acked-by: Jerin Jacob <jerinj at marvell.com>



>         endif
>         endif
>
> --
> 2.23.0
>


More information about the stable mailing list