VPP-1284: Fix for TLS corruption on ARM platforms 62/12762/2
authorSachin Saxena <sachin.saxena@nxp.com>
Mon, 28 May 2018 04:15:12 +0000 (09:45 +0530)
committerDamjan Marion <dmarion.lists@gmail.com>
Mon, 28 May 2018 12:03:02 +0000 (12:03 +0000)
commit5914f30d3f4f28e3e435efd7ece8cf935d5adead
treef07602fb4051bd5b619c53c93fab12dc68367863
parentd3b3baa4f8e9e4d95264aff16fe85434ef8061bd
VPP-1284: Fix for TLS corruption on ARM platforms

 - The issue is appearing on ARM platofrms where DPDK drivers are also using
   __thread TLS vairables.
 - The issue was only appearing with dpdk as plgin to VPP and not if used
   as statically link with VPP.
 - Using traditional TLS scheme resolved the issue.

Change-Id: Ifb4c667fdd217c2b1d79be8a541a2c983222d95a
Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com>
build-data/platforms/dpaa.mk