mk: change TLS model for DPAA machine
Random corruptions observed on platfoms with using the dpdk library in shared mode with VPP software (plugin). using traditional TLS scheme resolved the issue. Tested with VPP with DPDK as a plugin. Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com>
This commit is contained in:
parent
7c872b9698
commit
c40f3cfc66
@ -32,3 +32,6 @@ MACHINE_CFLAGS += -march=armv8-a+crc
|
||||
ifdef CONFIG_RTE_ARCH_ARM_TUNE
|
||||
MACHINE_CFLAGS += -mtune=$(CONFIG_RTE_ARCH_ARM_TUNE:"%"=%)
|
||||
endif
|
||||
|
||||
# To avoid TLS corruption issue.
|
||||
MACHINE_CFLAGS += -mtls-dialect=trad
|
||||
|
@ -32,3 +32,6 @@ MACHINE_CFLAGS += -march=armv8-a+crc
|
||||
ifdef CONFIG_RTE_ARCH_ARM_TUNE
|
||||
MACHINE_CFLAGS += -mtune=$(CONFIG_RTE_ARCH_ARM_TUNE:"%"=%)
|
||||
endif
|
||||
|
||||
# To avoid TLS corruption issue.
|
||||
MACHINE_CFLAGS += -mtls-dialect=trad
|
||||
|
Loading…
Reference in New Issue
Block a user