Home
last modified time | relevance | path

Searched refs:contexts (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/dpdk/doc/guides/nics/
H A Docteontx2.rst202 - ``Lock Rx contexts in NDC cache``
204 Lock Rx contexts in NDC cache by using ``lock_rx_ctx`` parameter.
210 - ``Lock Tx contexts in NDC cache``
212 Lock Tx contexts in NDC cache by using ``lock_tx_ctx`` parameter.
224 - ``Lock NPA contexts in NDC``
226 Lock NPA aura and pool contexts in NDC cache.
H A Daf_xdp.rst89 The sharing of UMEM is only supported for AF_XDP sockets with unique contexts.
/f-stack/dpdk/doc/guides/mempool/
H A Docteontx2.rst56 - ``Lock NPA contexts in NDC``
58 Lock NPA aura and pool contexts in NDC cache.
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.txt7 hart contexts in the system, via the external interrupt source in each hart.
37 - interrupts-extended : Specifies which contexts are connected to the PLIC,
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md96 #### Reusing contexts
98 The ordinary zlib compression of two files/streams allocates two contexts:
110 The table below shows that reusing contexts has a minor influence on zlib but it gives improvement …
/f-stack/dpdk/doc/guides/eventdevs/
H A Docteontx2.rst131 - ``Lock NPA contexts in NDC``
133 Lock NPA aura and pool contexts in NDC cache.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst24 drop, WRED, private (per node) and shared (by multiple nodes) WRED contexts
122 one or several shared WRED contexts (multiple leaf nodes use the same WRED
127 The configuration of WRED private and shared contexts is done through the
129 WRED contexts (either private or shared).
H A Dip_fragment_reassembly_lib.rst43 So if different execution contexts (threads/processes) will access the same table simultaneously,
/f-stack/freebsd/x86/iommu/
H A Dintel_ctx.c395 LIST_INIT(&domain->contexts); in dmar_domain_alloc()
466 LIST_INSERT_HEAD(&domain->contexts, ctx, link); in dmar_ctx_link()
496 KASSERT(LIST_EMPTY(&domain->contexts), in dmar_domain_destroy()
841 LIST_FOREACH(ctx, &domain->contexts, link) { in dmar_find_ctx_locked()
H A Dintel_drv.c1141 if (!LIST_EMPTY(&domain->contexts)) { in dmar_print_domain()
1143 LIST_FOREACH(ctx, &domain->contexts, link) in dmar_print_domain()
1216 LIST_FOREACH(ctx, &domain->contexts, link) { in DB_FUNC()
H A Dintel_dmar.h71 LIST_HEAD(, dmar_ctx) contexts; /* (u) */
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Dmsm,iommu-v0.txt37 and multiple contexts in each of the iommu. So multiple entries
H A Darm,smmu.yaml92 maxItems: 388 # 260 plus 128 contexts
H A Diommu.txt22 * Provide address space isolation between multiple contexts.
/f-stack/freebsd/contrib/device-tree/Bindings/riscv/
H A Dcpus.yaml20 contexts from any particular microarchitectural implementation
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c1554 uint32_t contexts[] = {EFX_RSS_CONTEXT_DEFAULT, rss->dummy_rss_context}; in sfc_dev_rss_hash_update() local
1590 rc = efx_rx_scale_mode_set(sa->nic, contexts[mode_i], in sfc_dev_rss_hash_update()
1601 contexts[key_i], in sfc_dev_rss_hash_update()
1620 if (efx_rx_scale_key_set(sa->nic, contexts[i], rss->key, in sfc_dev_rss_hash_update()
1627 if (efx_rx_scale_mode_set(sa->nic, contexts[i], in sfc_dev_rss_hash_update()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2387 void **contexts; in port_flow_aged() local
2407 contexts = malloc(sizeof(void *) * total); in port_flow_aged()
2408 if (contexts == NULL) { in port_flow_aged()
2413 nb_context = rte_flow_get_aged_flows(port_id, contexts, total, &error); in port_flow_aged()
2417 free(contexts); in port_flow_aged()
2422 if (!contexts[idx]) { in port_flow_aged()
2426 type = (enum age_action_context_type *)contexts[idx]; in port_flow_aged()
2455 free(contexts); in port_flow_aged()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst206 Note that application maintains a separate AC contexts for IPv4 and IPv6 rules.
339 Finally, the application creates contexts handler from the ACL library,
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c1044 rte_flow_get_aged_flows(uint16_t port_id, void **contexts, in rte_flow_get_aged_flows() argument
1055 ret = ops->get_aged_flows(dev, contexts, nb_contexts, error); in rte_flow_get_aged_flows()
H A Drte_flow.h3477 rte_flow_get_aged_flows(uint16_t port_id, void **contexts,
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY128 + support for multiple global contexts.
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h1244 int mlx5_flow_get_aged_flows(struct rte_eth_dev *dev, void **contexts,
H A Dmlx5_flow.c6921 mlx5_flow_get_aged_flows(struct rte_eth_dev *dev, void **contexts, in mlx5_flow_get_aged_flows() argument
6929 return fops->get_aged_flows(dev, contexts, nb_contexts, in mlx5_flow_get_aged_flows()
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG224 perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
240 mem : automatic memory release for long duration contexts
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst101 contexts from the port.

12