Home
last modified time | relevance | path

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

/dpdk/kernel/freebsd/
H A DBSDmakefile.meson7 # source file is passed via KMOD_SRC as relative path, we only use final
/dpdk/drivers/net/e1000/
H A Digb_flow.c1055 int32_t relative[IGB_FLEX_RAW_NUM] = {0}; in cons_parse_flex_filter() local
1104 !raw_mask->relative) { in cons_parse_flex_filter()
1129 if (raw_spec->relative) { in cons_parse_flex_filter()
1132 if (!relative[j - 1]) in cons_parse_flex_filter()
1151 if (raw_spec->relative == 0) { in cons_parse_flex_filter()
1178 relative[raw_index] = raw_spec->relative; in cons_parse_flex_filter()
/dpdk/doc/guides/tools/
H A Dtestregex.rst38 relative to the start of the input data.
/dpdk/drivers/common/cnxk/
H A Droc_npc_parse.c91 if (raw_spec->relative == 0 || raw_spec->search || raw_spec->limit || in npc_parse_pre_l2()
360 if (raw_spec->relative) in npc_parse_lb()
610 if (!raw_spec->relative) in npc_parse_lc()
H A Droc_npc.h54 uint32_t relative : 1; /**< Look for pattern after the previous item. */ member
/dpdk/lib/ethdev/
H A Drte_flow.h837 uint32_t relative:1; /**< Look for pattern after the previous item. */ member
849 .relative = 1,
H A Drte_flow.c576 .relative = src.raw->relative, in rte_flow_conv_item_spec()
/dpdk/doc/guides/nics/
H A Dcnxk.rst412 - ``relative`` Selects the layer at which parsing is done.
426 testpmd> flow create 0 ingress pattern eth / raw relative is 0 pattern \
/dpdk/drivers/net/mvpp2/
H A Dmrvl_flow.c1282 if (!mask->relative || !spec->relative) { in mrvl_parse_raw()
/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_rx_adapter.rst83 is the relative polling frequency of the Rx queue and is applicable when the
H A Devent_timer_adapter.rst52 timer expiry event in the event queue relative to other events
H A Drte_flow.rst823 Offset is either absolute (using the start of the packet) or relative to the
831 Matching a zero-length pattern is allowed, doing so resets the relative
844 | ``spec`` | ``relative`` | look for pattern after the previous item |
850 | | ``offset`` | absolute or relative offset for ``pattern`` |
879 | 3 | RAW | ``spec`` | ``relative`` | 1 |
891 | 4 | RAW | ``spec`` | ``relative`` | 1 |
903 | 5 | RAW | ``spec`` | ``relative`` | 1 |
3981 relative to other flow rules, by adjusting priority levels.
H A Dtraffic_management.rst179 weights. The WFQ weight of a given child node is relative to the sum of the
H A Dswitch_representation.rst455 Ingress and egress are defined as relative to the application creating the
H A Dqos_framework.rst1432 :numref:`table_qos_17` lists the performance of each of these alternative approaches relative to th…
1459 …| specific condition, any relative performance value above 100% runs slower than the reference met…
/dpdk/doc/guides/howto/
H A Dvfd.rst355 is a relative value as a percentage. The sum of all the bandwidth should
/dpdk/drivers/net/txgbe/
H A Dtxgbe_flow.c2080 if (raw_mask->relative != 0x1 || in txgbe_parse_fdir_filter_normal()
2096 if (raw_spec->relative != 0 || in txgbe_parse_fdir_filter_normal()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1491 Set all TCs' TX min relative bandwidth (%) for a VF from PF::
1512 Set all TCs' TX min relative bandwidth (%) globally for all PF and VFs::
3094 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3120 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3147 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3672 Tunnel stub ID is relative to a port.
3948 - ``relative {boolean}``: look for pattern after the previous item.
3950 - ``offset {integer}``: absolute or relative offset for pattern.
5526 testpmd> flow create 0 group 0 priority 1 ingress pattern raw relative is 0 search is 0 offset
/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c2197 if (raw_mask->relative != 0x1 || in ixgbe_parse_fdir_filter_normal()
2213 if (raw_spec->relative != 0 || in ixgbe_parse_fdir_filter_normal()
/dpdk/drivers/net/enic/
H A Denic_flow.c960 if (!spec->relative || spec->offset != 0 || spec->search || spec->limit) in enic_copy_item_raw_v2()
H A Denic_fm_flow.c967 if (!spec->relative || spec->offset != 0 || spec->search || in enic_fm_copy_item_raw()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c332 if (item_raw_spec->relative == 0) in flow_item_raw_preprocess()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c2895 if (spec->relative || spec->offset != 0 || in dpaa2_configure_flow_raw()
/dpdk/drivers/net/i40e/
H A Di40e_flow.c2212 if (!raw_spec->relative) { in i40e_flow_check_raw_item()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c3537 relative, 1)),