Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 73) sorted by relevance

123

/dpdk/drivers/net/af_xdp/
H A Dmeson.build12 xdp_dep = dependency('libxdp', version : '>=1.2.2', required: false, method: 'pkg-config')
13 bpf_dep = dependency('libbpf', required: false, method: 'pkg-config')
26 required: false, method: 'pkg-config')
38 required: false, method: 'pkg-config')
42 required: false, method: 'pkg-config')
/dpdk/doc/guides/prog_guide/
H A Dprofile_app.rst71 Cycles counted using this method should be scaled to CPU clock frequency.
77 The alternative method to enable ``rte_rdtsc()`` for a high resolution wall
111 ``rte_rdtsc()``. However, this method can not be used in conjunction with
H A Dservice_cores.rst43 Using this method, it is possible to assign specific workloads to each
H A Dmbuf_lib.rst28 The advantage of the first method is that it only needs one operation to allocate/free the whole me…
29 On the other hand, the second method is more flexible and allows
32 The first method was chosen for the DPDK.
/dpdk/drivers/compress/isal/
H A Dmeson.build4 dep = dependency('libisal', required: false, method: 'pkg-config')
/dpdk/drivers/compress/zlib/
H A Dmeson.build4 dep = dependency('zlib', required: false, method: 'pkg-config')
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpdmux_cmd.h82 uint8_t method; member
110 uint8_t method; member
H A Dfsl_dpdmux.h104 enum dpdmux_method method; member
182 enum dpdmux_method method; member
H A Ddpdmux.c123 cmd_params->method = cfg->method; in dpdmux_create()
396 attr->method = rsp_params->method; in dpdmux_get_attributes()
/dpdk/drivers/crypto/openssl/
H A Dmeson.build10 dep = dependency('libcrypto', required: false, method: 'pkg-config')
/dpdk/drivers/crypto/armv8/
H A Dmeson.build10 dep = dependency('libAArch64crypto', required: false, method: 'pkg-config')
/dpdk/drivers/common/mvep/
H A Dmeson.build13 dep = dependency('libmusdk', required: false, method: 'pkg-config')
/dpdk/drivers/net/bnx2x/
H A Dmeson.build10 dep = dependency('zlib', required: false, method: 'pkg-config')
/dpdk/drivers/crypto/mvsam/
H A Dmeson.build12 dep = dependency('libmusdk', required: false, method: 'pkg-config')
/dpdk/drivers/net/mvneta/
H A Dmeson.build12 dep = dependency('libmusdk', required: false, method: 'pkg-config')
/dpdk/drivers/crypto/ccp/
H A Dmeson.build9 dep = dependency('libcrypto', required: false, method: 'pkg-config')
/dpdk/drivers/net/nfb/
H A Dmeson.build12 dep = dependency('netcope-common', required: false, method: 'pkg-config')
/dpdk/drivers/net/mvpp2/
H A Dmeson.build12 dep = dependency('libmusdk', required: false, method: 'pkg-config')
/dpdk/lib/bpf/
H A Dmeson.build30 dep = dependency('libelf', required: false, method: 'pkg-config')
/dpdk/examples/vm_power_manager/
H A Dmeson.build44 opt_dep = dependency('jansson', required : false, method: 'pkg-config')
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst25 The lookup method is hash-based, LPM-based or FIB-based
27 When the selected lookup method is hash-based,
35 When the selected lookup method is LPM or FIB based,
96 * ``--lookup:`` Optional, select the lookup method.
121 * ``--eventq-sched:`` Optional, Event queue synchronization method, Ordered, Atomic or Parallel. On…
172 To use eventdev mode with sync method **ordered** on above mentioned environment,
238 The format of the route rules differs based on which lookup method is being used.
H A Dl2_forward_crypto.rst231 If full key is passed (first method) and the size is passed as well (second method),
234 Size of these keys are checked (regardless the method), before starting the app,
/dpdk/drivers/common/qat/
H A Dmeson.build30 libcrypto = dependency('libcrypto', required: false, method: 'pkg-config')
/dpdk/config/
H A Dmeson.build206 libarchive = dependency('libarchive', required: false, method: 'pkg-config')
217 libbsd = dependency('libbsd', required: false, method: 'pkg-config')
222 jansson_dep = dependency('jansson', required: false, method: 'pkg-config')
228 pcap_dep = dependency('libpcap', required: false, method: 'pkg-config')
/dpdk/drivers/net/mlx4/
H A Dmeson.build28 required:false, method: 'pkg-config')

123