Searched refs:attribute (Results 1 – 21 of 21) sorted by relevance
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_nl.c | 467 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 D | libabigail.abignore | 40 ; Ignore section attribute fixes in experimental regexdev library
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_filtering.rst | 207 :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 D | vm_power_management.rst | 224 element attribute name and must be in the form:
|
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 104 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 D | rte_flow.rst | 34 /* create the attribute structure */
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 479 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 D | trace_lib.rst | 143 Event record mode is an attribute of trace buffers. Trace library exposes the
|
| H A D | generic_segmentation_offload_lib.rst | 209 - The GSO library use the value of an mbuf's ``ol_flags`` attribute to
|
| H A D | rte_security.rst | 681 The ingress/egress flow attribute should match that specified in the security
|
| H A D | rte_flow.rst | 200 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 D | build_sample_apps.rst | 136 The physical id attribute listed for each processor indicates the CPU socket to which it belongs.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 418 * 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 D | release_18_11.rst | 108 * Reworked flow engine to supported e-switch flow rules (transfer attribute).
|
| H A D | known_issues.rst | 719 Linux kernel 4.10.0 iommu attribute read error
|
| H A D | release_21_11.rst | 433 * ethdev: Removed deprecated ``shared`` attribute of the
|
| /dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 115 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 D | mlx5.rst | 600 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 D | mlx5.rst | 609 - As regular cached memory (usually with write combining attribute),
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3805 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 D | coding_style.rst | 761 The ``const`` attribute should be used as often as possible when a variable is read-only.
|