Re: [dpdk-dev] [PATCH] bus/fslmc: fix the compilation with clang 3.4

2018-04-19 Thread Thomas Monjalon
19/04/2018 15:21, Maxime Coquelin: > On 04/19/2018 02:32 PM, Hemant Agrawal wrote: > > error: redefinition of typedef 'dma_addr_t' is a C11 feature > > [-Werror,-Wtypedef-redefinition] > > > > Fixes: 4bc5ab88dbd6 ("net/dpaa2: fix Tx only mode") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Heman

Re: [dpdk-dev] [PATCH] bus/fslmc: fix the compilation with clang 3.4

2018-04-19 Thread Maxime Coquelin
Hi Hemant, On 04/19/2018 02:32 PM, Hemant Agrawal wrote: error: redefinition of typedef 'dma_addr_t' is a C11 feature [-Werror,-Wtypedef-redefinition] Fixes: 4bc5ab88dbd6 ("net/dpaa2: fix Tx only mode") Cc: sta...@dpdk.org Signed-off-by: Hemant Agrawal --- drivers/bus/fslmc/qbman/include/fs

[dpdk-dev] [PATCH] bus/fslmc: fix the compilation with clang 3.4

2018-04-19 Thread Hemant Agrawal
error: redefinition of typedef 'dma_addr_t' is a C11 feature [-Werror,-Wtypedef-redefinition] Fixes: 4bc5ab88dbd6 ("net/dpaa2: fix Tx only mode") Cc: sta...@dpdk.org Signed-off-by: Hemant Agrawal --- drivers/bus/fslmc/qbman/include/fsl_qbman_base.h | 2 -- drivers/crypto/dpaa2_sec/dpaa2_sec_dps