spdk thread lib init
by Khoussi, Siham (IntlAssoc)
Hi All,
I'm writing a simple application that starts off by initializing rte_eal then the spdk_thread_lib_init before spdk_thread creation. however, I'n not sure why spdk_thread_lib_init(NULL,0) keeps returning -1 causing a segmentation fault to the app although I have allocated enough hugepages in the begining (100 of 1G pages). Does anyone have an idea of what would be causing the error?
Thank you,
Siham