| /dpdk/.ci/ |
| H A D | linux-build.sh | 130 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 D | features_overview.rst | 18 PCRE back reference 19 Support PCRE back reference. 27 PCRE forward reference 28 Support Forward reference.
|
| /dpdk/app/test/ |
| H A D | test_cryptodev.c | 13414 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 D | default.ini | 13 PCRE back reference = 16 PCRE forward reference =
|
| H A D | cn9k.ini | 7 PCRE back reference = Y
|
| /dpdk/doc/guides/ |
| H A D | conf.py | 74 newnode = nodes.reference('', 89 for node in doctree.traverse(nodes.reference): 110 newnode = nodes.reference('',
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 24 #. 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 D | mbuf_lib.rst | 245 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 D | glossary.rst | 53 A documentation generator used in the DPDK to generate the API reference. 82 reference on x86 platforms.
|
| H A D | overview.rst | 68 * Time reference 137 to get a precise time reference and can be initiated on a per-core basis as required.
|
| H A D | qos_framework.rst | 483 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 D | coff.py | 83 if self._coff.name.reference.zeroes: 86 offset = self._coff.name.reference.offset
|
| /dpdk/ |
| H A D | .editorconfig | 3 # See https://editorconfig.org/ for syntax reference.
|
| H A D | .travis.yml | 7 - reference
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ntb.rst | 20 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 D | vhost_blk.rst | 17 reference as well.
|
| /dpdk/.github/workflows/ |
| H A D | build.yml | 104 - name: Retrieve ABI reference cache 108 path: reference
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | chacha20_poly1305.rst | 57 As a reference, the following table shows a mapping between the past DPDK versions
|
| H A D | zuc.rst | 69 As a reference, the following table shows a mapping between the past DPDK versions
|
| H A D | snow3g.rst | 69 As a reference, the following table shows a mapping between the past DPDK versions
|
| H A D | aesni_gcm.rst | 72 As a reference, the following table shows a mapping between the past DPDK versions
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 6 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 D | patches.rst | 50 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 D | build_and_test.rst | 12 TestPMD is one of the reference applications distributed with the DPDK. Its main
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 171 abirefdir=${DPDK_ABI_REF_DIR:-reference}/$DPDK_ABI_REF_VERSION
|