| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx2.rst | 202 - ``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 D | af_xdp.rst | 89 The sharing of UMEM is only supported for AF_XDP sockets with unique contexts.
|
| /f-stack/dpdk/doc/guides/mempool/ |
| H A D | octeontx2.rst | 56 - ``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 D | sifive,plic-1.0.0.txt | 7 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 D | README.md | 96 #### 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 D | octeontx2.rst | 131 - ``Lock NPA contexts in NDC`` 133 Lock NPA aura and pool contexts in NDC cache.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | traffic_management.rst | 24 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 D | ip_fragment_reassembly_lib.rst | 43 So if different execution contexts (threads/processes) will access the same table simultaneously,
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_ctx.c | 395 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 D | intel_drv.c | 1141 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 D | intel_dmar.h | 71 LIST_HEAD(, dmar_ctx) contexts; /* (u) */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iommu/ |
| H A D | msm,iommu-v0.txt | 37 and multiple contexts in each of the iommu. So multiple entries
|
| H A D | arm,smmu.yaml | 92 maxItems: 388 # 260 plus 128 contexts
|
| H A D | iommu.txt | 22 * Provide address space isolation between multiple contexts.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/riscv/ |
| H A D | cpus.yaml | 20 contexts from any particular microarchitectural implementation
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 1554 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 D | config.c | 2387 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 D | l3_forward_access_ctrl.rst | 206 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 D | rte_flow.c | 1044 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 D | rte_flow.h | 3477 rte_flow_get_aged_flows(uint16_t port_id, void **contexts,
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | HISTORY | 128 + support for multiple global contexts.
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 1244 int mlx5_flow_get_aged_flows(struct rte_eth_dev *dev, void **contexts,
|
| H A D | mlx5_flow.c | 6921 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 D | CHANGELOG | 224 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 D | release_20_05.rst | 101 contexts from the port.
|