Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 59) sorted by relevance

123

/dpdk/.ci/
H A Dlinux-build.sh130 rm -rf reference
143 rm -rf reference
146 if [ ! -d reference ]; then
151 DESTDIR=$(pwd)/reference ninja -C $refsrcdir/build install
152 devtools/gen-abi.sh reference
153 find reference/usr/local -name '*.a' -delete
154 rm -rf reference/usr/local/bin
155 rm -rf reference/usr/local/share
156 echo $REF_GIT_TAG > reference/VERSION
161 devtools/check-abi.sh reference install ${ABI_CHECKS_WARN_ONLY:-}
/dpdk/doc/guides/regexdevs/
H A Dfeatures_overview.rst18 PCRE back reference
19 Support PCRE back reference.
27 PCRE forward reference
28 Support Forward reference.
/dpdk/app/test/
H A Dtest_cryptodev.c13414 memcpy(auth_key, reference->auth_key.data, reference->auth_key.len); in create_auth_session()
13451 memcpy(auth_key, reference->auth_key.data, reference->auth_key.len); in create_auth_cipher_session()
13579 reference->iv.data, reference->iv.len); in create_auth_GMAC_operation()
13632 reference->iv.data, reference->iv.len); in create_cipher_auth_operation()
13701 reference, in test_authentication_verify_fail_when_data_corruption()
13788 reference, in test_authentication_verify_GMAC_fail_when_corruption()
13813 reference); in test_authentication_verify_GMAC_fail_when_corruption()
13878 reference, in test_authenticated_decryption_fail_when_corruption()
13904 reference); in test_authenticated_decryption_fail_when_corruption()
14025 reference, 0); in test_authenticated_encrypt_with_esn()
[all …]
/dpdk/doc/guides/regexdevs/features/
H A Ddefault.ini13 PCRE back reference =
16 PCRE forward reference =
H A Dcn9k.ini7 PCRE back reference = Y
/dpdk/doc/guides/
H A Dconf.py74 newnode = nodes.reference('',
89 for node in doctree.traverse(nodes.reference):
110 newnode = nodes.reference('',
/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst24 #. Delete: in this step, the writer removes the reference to the element from
26 allocator. This will ensure that new readers will not get a reference to
27 the removed element. Removing the reference is an atomic operation.
40 thread does not hold a reference to shared memory". It is the responsibility of
64 operation happened. So, reader thread 3 will not have a reference to the
69 that does not reference Dx is a quiescent state.
166 resource is freed at a later time, the token and the reference to the deleted
175 does not have to store the token or the reference to the deleted resource. The
200 #. Has to store a reference to the deleted resources in a FIFO
H A Dmbuf_lib.rst245 Each buffer has a reference counter field and whenever an indirect buffer is attached to the direct…
246 the reference counter on the direct buffer is incremented.
247 Similarly, whenever the indirect buffer is detached, the reference counter on the direct buffer is …
248 If the resulting reference counter is equal to 0, the direct buffer is freed since it is no longer …
253 Secondly, for a buffer to become indirect, its reference counter must be equal to 1,
H A Dglossary.rst53 A documentation generator used in the DPDK to generate the API reference.
82 reference on x86 platforms.
H A Doverview.rst68 * Time reference
137 to get a precise time reference and can be initiated on a per-core basis as required.
H A Dqos_framework.rst483 Therefore, it is convenient to keep the internal time reference in units of bytes,
491 The scheduler needs to align its internal time reference to the pace of the port conveyor belt.
502 The scheduler maintains an internal time reference of the NIC time.
1179 - the Random Early Detection (RED) as documented in the reference publication.
1281 | Queue delay reference | 1 | uint16 | 15 |
1374 The time reference is in units of bytes,
1527 given in the reference document where a value of 1 is used instead.
1533 the formula given in the reference document1 is used (blue curve)
1536 The formula in the reference document results in a significantly higher drop rate
1538 The choice to deviate from the reference document is simply a design decision and
[all …]
/dpdk/buildtools/
H A Dcoff.py83 if self._coff.name.reference.zeroes:
86 offset = self._coff.name.reference.offset
/dpdk/
H A D.editorconfig3 # See https://editorconfig.org/ for syntax reference.
H A D.travis.yml7 - reference
/dpdk/doc/guides/rawdevs/
H A Dntb.rst20 Intel Non-transparent Bridge needs special BIOS setting. The reference for
56 The reference is https://www.kernel.org/doc/html/latest/x86/mtrr.html
/dpdk/doc/guides/sample_app_ug/
H A Dvhost_blk.rst17 reference as well.
/dpdk/.github/workflows/
H A Dbuild.yml104 - name: Retrieve ABI reference cache
108 path: reference
/dpdk/doc/guides/cryptodevs/
H A Dchacha20_poly1305.rst57 As a reference, the following table shows a mapping between the past DPDK versions
H A Dzuc.rst69 As a reference, the following table shows a mapping between the past DPDK versions
H A Dsnow3g.rst69 As a reference, the following table shows a mapping between the past DPDK versions
H A Daesni_gcm.rst72 As a reference, the following table shows a mapping between the past DPDK versions
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst6 PVP reference benchmark setup using testpmd
11 is to have a reference PVP benchmark without using external vSwitches (OVS,
/dpdk/doc/guides/contributing/
H A Dpatches.rst50 reference to Unique License Identifiers in source files as defined by the Linux
258 * When fixing a regression, it is required to reference the id of the commit
493 To enable them, a reference version must be selected via the environment
494 variable ``DPDK_ABI_REF_VERSION``. Contributors should ordinarily reference the
497 The ``devtools/test-meson-builds.sh`` script then build this reference version
592 tag is given here for reference:
/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst12 TestPMD is one of the reference applications distributed with the DPDK. Its main
/dpdk/devtools/
H A Dtest-meson-builds.sh171 abirefdir=${DPDK_ABI_REF_DIR:-reference}/$DPDK_ABI_REF_VERSION

123