Re: [dpdk-dev] [PATCH 1/4] app: add LDFLAGS -latomic to link atomic lib

2018-05-15 Thread Gavin Hu
: [dpdk-dev] [PATCH 1/4] app: add LDFLAGS -latomic to link atomic lib On Tue, May 15, 2018 at 04:28:41AM -0400, Gavin Hu wrote: > For ARM64 platform, libdpdk.a includes the > librte_pmd_octeontx_ssovf.a, which requires the libatomic.a > support.The atomic lib is built-in in the gcc toolchain

Re: [dpdk-dev] [PATCH 1/4] app: add LDFLAGS -latomic to link atomic lib

2018-05-15 Thread Jerin Jacob
-Original Message- > Date: Tue, 15 May 2018 04:28:41 -0400 > From: Gavin Hu > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/4] app: add LDFLAGS -latomic to link atomic lib > X-Mailer: git-send-email 2.1.4 > > For ARM64 platform, libdpdk.a includes the librte_pmd_octeontx_ssovf.a, > whic

Re: [dpdk-dev] [PATCH 1/4] app: add LDFLAGS -latomic to link atomic lib

2018-05-15 Thread Bruce Richardson
On Tue, May 15, 2018 at 04:28:41AM -0400, Gavin Hu wrote: > For ARM64 platform, libdpdk.a includes the librte_pmd_octeontx_ssovf.a, > which requires the libatomic.a support.The atomic lib is built-in in the > gcc toolchain, but for clang it has to be explicitly linked. > For more details, please re