Hi All,
Previously I was using LSDK20.04-isc-09 . All running fine.
Now compiling my application with LSDK20.04-isc-19. Getting issue while pool creation .
It hangs . in GDB i can see stack corrupted .
compared . config and config/defconfig_arm64-dpaa-linuxapp-gcc.
Disabled :
CONFIG_RTE_LA12XX_SOCKET_ID=0
CONFIG_RTE_LA12XX_SOCKET_MAX_SEG=0
Any memory and pool related changes I need to take care in my application.
Please suggest
Hi @LFGP
Verified with LSDK 21.08 . Same result. Stuck in memory allocation .
Currently our application working fine with isc-09 . But while migrating to isc-19 it is stuck in memory allocation .
Working Logs
Not working Logs
Stuck Here
recompiled again with
CONFIG_RTE_LA12XX_SOCKET_ID=0
CONFIG_RTE_LA12XX_SOCKET_MAX_SEG=0
No success . If any quick help based on above logs .
dear @Chidananda22 ,
there were several updates between both releases (LSDK20.04-isc-09-Ubuntu 18 and LSDK20.04-isc-19-Ubuntu20).
You need to upgrade your developer environment. Please considere to use the LSDK21.08 release.
BR
LFGP