Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 11 of 11) sorted by relevance

/dpdk/devtools/
H A Dgit-log-fixes.sh17 The oldest bug origin is printed as well as partially fixed versions.
69 for origin in $* ; do
73 local origver=$(commit_version $origin)
74 local roothashes="$(origin_filter $origin)"
H A Dcheck-git-log.sh19 If no range provided, default is origin/main..HEAD.
30 range=${1:-origin/main..}
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h921 #define hns3_set_field(origin, mask, shift, val) \ argument
923 (origin) &= (~(mask)); \
924 (origin) |= ((val) << (shift)) & (mask); \
926 #define hns3_get_field(origin, mask, shift) \ argument
927 (((origin) & (mask)) >> (shift))
928 #define hns3_set_bit(origin, shift, val) \ argument
929 hns3_set_field((origin), (0x1UL << (shift)), (shift), (val))
930 #define hns3_get_bit(origin, shift) \ argument
931 hns3_get_field((origin), (0x1UL << (shift)), (shift))
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c413 act_data->shared_rss.level = rss->origin.level; in __flow_hw_act_data_shared_rss_append()
414 act_data->shared_rss.types = !rss->origin.types ? RTE_ETH_RSS_IP : in __flow_hw_act_data_shared_rss_append()
415 rss->origin.types; in __flow_hw_act_data_shared_rss_append()
859 act_data.shared_rss.level = shared_rss->origin.level; in flow_hw_shared_action_construct()
860 act_data.shared_rss.types = !shared_rss->origin.types ? in flow_hw_shared_action_construct()
862 shared_rss->origin.types; in flow_hw_shared_action_construct()
H A Dmlx5_flow_dv.c14980 (dev, shared_rss->origin.queue, in __flow_dv_action_rss_setup()
14981 shared_rss->origin.queue_num, in __flow_dv_action_rss_setup()
15004 if (shared_rss->origin.level > 1) { in __flow_dv_action_rss_setup()
15057 struct rte_flow_action_rss *origin; in __flow_dv_action_rss_create() local
15076 origin = &shared_rss->origin; in __flow_dv_action_rss_create()
15077 origin->func = rss->func; in __flow_dv_action_rss_create()
15078 origin->level = rss->level; in __flow_dv_action_rss_create()
15084 origin->key = &shared_rss->key[0]; in __flow_dv_action_rss_create()
15085 origin->key_len = MLX5_RSS_HASH_KEY_LEN; in __flow_dv_action_rss_create()
15086 origin->queue = rss->queue; in __flow_dv_action_rss_create()
[all …]
H A Dmlx5_flow.h1229 struct rte_flow_action_rss origin; /**< Original rte RSS action. */ member
H A Dmlx5_flow.c4200 &shared_rss->origin; in flow_action_handles_translate()
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst296 In the following diagram, each meaningful traffic origin or endpoint as seen
413 their meaning while applying to the chosen origin, as highlighted by the
480 it with "ingress" or "egress" and a specific origin requests a flow rule to
539 neither the "transfer" attribute nor traffic origin in flow rule patterns
H A Dmbuf_lib.rst77 are not modified by the user once created (mbuf type, origin pool, buffer start address, and so on).
H A Drte_flow.rst65 makes group 0 the origin of any group hierarchy defined by an application.
/dpdk/doc/guides/contributing/
H A Dpatches.rst244 …kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1>`_