Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 21 of 21) sorted by relevance

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c467 struct rtattr *attribute; in mlx5_nl_mac_addr_cb() local
471 for (attribute = MLX5_NDA_RTA(r); in mlx5_nl_mac_addr_cb()
472 RTA_OK(attribute, len); in mlx5_nl_mac_addr_cb()
473 attribute = RTA_NEXT(attribute, len)) { in mlx5_nl_mac_addr_cb()
474 if (attribute->rta_type == NDA_LLADDR) { in mlx5_nl_mac_addr_cb()
486 RTA_DATA(attribute)); in mlx5_nl_mac_addr_cb()
490 RTA_DATA(attribute), RTE_ETHER_ADDR_LEN); in mlx5_nl_mac_addr_cb()
/dpdk/devtools/
H A Dlibabigail.abignore40 ; Ignore section attribute fixes in experimental regexdev library
/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst207 :start-after: Set the rule attribute, only ingress packets will be checked. 8<
208 :end-before: >8 End of setting the rule attribute.
217 :end-before: >8 End of setting the rule attribute.
H A Dvm_power_management.rst224 element attribute name and must be in the form:
/dpdk/doc/guides/tools/
H A Dflow-perf.rst104 Create flows with the priority attribute set randomly between 0 to N - 1
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/howto/
H A Drte_flow.rst34 /* create the attribute structure */
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst479 A new flow rule attribute named "transfer" is necessary for that. Combining
535 attribute (described in `without port representors`_) are be assumed to
539 neither the "transfer" attribute nor traffic origin in flow rule patterns
H A Dtrace_lib.rst143 Event record mode is an attribute of trace buffers. Trace library exposes the
H A Dgeneric_segmentation_offload_lib.rst209 - The GSO library use the value of an mbuf's ``ol_flags`` attribute to
H A Drte_security.rst681 The ingress/egress flow attribute should match that specified in the security
H A Drte_flow.rst200 given DPDK port ID, enabling this attribute transfers a flow rule to the
2205 The ingress/egress flow attribute should match that specified in the
3926 There is the postpone attribute in the queue operation attributes.
/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst136 The physical id attribute listed for each processor indicates the CPU socket to which it belongs.
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst418 * A new transfer attribute was added to ``struct rte_flow_attr`` in order
421 them (bnxt and i40e) when the transfer attribute is also present, for
500 new transfer attribute (``struct rte_flow_attr``).
H A Drelease_18_11.rst108 * Reworked flow engine to supported e-switch flow rules (transfer attribute).
H A Dknown_issues.rst719 Linux kernel 4.10.0 iommu attribute read error
H A Drelease_21_11.rst433 * ethdev: Removed deprecated ``shared`` attribute of the
/dpdk/doc/guides/nics/
H A Dbnxt.rst115 trusted attribute on the VF. It is preferable to enable the Trusted setting on a
674 - While an application is free to use the group id attribute to group flows
H A Dmlx5.rst600 Bitmask value for the Rx queue delay drop attribute. Bit 0 is used for the
603 not support the attribute even if it is enabled explicitly.
/dpdk/doc/guides/platform/
H A Dmlx5.rst609 - As regular cached memory (usually with write combining attribute),
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3805 Please note that use of ``transfer`` attribute requires that the flow and
3809 Each instance of an attribute specified several times overrides the previous
5361 Mirroring rule with port representors (with "transfer" attribute), the matched
5371 Mirroring rule with port representors (with "transfer" attribute), the matched
5381 Mirroring rule with port representors (with "transfer" attribute), the matched
5393 Mirroring rule with port representors (with "transfer" attribute), the matched
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst761 The ``const`` attribute should be used as often as possible when a variable is read-only.