Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 33) sorted by relevance

12

/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_flow_os.c30 const struct rte_flow_attr *attributes, in mlx5_flow_os_validate_flow_attributes() argument
38 if (attributes->group) in mlx5_flow_os_validate_flow_attributes()
43 if (attributes->priority) in mlx5_flow_os_validate_flow_attributes()
48 if (attributes->transfer) in mlx5_flow_os_validate_flow_attributes()
53 if (!(attributes->ingress)) in mlx5_flow_os_validate_flow_attributes()
H A Dmlx5_flow_os.h414 const struct rte_flow_attr *attributes,
/dpdk/doc/guides/rel_notes/
H A Drelease_22_07.rst95 * **Added support for setting queue attributes at runtime in eventdev.**
97 Added new API ``rte_event_queue_attr_set()``, to set event queue attributes
100 * **Added new queues attributes weight and affinity in eventdev.**
102 Defined new event queue attributes weight and affinity as below:
H A Ddeprecation.rst92 * ethdev: The use of attributes ``ingress`` / ``egress`` in "transfer" flows
94 these attributes will become invalid starting from DPDK 22.11.
H A Drelease_22_03.rst36 with the same flow attributes and common matching patterns and actions
H A Drelease_19_08.rst260 an event array allows the application to change attributes
/dpdk/doc/guides/rawdevs/
H A Ddpaa2_cmdif.rst19 - Getting the object ID of the device (DPCI) using attributes
/dpdk/doc/guides/prog_guide/
H A Dflow_classify_lib.rst90 * Flow rule attributes
114 * Flow rule attributes
306 IPv4 5-tuple pattern, attributes and actions and returns the 5-tuple data in the
H A Devent_timer_adapter.rst46 timer expires, and the event device uses the attributes below when scheduling
167 * ``adapter_conf`` - Configured event timer adapter attributes
207 then set any of the necessary event attributes described in the
H A Dgraph_lib.rst129 * Node implementer creates the node by implementing ops and attributes of
162 When ``rte_node_clone()`` invoked, The library, would clone all the attributes
H A Dswitch_representation.rst407 From an application standpoint, "ingress" and "egress" flow rule attributes
412 immediate port ID a flow rule is associated with, these attributes keep
H A Drte_flow.rst31 A flow rule is the combination of attributes with a matching pattern and a
111 as well as depending on the value of flow attributes transfer bit.
1609 the desired header structure, defines the header fields attributes
3465 - ``attr``: flow rule attributes.
3508 - ``attr``: flow rule attributes.
3744 shared flow rule attributes (group ID, priority and traffic direction).
3926 There is the postpone attribute in the queue operation attributes.
/dpdk/doc/guides/tools/
H A Dflow-perf.rst146 Set Ingress attribute to all flows attributes.
149 Set Egress attribute to all flows attributes.
152 Set Transfer attribute to all flows attributes.
/dpdk/doc/guides/sample_app_ug/
H A Deventdev_pipeline.rst31 the eventdev PMD to use, and a number of attributes of the processing pipeline
H A Dflow_filtering.rst203 The following part create the flow attributes, in our case ingress.
/dpdk/doc/guides/platform/
H A Docteontx.rst145 overriding the c, cpp, ar, strip ``binaries`` attributes to respective thunderx
H A Dcnxk.rst609 c, cpp, ar, strip ``binaries`` attributes to respective Marvell
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst24 that holds address translation information and attributes per memory area.
/dpdk/doc/guides/nics/
H A Dtxgbe.rst158 A flow rule is the combination of attributes with a matching pattern and a list of
H A Dsoftnic.rst308 From the flow attributes of the flow, PMD uses the group id to get the mapped
H A Dfeatures.rst769 Supports retrieving device registers and registering attributes (number of
H A Dsfc_efx.rst146 Supported attributes:
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c4982 const struct rte_flow_attr *attributes, in flow_dv_validate_action_jump() argument
4989 .transfer = !!attributes->transfer, in flow_dv_validate_action_jump()
5009 if (attributes->group == target_group && in flow_dv_validate_action_jump()
6580 const struct rte_flow_attr *attributes, in flow_dv_validate_attributes() argument
6591 if (attributes->group) in flow_dv_validate_attributes()
6606 if (attributes->priority != MLX5_FLOW_LOWEST_PRIO_INDICATOR && in flow_dv_validate_attributes()
6607 attributes->priority > lowest_priority) in flow_dv_validate_attributes()
6612 if (attributes->transfer) { in flow_dv_validate_attributes()
6618 if (attributes->egress) in flow_dv_validate_attributes()
6621 RTE_FLOW_ERROR_TYPE_ATTR_EGRESS, attributes, in flow_dv_validate_attributes()
[all …]
H A Dmlx5_flow.c2144 const struct rte_flow_attr *attributes, in mlx5_flow_validate_attributes() argument
2150 if (attributes->group) in mlx5_flow_validate_attributes()
2154 if (attributes->priority != MLX5_FLOW_LOWEST_PRIO_INDICATOR && in mlx5_flow_validate_attributes()
2155 attributes->priority >= priority_max) in mlx5_flow_validate_attributes()
2159 if (attributes->egress) in mlx5_flow_validate_attributes()
2163 if (attributes->transfer && !priv->sh->config.dv_esw_en) in mlx5_flow_validate_attributes()
2167 if (!attributes->ingress) in mlx5_flow_validate_attributes()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst200 #. Stall in processing pipeline can be attributes of MBUF release delays.

12