Home
last modified time | relevance | path

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

/dpdk/doc/guides/gpus/
H A Dcuda.rst124 CUDA Driver sub-contexts
127 After initialization, a CUDA application can create multiple sub-contexts
129 Through gpudev library, is possible to register these sub-contexts
146 - Register new child devices aka new CUDA Driver contexts.
/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst24 drop, WRED, private (per node) and shared (by multiple nodes) WRED contexts
124 one or several shared WRED contexts (multiple leaf nodes use the same WRED
129 The configuration of WRED private and shared contexts is done through the
131 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,
/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c1674 uint32_t contexts[2]; in sfc_dev_rss_hash_update() local
1704 contexts[0] = EFX_RSS_CONTEXT_DEFAULT; in sfc_dev_rss_hash_update()
1705 contexts[1] = rss->dummy_ctx.nic_handle; in sfc_dev_rss_hash_update()
1709 rc = efx_rx_scale_mode_set(sa->nic, contexts[mode_i], in sfc_dev_rss_hash_update()
1720 contexts[key_i], in sfc_dev_rss_hash_update()
1739 if (efx_rx_scale_key_set(sa->nic, contexts[i], rss->key, in sfc_dev_rss_hash_update()
1746 if (efx_rx_scale_mode_set(sa->nic, contexts[i], in sfc_dev_rss_hash_update()
/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.
337 Finally, the application creates contexts handler from the ACL library,
/dpdk/app/test-pmd/
H A Dconfig.c3150 void **contexts; in port_flow_aged() local
3170 contexts = malloc(sizeof(void *) * total); in port_flow_aged()
3171 if (contexts == NULL) { in port_flow_aged()
3176 nb_context = rte_flow_get_aged_flows(port_id, contexts, total, &error); in port_flow_aged()
3181 free(contexts); in port_flow_aged()
3186 if (!contexts[idx]) { in port_flow_aged()
3191 type = (enum age_action_context_type *)contexts[idx]; in port_flow_aged()
3221 free(contexts); in port_flow_aged()
/dpdk/doc/guides/nics/
H A Daf_xdp.rst104 The sharing of UMEM is only supported for AF_XDP sockets with unique contexts.
/dpdk/lib/ethdev/
H A Drte_flow.c1118 rte_flow_get_aged_flows(uint16_t port_id, void **contexts, in rte_flow_get_aged_flows() argument
1129 ret = ops->get_aged_flows(dev, contexts, nb_contexts, error); in rte_flow_get_aged_flows()
H A Drte_flow.h4444 rte_flow_get_aged_flows(uint16_t port_id, void **contexts,
/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst54 contexts from the port.
/dpdk/drivers/net/mlx5/
H A Dmlx5.h1834 int mlx5_flow_get_aged_flows(struct rte_eth_dev *dev, void **contexts,
H A Dmlx5_flow.c9601 mlx5_flow_get_aged_flows(struct rte_eth_dev *dev, void **contexts, in mlx5_flow_get_aged_flows() argument
9609 return fops->get_aged_flows(dev, contexts, nb_contexts, in mlx5_flow_get_aged_flows()