| /dpdk/lib/eal/arm/include/ |
| H A D | rte_atomic_64.h | 53 cas_op_name(rte_int128_t *dst, rte_int128_t *old, rte_int128_t updated) \ 61 register uint64_t x2 __asm("x2") = (uint64_t)updated.val[0]; \ 62 register uint64_t x3 __asm("x3") = (uint64_t)updated.val[1]; \ 78 cas_op_name(rte_int128_t *dst, rte_int128_t *old, rte_int128_t updated) \ 83 : [upd] "r"(updated.int128), [dst] "r"(dst) \
|
| /dpdk/lib/kni/ |
| H A D | version.map | 22 # updated in v21.08
|
| /dpdk/lib/timer/ |
| H A D | rte_timer.c | 34 int updated; member 503 priv_timer[lcore_id].updated = 1; in __rte_timer_reset() 601 priv_timer[lcore_id].updated = 1; in __rte_timer_stop() 737 priv_timer[lcore_id].updated = 0; in __rte_timer_manage() 746 if (priv_timer[lcore_id].updated == 1) in __rte_timer_manage() 923 data->priv_timer[this_lcore].updated = 0; in rte_timer_alt_manage() 934 if (data->priv_timer[this_lcore].updated == 1) in rte_timer_alt_manage()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_0.rst | 32 …The poll mode driver is also pre-release and will be updated to a released version post hardware a… 33 …Should the official hardware release be made between DPDK releases an updated poll-mode driver wil…
|
| H A D | release_21_11.rst | 495 * ethdev: ``rte_flow_action_modify_data`` structure updated, immediate data 497 action behavior is defined in a more strict fashion and documentation updated. 522 * cryptodev: The structure ``rte_crypto_vec`` was updated to add ``tot_len`` 525 * cryptodev: The structure ``rte_crypto_sym_vec`` was updated to add 536 * ip_frag: All macros updated to have ``RTE_IP_FRAG_`` prefix. 538 DPDK components updated to use new names. 547 * ethdev: All enums and macros updated to have ``RTE_ETH`` prefix and structures 548 updated to have ``rte_eth`` prefix. DPDK components updated to use new names.
|
| H A D | release_17_05.rst | 237 Added a library that allows information metrics to be added and updated 272 The QAT PMD has been updated with additional support for: 280 The AESNI MB PMD has been updated with additional support for: 286 The OpenSSL PMD has been updated with additional support for: 317 The rte_ring library has been reworked and updated. The following changes 333 or dequeued, as appropriate. The updated functions are:
|
| H A D | release_17_08.rst | 55 The CXGBE PMD was updated to run Chelsio T6 family of adapters. 152 The AESNI MB PMD has been updated with additional support for: 224 The rte_cryptodev library has been reworked and updated. The following changes
|
| H A D | release_16_07.rst | 50 The ixgbe base driver was updated with changes including the 66 The enic driver was updated with changes including the following: 76 The mlx5 driver was updated with changes including the following:
|
| H A D | release_16_04.rst | 118 default VxLAN port number is 4789 but this can be updated 146 The i40e base driver was updated with changes including the 328 mode. This was not being updated in the device information, providing 481 handlers are updated: the pipeline parameter is added,
|
| H A D | release_20_11.rst | 96 * Flow rule verification has been updated to accept private PMD 286 ``rte_security_pdcp_xform`` in ``rte_security`` lib is updated to enable 315 The ioat rawdev driver has been updated and enhanced. Changes include: 517 * cryptodev: The structure ``rte_crypto_sym_vec`` is updated to support both 540 * security: The API ``rte_security_session_create`` is updated to take two
|
| H A D | release_17_11.rst | 129 The AESNI MB PMD has been updated with additional support for: 139 The OpenSSL PMD has been updated with additional support for: 283 * **Service cores API updated for usability**
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | metrics_lib.rst | 22 being updated. In addition there is a special id ``RTE_METRICS_GLOBAL`` 89 if metrics were registered as a single set, they can either be updated 90 individually using ``rte_metrics_update_value()``, or updated together 272 periodically so that latency statistics can be updated.
|
| H A D | lpm_lib.rst | 26 …f a rule with the same prefix is already present in the table, the next hop of the rule is updated. 110 This is important, since the main data structure will have to be updated accordingly. 154 If a replacement rule is found, target tbl24 and tbl8 entries are updated to have the same depth an…
|
| H A D | rte_security.rst | 36 It will be updated in the future releases. 561 Sessions already created can be updated with ``rte_security_session_update()``. 571 updated in the mbuf using ``rte_security_set_pkt_metadata()`` if 660 which will be updated in the future.
|
| H A D | stack_lib.rst | 85 modification counter that is updated on every push and pop as part of the
|
| H A D | traffic_metering_and_policing.rst | 31 The MTR objects are created and updated in their own name space (``rte_mtr``)
|
| H A D | ip_fragment_reassembly_lib.rst | 23 Then L3 header is copied from the original mbuf into the 'direct' mbuf and updated to reflect new f…
|
| /dpdk/examples/vm_power_manager/ |
| H A D | channel_monitor.c | 469 unsigned int updated = 0; in update_policy() local 485 updated = 1; in update_policy() 491 updated = 1; in update_policy() 494 if (!updated) { in update_policy() 503 updated = 1; in update_policy()
|
| /dpdk/examples/pipeline/examples/ |
| H A D | fib.cli | 34 ; The table entries can later be updated at run-time through the CLI commands. Once the application
|
| H A D | learner.spec | 7 ; updated by the data plane without any control plane intervention. The "learning" process typically
|
| H A D | vxlan.spec | 109 // the outer IPv4 and UDP headers are updated as follows:
|
| /dpdk/doc/guides/nics/ |
| H A D | qede.rst | 88 - Requires the NIC be updated minimally with **8.30.x.x** Management firmware(MFW) version supporte… 89 …It is highly recommended that the NIC be updated with the latest available management firmware ver…
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | opdl.rst | 113 - For performance, the rte_event flow_id should not be updated once packet\
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 209 updated without the requirement of backward compatibility being provided. These 268 * The function ``rte_mbuf_grok()`` has been updated to include a new parameter 304 * Symbol versioning references to the old ABI version are updated
|
| /dpdk/doc/guides/faq/ |
| H A D | faq.rst | 86 The packets are not transmitted until the tail pointer is updated on the corresponding TX queue of … 91 …d because the NIC will not know to transmit the packets until the TX tail pointer has been updated,
|