Searched refs:implemented (Results 1 – 25 of 54) sorted by relevance
123
| /dpdk/doc/guides/nics/ |
| H A D | overview.rst | 18 The bottom half part of ethdev is implemented by the drivers. 19 Thus some features may not be implemented.
|
| H A D | ixgbe.rst | 254 that the Interrupt Status bit is not implemented. The errata is the item #22 262 interrupt is coming. Since the bit is not implemented in X550, the irq cannot
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_metering.rst | 107 where this policy is implemented as a static structure, as follows: 111 :start-after: Policy implemented as a static structure. 8< 112 :end-before: >8 End of policy implemented as a static structure.
|
| H A D | vhost_blk.rst | 7 The vhost_blk sample application implemented a simple block device,
|
| H A D | vhost_crypto.rst | 7 The vhost_crypto sample application implemented a simple Crypto device,
|
| H A D | link_status_intr.rst | 137 This function should be implemented with care since it will be called in the interrupt host thread, 247 The application is implemented to illustrate that so the same approach can be reused in a more comp…
|
| H A D | cmd_line.rst | 111 In this example, a new token type obj_list is defined and implemented
|
| H A D | ptpclient.rst | 27 * Only the slave clock is implemented.
|
| H A D | ipsec_secgw.rst | 18 Internet Key Exchange (IKE) is not implemented, so only manual setting of 21 The Security Policies (SP) are implemented as ACL rules, the Security 22 Associations (SA) are stored in a table and the routing is implemented 108 * App submode: This submode has all the features currently implemented with the
|
| H A D | l3_forward_graph.rst | 23 TTL update and finally Tx is implemented inside graph nodes. These nodes are
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_08.rst | 50 * Async packets enqueue/completion APIs (only split ring was implemented). 130 * Re-implemented ``get_fdir_info`` and ``get_fdir_stat`` in private API. 131 * Re-implemented ``set_gre_key_len`` in private API. 138 * Re-implemented ``get_fdir_info`` and ``get_fdir_stat`` in private API. 198 for these instructions is implemented for x86 only.
|
| H A D | release_2_1.rst | 72 * RX interrupt is only implemented for the linux target. 145 The initial implementation focuses on operations that can be implemented 192 These will be implemented for other PMDs in later releases. 301 and spinlock (a.k.a. lock elision). The methods are implemented for x86 953 to corruption of per-lcore pending-lists (implemented as skip-lists).
|
| H A D | known_issues.rst | 70 The rte_malloc library is not fully implemented 74 The ``rte_malloc`` library is not fully implemented. 77 …ing features of rte_malloc library described in architecture documentation are not yet implemented. 622 states that the Interrupt Status bit is not implemented. The errata is the item #71
|
| H A D | deprecation.rst | 107 alternative is implemented.
|
| /dpdk/doc/guides/tools/ |
| H A D | dumpcap.rst | 70 The following option of Wireshark ``dumpcap`` is not yet implemented:
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | caam_jr.rst | 18 implemented in separate modules to create a modular and scalable acceleration
|
| H A D | dpaa_sec.rst | 17 implemented in separate modules to create a modular and scalable acceleration
|
| H A D | dpaa2_sec.rst | 17 implemented in separate modules to create a modular and scalable acceleration
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rawdev.rst | 35 be implemented by a driver. Application should also be designed for proper
|
| H A D | reorder_lib.rst | 41 The reorder library is implemented as a pair of buffers, which referred to as
|
| H A D | vhost_lib.rst | 116 Currently this feature is only implemented on split ring enqueue data 429 copies from the CPU and it is implemented in an asynchronous way. It
|
| H A D | gpudev.rst | 40 The whole CPU - GPU communication is implemented
|
| H A D | packet_framework.rst | 58 :numref:`table_qos_19` is a non-exhaustive list of ports that can be implemented with the Packet Fr… 144 :numref:`table_qos_21` is a non-exhaustive list of types of tables that can be implemented with the… 528 The bucket search logic is also implemented without using any branch instructions. 1167 …ctions can be defined to call functionality that cannot be efficiently implemented with the existi… 1181 …e output ports are single packet based, with packet batching typically implemented internally by e… 1199 …to plug into the pipeline any functionality that cannot be efficiently implemented with the existi…
|
| H A D | qos_framework.rst | 422 The congestion management scheme implemented by the enqueue pipeline described above is very basic: 587 The traffic shaping for subport and pipe is implemented using a token bucket per subport/per pipe. 588 Each token bucket is implemented using one saturated counter that keeps track of the number of avai… 737 Strict priority scheduling of traffic classes within the same pipe is implemented by the pipe deque… 1534 and also for the case where the formula implemented in the dropper module, 1760 The reason why the color blind mode is still implemented distinctly than the color aware mode is 1761 that color blind mode can be implemented with fewer operations than the color aware mode.
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_filter.c | 1750 uint32_t implemented = 0; in ef10_filter_get_workarounds() local 1754 rc = efx_mcdi_get_workarounds(enp, &implemented, &enabled); in ef10_filter_get_workarounds() 1757 if (implemented & enabled & MC_CMD_GET_WORKAROUNDS_OUT_BUG26807) in ef10_filter_get_workarounds()
|
123