[dpdk-dev] [PATCH 3/6] net/thunderx: fix compile errors for armv8a clang

2017-05-10 Thread Ashwin Sekhar T K
Replaced usage of %a0 in inline assembly with [%x0] Signed-off-by: Ashwin Sekhar T K --- drivers/net/thunderx/base/nicvf_plat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/thunderx/base/nicvf_plat.h b/drivers/net/thunderx/base/nicvf_plat.h index 36da12009..35

Re: [dpdk-dev] [PATCH 3/6] net/thunderx: fix compile errors for armv8a clang

2017-05-10 Thread Jerin Jacob
pablo.de.lara.gua...@intel.com, konstantin.anan...@intel.com > Cc: dev@dpdk.org, Ashwin Sekhar T K > Subject: [dpdk-dev] [PATCH 3/6] net/thunderx: fix compile errors for armv8a > clang > X-Mailer: git-send-email 2.13.0.rc1 > > Replaced usage of %a0 in inline assembly with [%x0] &