Home
last modified time | relevance | path

Searched refs:lib (Results 1 – 25 of 78) sorted by relevance

1234

/dpdk/doc/api/
H A Ddoxy-api.conf.in30 @TOPDIR@/lib/acl \
33 @TOPDIR@/lib/bpf \
40 @TOPDIR@/lib/efd \
43 @TOPDIR@/lib/fib \
47 @TOPDIR@/lib/gro \
48 @TOPDIR@/lib/gso \
53 @TOPDIR@/lib/kni \
56 @TOPDIR@/lib/lpm \
63 @TOPDIR@/lib/net \
65 @TOPDIR@/lib/pci \
[all …]
/dpdk/lib/eventdev/
H A Deventdev_trace_points.c11 lib.eventdev.configure)
14 lib.eventdev.queue.setup)
17 lib.eventdev.port.setup)
20 lib.eventdev.port.link)
23 lib.eventdev.port.unlink)
26 lib.eventdev.start)
29 lib.eventdev.stop)
32 lib.eventdev.close)
35 lib.eventdev.enq.burst)
38 lib.eventdev.deq.burst)
[all …]
/dpdk/lib/eal/common/
H A Deal_common_trace_points.c10 lib.eal.generic.void)
12 lib.eal.generic.u64)
14 lib.eal.generic.u32)
16 lib.eal.generic.u16)
18 lib.eal.generic.u8)
20 lib.eal.generic.i64)
22 lib.eal.generic.i32)
24 lib.eal.generic.i16)
26 lib.eal.generic.i8)
45 lib.eal.alarm.set)
[all …]
/dpdk/lib/mempool/
H A Dmempool_trace_points.c10 lib.mempool.ops.deq.bulk)
16 lib.mempool.ops.enq.bulk)
19 lib.mempool.generic.put)
22 lib.mempool.put.bulk)
25 lib.mempool.generic.get)
28 lib.mempool.get.bulk)
31 lib.mempool.get.blocks)
34 lib.mempool.create)
40 lib.mempool.free)
73 lib.mempool.ops.alloc)
[all …]
/dpdk/lib/cryptodev/
H A Dcryptodev_trace_points.c10 lib.cryptodev.configure)
13 lib.cryptodev.start)
16 lib.cryptodev.stop)
19 lib.cryptodev.close)
31 lib.cryptodev.sym.create)
37 lib.cryptodev.sym.free)
40 lib.cryptodev.asym.free)
43 lib.cryptodev.sym.init)
46 lib.cryptodev.sym.clear)
49 lib.cryptodev.enq.burst)
[all …]
/dpdk/lib/ethdev/
H A Dethdev_trace_points.c10 lib.ethdev.configure)
13 lib.ethdev.rxq.setup)
16 lib.ethdev.txq.setup)
19 lib.ethdev.start)
22 lib.ethdev.stop)
25 lib.ethdev.close)
28 lib.ethdev.rx.burst)
31 lib.ethdev.tx.burst)
/dpdk/
H A DMAINTAINERS140 F: lib/*/*.map
373 F: lib/ring/
387 F: lib/mbuf/
590 F: lib/kni/
1398 F: lib/net/
1421 F: lib/gro/
1426 F: lib/gso/
1509 F: lib/acl/
1519 F: lib/efd/
1539 F: lib/lpm/
[all …]
H A Dmeson.build59 'lib/eal/include',
60 'lib/eal/@0@/include'.format(host_machine.system()),
61 'lib/eal/@0@/include'.format(arch_subdir),
69 subdir('lib') subdir
111 foreach lib:enabled_libs
112 output_message += lib + ', '
139 foreach lib:dpdk_libs_disabled
140 reason = get_variable(lib.underscorify() + '_disable_reason')
141 output_message += lib + ':\t' + reason + '\n\t'
/dpdk/drivers/net/mlx4/
H A Dmeson.build27 lib = dependency('lib' + libname, static:static_ibverbs, variable
29 if not lib.found() and not static_ibverbs
30 lib = cc.find_library(libname, required:false) variable
32 if lib.found()
33 libs += lib
35 ext_deps += lib
/dpdk/buildtools/
H A Doptions-ibverbs-static.sh12 lib='libibverbs'
15 pkg-config --libs --static $lib |
20 awk "/^-l:$lib.a/&&c++ {next} 1" | # drop first duplicates of main lib
/dpdk/lib/
H A Dmeson.build57 'ipsec', # ipsec lib depends on net, crypto and security
58 'fib', #fib lib depends on rib
60 'pdump', # pdump lib depends on bpf
63 'flow_classify', # flow_classify lib depends on pkt framework table lib
153 .format(d, name, 'lib/' + l))
186 cflags += '-DRTE_LOG_DEFAULT_LOGTYPE=lib.' + l
188 # first build static lib
201 # use pre-build objects to build shared lib
226 lk_args += ['-Wl,/implib:lib\\' + implib]
270 message('lib/@0@: Defining dependency "@1@"'.format(l, name))
/dpdk/lib/acl/
H A Dmeson.build22 # in latter case, compile c file to static lib, using correct compiler
23 # flags, and then have the .o file from static lib linked into main lib.
48 # in latter case, compile c file to static lib, using correct
49 # compiler flags, and then have the .o file from static lib
50 # linked into main lib.
/dpdk/drivers/regex/cn9k/
H A Dmeson.build11 lib = cc.find_library('librxp_compiler', required: false) variable
12 if lib.found()
13 ext_deps += lib
/dpdk/license/
H A Dexceptions.txt15 1.MIT 10/23/2019 02/10/2020 lib/eal/windows/include/dirent.h
16 2.BSD-2-Clause 10/23/2019 12/18/2019 lib/eal/windows/include/getopt.h
18 BSD-2-Clause 10/23/2019 12/18/2019 lib/eal/windows/getopt.c
/dpdk/drivers/common/mlx5/linux/
H A Dmeson.build22 lib = dependency('lib' + libname, static:static_ibverbs, required:false, method: 'pkg-config') variable
23 if not lib.found() and not static_ibverbs
24 lib = cc.find_library(libname, required:false) variable
26 if lib.found()
27 libs += lib
29 ext_deps += lib
228 dlopen_includes += include_directories('../../../../lib/eal/include/generic')
/dpdk/drivers/crypto/ipsec_mb/
H A Dmeson.build11 lib = cc.find_library('IPSec_MB', required: false) variable
12 if not lib.found()
16 ext_deps += lib
/dpdk/examples/ethtool/
H A DMakefile4 subdirs := lib ethtool-app
9 ethtool-app: lib
H A Dmeson.build15 'lib/rte_ethtool.c',
19 includes = include_directories('lib', 'ethtool-app')
/dpdk/drivers/common/cnxk/
H A Dmeson.build77 includes += include_directories('../../../lib/net')
78 includes += include_directories('../../../lib/ethdev')
79 includes += include_directories('../../../lib/meter')
/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst28 For compiling the NUMA lib, run libtool --version to ensure the libtool version >= 2.2,
47 The numa header files and lib file is generated in the include and lib folder
102 Copy the NUMA header files and lib to the cross compiler's directories:
107 …cp <numa_install_dir>/lib/libnuma.a <cross_install_dir>/gcc-arm-9.2-2019.12-x86_64-aarch64-none-li…
108 …cp <numa_install_dir>/lib/libnuma.so <cross_install_dir>/gcc-arm-9.2-2019.12-x86_64-aarch64-none-l…
120 -Dc_args=-I<numa_install_dir>/include -Dc_link_args=-L<numa_install_dir>/lib
129 c_link_args = ['-L<numa_install_dir>/lib']
165 c_link_args = ['-L<numa_install_dir>/lib'] # with your path
/dpdk/lib/fib/
H A Dmeson.build23 # in latter case, compile c file to static lib, using correct
24 # compiler flags, and then have the .o file from static lib
25 # linked into main lib.
/dpdk/kernel/linux/kni/
H A Dmeson.build33 ' -I' + dpdk_source_root + '/lib/eal/include' +
34 ' -I' + dpdk_source_root + '/lib/kni' +
/dpdk/examples/ethtool/ethtool-app/
H A DMakefile10 CFLAGS += -I../lib
11 LDFLAGS += -L../lib/build
/dpdk/kernel/linux/
H A Dmeson.build15 kernel_install_dir = '/lib/modules/' + kernel_version + '/extra/dpdk'
18 kernel_build_dir = '/lib/modules/' + kernel_version + '/build'
22 kernel_source_dir = '/lib/modules/' + kernel_version + '/source'
/dpdk/doc/guides/howto/
H A Dopenwrt.rst72 For compiling the NUMA lib, run ``libtool --version`` to ensure the libtool
86 The numa header files and lib file is generated in the include and lib folder

1234