Home
last modified time | relevance | path

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

/dpdk/drivers/net/ark/
H A Dark_ethdev.c204 const char *dllpath = getenv("ARK_EXT_PATH"); in check_for_ext() local
206 if (dllpath == NULL) { in check_for_ext()
210 ARK_PMD_LOG(NOTICE, "EXT found dll path at %s\n", dllpath); in check_for_ext()
213 ark->d_handle = dlopen(dllpath, RTLD_LOCAL | RTLD_LAZY); in check_for_ext()
216 dllpath); in check_for_ext()
220 dllpath); in check_for_ext()