Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 25 of 118) sorted by relevance

12345

/f-stack/dpdk/buildtools/pkg-config/
H A Dmeson.build16 # The flags of the DPDK libraries must be defined in Libs* fields.
18 # and those need to come *before* the regular libraries (Libs field).
21 # Another requirement is to allow linking dependencies as shared libraries,
22 # while linking static DPDK libraries and drivers. It is satisfied by
24 # As a consequence, the regular DPDK libraries are already listed as static
25 # in the field Libs.private. The second occurences of DPDK libraries,
37 libraries: ['-Wl,--as-needed'] + dpdk_libraries,
53 # For static linking with dependencies as shared libraries,
54 # the internal static libraries must be flagged explicitly.
/f-stack/dpdk/doc/guides/bbdevs/
H A Dturbo_sw.rst8 driver that can optionally utilize Intel optimized libraries for LTE and 5GNR
14 To enable linking to the SDK libraries see detailed installation section below.
22 SW Turbo PMD can support for the following capabilities when the SDK libraries
67 As an option it is possible to link this driver with FleXRAN SDK libraries
90 Note that the installation of these libraries is optional.
95 (c) Intel ICC 18.0.1 20171018 compiler or more recent and related libraries
133 * Build the ``FLEXRAN SDK`` libraries (explained in Installation section).
136 FlexRAN SDK libraries were installed. And ``DIR_WIRELESS_SDK`` to the path
137 where the libraries were extracted.
139 * Tune the meson build option pointing the location of the FlexRAN SDK libraries ``flexran_sdk``
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dthread_safety_dpdk_functions.rst7 The DPDK is comprised of several libraries.
8 Some of the functions in these libraries can be safely called from multiple threads simultaneously,…
22 certain functions within those libraries may not be safe to call from multiple threads simultaneous…
23 The hash, LPM and mempool libraries and RX/TX in the PMD are examples of this.
25 The hash and LPM libraries are, by design, thread unsafe in order to maintain performance.
26 However, if required the developer can add layers on top of these libraries to provide thread safet…
27 Locking is not needed in all situations, and in both the hash and LPM libraries,
48 the DPDK provides a thread-safe API for most other libraries.
59 It is recommended that DPDK libraries are initialized in the main thread at application startup
61 However, the DPDK performs checks to ensure that libraries are only initialized once.
H A Doverview.rst17 The framework creates a set of libraries for specific environments
23 Other libraries, outside of EAL, including the Hash,
24 Longest Prefix Match (LPM) and rings libraries are also provided.
42 editor and various libraries to create the DPDK components and libraries.
44 Once these libraries are created for the specific environment and architecture,
55 that hides the environment specifics from the applications and libraries.
87 The *core components* are a set of libraries that provide all the elements needed
153 libraries to support the corresponding packet forwarding algorithms.
H A Dsource_org.rst21 Drivers are special libraries which provide poll-mode driver implementations for
45 …ry contains :doc:`Sample applications<../sample_app_ug/index>` that show how libraries can be used.
H A Dmeson_ut.rst57 Some unit test cases have a dependency on external libraries, driver modules
63 #. Optional external libraries are not found.
H A Drcu_lib.rst208 …f this resource reclamation process were to be integrated in lock-free data structure libraries, it
209 …. The following paragraphs discuss how the reclamation process can be integrated in DPDK libraries.
218libraries and applications. The term 'client library' refers to lock-free data structure libraries
227 client libraries will make use of the writer thread context to execute the memory
241 Integrating the resource reclamation with client libraries removes the burden from
H A Dglossary.rst35 A set of libraries provided by the DPDK, including eal, ring, mempool,
63 hides the environment specifics from the applications and libraries. The
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-prefix.m410 dnl to access previously installed libraries. The basic assumption is that
13 dnl used to locate libraries, but is otherwise very convenient.
28 [[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
29 --without-lib-prefix don't search for libraries in includedir and libdir]],
158 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
159 dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
165 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
167 dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
208 dnl If $CC generates code for a 32-bit ABI, the libraries are
220 | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
/f-stack/dpdk/
H A DREADME1 DPDK is a set of libraries and drivers for fast packet processing.
4 The DPDK uses the Open Source BSD-3-Clause license for the core libraries
/f-stack/freebsd/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl51 <!-- libraries -->
53 <!-- x86 Dynamic libraries (.dll) -->
61 <!-- x86 Import libraries (.imp.lib) -->
65 <!-- x86 Export libraries (.exp) -->
69 <!-- x86 Static libraries (.lib) -->
77 <!-- x64 Dynamic libraries (.dll) -->
89 <!-- x64 Export libraries (.exp) -->
93 <!-- x64 Static libraries (.lib) -->
138 <!-- static libraries -->
160 <!-- static ltcg libraries -->
[all …]
/f-stack/dpdk/lib/
H A Dmeson.build5 # process all libraries equally, as far as possible
11 libraries = [ variable
39 libraries = [ variable
48 ] # only supported libraries for windows
61 foreach l:libraries
/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dmeson.build6 # check for FlexRAN SDK libraries for AVX2
25 # check for FlexRAN SDK libraries for AVX512
/f-stack/dpdk/doc/guides/platform/
H A Dbluefield.rst72 toolchain for ARM64. Base on that, additional header files and libraries are
80 Such header files and libraries can be cross-compiled and installed on to the
93 # Copy libraries
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dbuild_app.rst7 The ``testpmd`` application is compiled as part of the main compilation of the DPDK libraries and t…
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst16 System libraries usually adopt the familiar major and minor version naming
39 An ABI version change to a given library, especially in core libraries such as
41 consuming libraries, causing ABI breakages. There may however be no explicit
46 This interdependence of DPDK libraries, means that ABI versioning of libraries
47 is more manageable at a project level, with all project libraries sharing a
55 libraries. This means that a single project level ABI version, reflected in all
114 libraries by incrementing the major version in the ABI_VERSION file. This is
115 done globally for all libraries.
214 requisite libraries version map file. Initially the version map file for the acl
412 library or driver. In the libraries or driver where we have added symbol
H A Ddesign.rst19 Code in DPDK libraries and applications should be generic.
120 some libraries might not be relevant to the current application. In order to
143 uses multiple libraries (Library X, Library Y, etc) and it is interested in the
151 * Number of libraries used by the current application that have statistics
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY32 + standard libraries now packaged in tables.
148 + better support for writing libraries (auxlib.h).
154 + io and string libraries are now based on pattern matching;
155 the old libraries are still available for compatibility
/f-stack/app/nginx-1.16.1/auto/lib/libxslt/
H A Dconf91 libraries. You can either do not enable the module or install the libraries.
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst63 Please ensure that the latest patches are applied to third party libraries
69 * Intel® C++ Compiler (icc). For installation, additional libraries may be required.
72 …ance ToolChain for Powerlinux. This is a set of open source development tools and runtime libraries
78 A number of DPDK components, such as libraries and poll-mode drivers (PMDs) have additional depende…
84 For libraries the additional dependencies include:
/f-stack/freebsd/contrib/libsodium/m4/
H A Dld-output-def.m418 gl_cv_ld_output_def="not needed, shared libraries are disabled"
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djemalloc-config.in23 --libs : Print libraries jemalloc was linked against.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A DMakefile.am13 tst.libraries.ksh \
/f-stack/dpdk/doc/guides/nics/
H A Dmlx4.rst54 The ibverbs libraries can be linked with this PMD in a number of ways,
148 This driver relies on external libraries and kernel drivers for resources
189 match the kernel modules and libraries they come with.
193 Both libraries are BSD and GPL licensed. Linux kernel modules are GPL
206 - Starting with rdma-core v21, static libraries can be built::
235 2. Install the required libraries and kernel modules either by installing
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A DREADME4 If any of the makes fail, you're probably not using the same libraries

12345