Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_options.c496 char soname[32]; in is_shared_build() local
499 len = strlcpy(soname, EAL_SO"."ABI_VERSION, sizeof(soname)); in is_shared_build()
500 if (len > sizeof(soname)) { in is_shared_build()
502 len = sizeof(soname) - 1; in is_shared_build()
509 RTE_LOG(DEBUG, EAL, "Checking presence of .so '%s'\n", soname); in is_shared_build()
510 handle = dlopen(soname, RTLD_LAZY | RTLD_NOLOAD); in is_shared_build()
519 if (soname[len] == '.') { in is_shared_build()
520 soname[len] = '\0'; in is_shared_build()
/dpdk/devtools/
H A Dlibabigail.abignore19 ; Ignore changes on soname for mlx glue internal drivers
/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst13 What is a library's soname?
19 21.1, 21.2``) are presumed to be ABI compatible. A library's `soname
22 denominator ABI supported by the library. The soname or logical name for the
26 During an application's build process, a library's soname is noted as a runtime
56 individual library's soname, library filenames and associated version maps
74 library's soname and filename however do not change, e.g. ``libacl.so.21``, as
H A Dabi_policy.rst22 all non-experimental :ref:`library's soname <what_is_soname>`.
70 releases and is annotated in the library's :ref:`soname<what_is_soname>`.
186 between major ABI versions. As a library's soname can only describe
189 dependency through the soname. Therefore any application wishing to make use
250 an explicit package dependency, as the soname can only indicate the
/dpdk/doc/guides/nics/
H A Dark.rst239 -Wl,-soname,libpmd_net_ark_ext.so.1 pmd_net_ark_ext.o
249 LDFLAGS += -Wl,--unresolved-symbols=ignore-all -Wl,-soname,libpmd_net_ark_ext.so.1
/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst240 * The soname for each stable ABI version should be just the ABI version major
247 we can keep v20.0 as soname and using the final digits to identify the DPDK
/dpdk/config/
H A Dmeson.build29 # and have the soname be all but the final part of the abi_version.