Home
last modified time | relevance | path

Searched refs:dllpath (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/ark/
H A Dark_ethdev.c170 const char *dllpath = getenv("ARK_EXT_PATH"); in check_for_ext() local
172 if (dllpath == NULL) { in check_for_ext()
176 ARK_PMD_LOG(NOTICE, "EXT found dll path at %s\n", dllpath); in check_for_ext()
179 ark->d_handle = dlopen(dllpath, RTLD_LOCAL | RTLD_LAZY); in check_for_ext()
182 dllpath); in check_for_ext()
186 dllpath); in check_for_ext()