| /dpdk/drivers/net/mlx5/windows/ |
| H A D | mlx5_flow_os.c | 30 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 D | mlx5_flow_os.h | 414 const struct rte_flow_attr *attributes,
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_22_07.rst | 95 * **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 D | deprecation.rst | 92 * ethdev: The use of attributes ``ingress`` / ``egress`` in "transfer" flows 94 these attributes will become invalid starting from DPDK 22.11.
|
| H A D | release_22_03.rst | 36 with the same flow attributes and common matching patterns and actions
|
| H A D | release_19_08.rst | 260 an event array allows the application to change attributes
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | dpaa2_cmdif.rst | 19 - Getting the object ID of the device (DPCI) using attributes
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | flow_classify_lib.rst | 90 * 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 D | event_timer_adapter.rst | 46 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 D | graph_lib.rst | 129 * 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 D | switch_representation.rst | 407 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 D | rte_flow.rst | 31 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 D | flow-perf.rst | 146 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 D | eventdev_pipeline.rst | 31 the eventdev PMD to use, and a number of attributes of the processing pipeline
|
| H A D | flow_filtering.rst | 203 The following part create the flow attributes, in our case ingress.
|
| /dpdk/doc/guides/platform/ |
| H A D | octeontx.rst | 145 overriding the c, cpp, ar, strip ``binaries`` attributes to respective thunderx
|
| H A D | cnxk.rst | 609 c, cpp, ar, strip ``binaries`` attributes to respective Marvell
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mlx5.rst | 24 that holds address translation information and attributes per memory area.
|
| /dpdk/doc/guides/nics/ |
| H A D | txgbe.rst | 158 A flow rule is the combination of attributes with a matching pattern and a list of
|
| H A D | softnic.rst | 308 From the flow attributes of the flow, PMD uses the group id to get the mapped
|
| H A D | features.rst | 769 Supports retrieving device registers and registering attributes (number of
|
| H A D | sfc_efx.rst | 146 Supported attributes:
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 4982 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 D | mlx5_flow.c | 2144 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 D | debug_troubleshoot.rst | 200 #. Stall in processing pipeline can be attributes of MBUF release delays.
|