Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 10 of 10) sorted by relevance

/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst42 QEMU in VM's context is saved by just registering a new kind of virtual device
/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst414 identifier has been saved in the ``mbuf`` structure. For instance:
416 - If VLAN is not stripped and TCI is saved: ``PKT_RX_VLAN``
417 - If VLAN is stripped and TCI is saved: ``PKT_RX_VLAN | PKT_RX_VLAN_STRIPPED``
H A Drelease_20_11.rst584 * ``pkt`` is not saved to ``pkts_out[0]`` if not GSOed.
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c82 uint64_t saved; member
320 ctx->saved |= (uint64_t) (*(buf++)) << in sha3_Update()
328 ctx->saved |= (uint64_t) (*(buf++)) << in sha3_Update()
331 ctx->s[ctx->wordIndex] ^= ctx->saved; in sha3_Update()
333 ctx->saved = 0; in sha3_Update()
362 ctx->saved |= (uint64_t) (*(buf++)) << ((ctx->byteIndex++) * 8); in sha3_Update()
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst14 code generate events that are saved on a giant tape: a trace file.
H A Devent_timer_adapter.rst228 RTE_EVENT_TIMER_NOT_ARMED. Also note that we have saved a pointer to the
H A Drte_security.rst612 /**< Application specific userdata to be saved with session */
H A Dswitch_representation.rst134 receive packets of all member ports in the group, port ID is saved in
H A Dqos_framework.rst1554 The time at which a packet queue becomes empty must be recorded and saved with the RED run-time data
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst310 As described earlier, both ACL and route rules are assumed to be saved in the same file.