Home
last modified time | relevance | path

Searched full:egress (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/linux-6.12.1/tools/perf/pmu-events/arch/x86/knightslanding/
Duncore-io.json3 …"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egre…
12 …"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egre…
21 …"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egre…
30 …"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egre…
39 …"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egre…
48 …"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egre…
57 …"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe…
66 …"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe…
75 …"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe…
84 …"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe…
[all …]
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_lgcy.c12 if (!IS_ERR_OR_NULL(vport->egress.legacy.drop_rule)) { in esw_acl_egress_lgcy_rules_destroy()
13 mlx5_del_flow_rules(vport->egress.legacy.drop_rule); in esw_acl_egress_lgcy_rules_destroy()
14 vport->egress.legacy.drop_rule = NULL; in esw_acl_egress_lgcy_rules_destroy()
39 drop_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_lgcy_groups_create()
42 esw_warn(dev, "Failed to create E-Switch vport[%d] egress drop flow group, err(%d)\n", in esw_acl_egress_lgcy_groups_create()
47 vport->egress.legacy.drop_grp = drop_grp; in esw_acl_egress_lgcy_groups_create()
60 if (!IS_ERR_OR_NULL(vport->egress.legacy.drop_grp)) { in esw_acl_egress_lgcy_groups_destroy()
61 mlx5_destroy_flow_group(vport->egress.legacy.drop_grp); in esw_acl_egress_lgcy_groups_destroy()
62 vport->egress.legacy.drop_grp = NULL; in esw_acl_egress_lgcy_groups_destroy()
75 /* The egress acl table contains 2 rules: in esw_acl_egress_lgcy_setup()
[all …]
Degress_ofld.c11 if (!vport->egress.offloads.fwd_rule) in esw_acl_egress_ofld_fwd2vport_destroy()
14 mlx5_del_flow_rules(vport->egress.offloads.fwd_rule); in esw_acl_egress_ofld_fwd2vport_destroy()
15 vport->egress.offloads.fwd_rule = NULL; in esw_acl_egress_ofld_fwd2vport_destroy()
21 xa_load(&vport->egress.offloads.bounce_rules, rule_index); in esw_acl_egress_ofld_bounce_rule_destroy()
27 xa_erase(&vport->egress.offloads.bounce_rules, rule_index); in esw_acl_egress_ofld_bounce_rule_destroy()
35 xa_for_each(&vport->egress.offloads.bounce_rules, i, bounce_rule) { in esw_acl_egress_ofld_bounce_rules_destroy()
37 xa_erase(&vport->egress.offloads.bounce_rules, i); in esw_acl_egress_ofld_bounce_rules_destroy()
48 esw_debug(esw->dev, "vport(%d) configure egress acl rule fwd2vport(%d)\n", in esw_acl_egress_ofld_fwd2vport_create()
51 /* Delete the old egress forward-to-vport rule if any */ in esw_acl_egress_ofld_fwd2vport_create()
56 vport->egress.offloads.fwd_rule = in esw_acl_egress_ofld_fwd2vport_create()
[all …]
Dhelper.c28 ns == MLX5_FLOW_NAMESPACE_ESW_INGRESS ? "ingress" : "egress"); in esw_acl_table_create()
44 ns == MLX5_FLOW_NAMESPACE_ESW_INGRESS ? "ingress" : "egress", err); in esw_acl_table_create()
58 if (vport->egress.allowed_vlan) in esw_egress_acl_vlan_create()
72 vport->egress.allowed_vlan = in esw_egress_acl_vlan_create()
73 mlx5_add_flow_rules(vport->egress.acl, spec, in esw_egress_acl_vlan_create()
75 if (IS_ERR(vport->egress.allowed_vlan)) { in esw_egress_acl_vlan_create()
76 err = PTR_ERR(vport->egress.allowed_vlan); in esw_egress_acl_vlan_create()
78 "vport[%d] configure egress vlan rule failed, err(%d)\n", in esw_egress_acl_vlan_create()
80 vport->egress.allowed_vlan = NULL; in esw_egress_acl_vlan_create()
89 if (!IS_ERR_OR_NULL(vport->egress.allowed_vlan)) { in esw_acl_egress_vlan_destroy()
[all …]
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh57 check_fail $? "Incorrect success to create another clsact with egress shared block"
62 …check_err $? "Failed to create another clsact with egress shared block after blocker drop rule rem…
71 check_err $? "Failed to create another clsact with egress shared block"
75 check_err $? "Failed to add drop rule to egress bound shared block"
90 # egress-bound block.
97 action mirred egress redirect dev $swp2
106 check_fail $? "Incorrect success to create another clsact with egress shared block"
111 …check_err $? "Failed to create another clsact with egress shared block after blocker redirect rule…
115 action mirred egress redirect dev $swp2
121 check_err $? "Failed to create another clsact with egress shared block"
[all …]
Dsch_ets.sh27 # Set the ingress quota high and use the three egress TCs to limit the
37 devlink_tc_bind_pool_th_save $swp2 7 egress
38 devlink_tc_bind_pool_th_set $swp2 7 egress 4 5
39 devlink_tc_bind_pool_th_save $swp2 6 egress
40 devlink_tc_bind_pool_th_set $swp2 6 egress 4 5
41 devlink_tc_bind_pool_th_save $swp2 5 egress
42 devlink_tc_bind_pool_th_set $swp2 5 egress 4 5
52 devlink_tc_bind_pool_th_restore $swp2 5 egress
53 devlink_tc_bind_pool_th_restore $swp2 6 egress
54 devlink_tc_bind_pool_th_restore $swp2 7 egress
/linux-6.12.1/tools/perf/pmu-events/arch/x86/snowridgex/
Duncore-interconnect.json571 "BriefDescription": "AK Egress Allocations",
580 "BriefDescription": "BL DRS Egress Cycles Full",
589 "BriefDescription": "BL DRS Egress Inserts",
598 "BriefDescription": "BL DRS Egress Occupancy",
607 "BriefDescription": "BL NCB Egress Cycles Full",
616 "BriefDescription": "BL NCB Egress Inserts",
625 "BriefDescription": "BL NCB Egress Occupancy",
634 "BriefDescription": "BL NCS Egress Cycles Full",
643 "BriefDescription": "BL NCS Egress Inserts",
652 "BriefDescription": "BL NCS Egress Occupancy",
[all …]
Duncore-cache.json1277 …les either the local or incoming distress signals are asserted. : If TGR egress is full, then agen…
1288 …les either the local or incoming distress signals are asserted. : If IRQ egress is full, then agen…
1293 "BriefDescription": "Egress Blocking due to Ordering requirements : Down",
1299 …PublicDescription": "Egress Blocking due to Ordering requirements : Down : Counts number of cycles…
1304 "BriefDescription": "Egress Blocking due to Ordering requirements : Up",
1310 …"PublicDescription": "Egress Blocking due to Ordering requirements : Up : Counts number of cycles …
4025 …g period of time. In this case, the Ingress is unable to forward to the Egress due to a lack of c…
4036 …g period of time. In this case, the Ingress is unable to forward to the Egress due to a lack of c…
4047 …g period of time. In this case, the Ingress is unable to forward to the Egress due to a lack of c…
4058 …g period of time. In this case, the Ingress is unable to forward to the Egress due to a lack of c…
[all …]
Duncore-io.json6237 …les either the local or incoming distress signals are asserted. : If TGR egress is full, then agen…
6248 …les either the local or incoming distress signals are asserted. : If IRQ egress is full, then agen…
6253 "BriefDescription": "Egress Blocking due to Ordering requirements : Down",
6259 …PublicDescription": "Egress Blocking due to Ordering requirements : Down : Counts number of cycles…
6264 "BriefDescription": "Egress Blocking due to Ordering requirements : Up",
6270 …"PublicDescription": "Egress Blocking due to Ordering requirements : Up : Counts number of cycles …
7949 …g period of time. In this case, the Ingress is unable to forward to the Egress due to a lack of c…
7960 …g period of time. In this case, the Ingress is unable to forward to the Egress due to a lack of c…
7971 …g period of time. In this case, the Ingress is unable to forward to the Egress due to a lack of c…
7982 …g period of time. In this case, the Ingress is unable to forward to the Egress due to a lack of c…
[all …]
/linux-6.12.1/tools/testing/selftests/net/forwarding/
Dtc_flower_l2_miss.sh80 tc filter add dev $swp2 egress protocol ipv4 handle 101 pref 1 \
84 tc filter add dev $swp2 egress protocol ipv4 handle 102 pref 1 \
91 tc_check_packets "dev $swp2 egress" 101 1
94 tc_check_packets "dev $swp2 egress" 102 0
102 tc_check_packets "dev $swp2 egress" 101 1
105 tc_check_packets "dev $swp2 egress" 102 1
113 tc_check_packets "dev $swp2 egress" 101 2
116 tc_check_packets "dev $swp2 egress" 102 1
119 tc filter del dev $swp2 egress protocol ipv4 pref 1 handle 102 flower
120 tc filter del dev $swp2 egress protocol ipv4 pref 1 handle 101 flower
[all …]
Dtc_actions.sh77 action mirred egress $action dev $swp2
89 log_test "mirred egress $classifier $action ($tcflags)"
134 $tcflags dst_ip 192.0.2.2 action mirred egress redirect \
166 tc filter add dev $h1 protocol ip pref 100 handle 100 egress flower \
181 tc_check_packets "dev $h1 egress" 100 1
191 tc_check_packets "dev $h1 egress" 100 2
198 tc filter del dev $h1 egress protocol ip pref 100 handle 100 flower
211 tc filter add dev $h1 protocol ip pref 100 handle 100 egress flower \
219 tc filter add dev $h1 protocol ip pref 101 handle 101 egress flower \
235 tc_check_packets "dev $h1 egress" 101 10
[all …]
Dmirror_gre.sh7 # Test for "tc action mirred egress mirror" when the device to mirror to is a
71 egress) local src_mac=$(mac_get $h2); local dst_mac=$(mac_get $h1)
93 mirror_install $swp1 egress gt6 "matchall"
102 mirror_uninstall $swp1 egress
113 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap"
119 full_test_span_gre_dir gt6 egress 0 8 "mirror to ip6gretap"
125 test_span_gre_mac gt4 egress "mirror to gretap"
131 test_span_gre_mac gt6 egress "mirror to ip6gretap"
Dtc_flower_router.sh88 tc filter add dev $rp3 egress protocol ip pref 1 handle 101 flower \
90 tc filter add dev $rp3 egress protocol ip pref 2 handle 102 flower \
96 tc_check_packets "dev $rp3 egress" 102 1
99 tc_check_packets "dev $rp3 egress" 101 1
105 tc_check_packets "dev $rp3 egress" 101 2
108 tc_check_packets "dev $rp3 egress" 102 1
111 tc filter del dev $rp3 egress protocol ip pref 2 handle 102 flower
112 tc filter del dev $rp3 egress protocol ip pref 1 handle 101 flower
114 log_test "indev egress match ($tcflags)"
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/actions/
Dnat.json370 "name": "Add nat action on egress with default control action",
386 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1",
389 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 pass",
397 "name": "Add nat action on egress with pipe control action",
413 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1 pipe",
416 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 pipe",
424 "name": "Add nat action on egress with continue control action",
440 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1 continue",
443 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 continue",
451 "name": "Add nat action on egress with reclassify control action",
[all …]
Dmirred.json4 "name": "Add mirred mirror to egress action",
20 "cmdUnderTest": "$TC actions add action mirred egress mirror index 1 dev lo",
23 "matchPattern": "action order [0-9]*: mirred \\(Egress Mirror to device lo\\).*index 1 ref",
31 "name": "Add mirred redirect to egress action",
47 "cmdUnderTest": "$TC actions add action mirred egress redirect index 2 dev lo action pipe",
50 … "matchPattern": "action order [0-9]*: mirred \\(Egress Redirect to device lo\\).*index 2 ref",
74 "$TC actions add action mirred egress mirror index 1 dev lo",
75 "$TC actions add action mirred egress redirect index 2 dev lo"
131 "cmdUnderTest": "$TC actions add action mirred egress remirror index 20 dev lo",
134 "matchPattern": "action order [0-9]*: mirred \\(Egress.*to device lo\\).*index 20 ref",
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/haswellx/
Duncore-io.json433 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
443 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
453 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
463 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
468 "BriefDescription": "Egress Cycles Full; AD",
473 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; AD Egress Queu…
478 "BriefDescription": "Egress Cycles Full; AK",
483 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; AK Egress Queu…
488 "BriefDescription": "Egress Cycles Full; BL",
493 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; BL Egress Queu…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/broadwellde/
Duncore-io.json463 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
473 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
483 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
493 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
498 "BriefDescription": "Egress Cycles Full; AD",
503 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; AD Egress Queu…
508 "BriefDescription": "Egress Cycles Full; AK",
513 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; AK Egress Queu…
518 "BriefDescription": "Egress Cycles Full; BL",
523 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; BL Egress Queu…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/broadwellx/
Duncore-io.json463 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
473 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
483 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
493 …"PublicDescription": "Number of cycles Egress is stalled waiting for an Sbo credit to become avail…
498 "BriefDescription": "Egress Cycles Full; AD",
503 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; AD Egress Queu…
508 "BriefDescription": "Egress Cycles Full; AK",
513 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; AK Egress Queu…
518 "BriefDescription": "Egress Cycles Full; BL",
523 …cDescription": "Counts the number of cycles when the R2PCIe Egress buffer is full.; BL Egress Queu…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelakex/
Duncore-interconnect.json571 "BriefDescription": "AK Egress Allocations",
580 "BriefDescription": "BL DRS Egress Cycles Full",
589 "BriefDescription": "BL DRS Egress Inserts",
598 "BriefDescription": "BL DRS Egress Occupancy",
607 "BriefDescription": "BL NCB Egress Cycles Full",
616 "BriefDescription": "BL NCB Egress Inserts",
625 "BriefDescription": "BL NCB Egress Occupancy",
634 "BriefDescription": "BL NCS Egress Cycles Full",
643 "BriefDescription": "BL NCS Egress Inserts",
652 "BriefDescription": "BL NCS Egress Occupancy",
[all …]
/linux-6.12.1/tools/testing/selftests/net/
Dtest_bridge_backup_port.sh255 …run_cmd "tc -n $sw1 filter replace dev swp1 egress pref 1 handle 101 proto ip flower src_mac $smac…
258 …run_cmd "tc -n $sw1 filter replace dev vx0 egress pref 1 handle 101 proto ip flower src_mac $smac …
266 tc_check_packets $sw1 "dev swp1 egress" 101 1
268 tc_check_packets $sw1 "dev vx0 egress" 101 0
276 tc_check_packets $sw1 "dev swp1 egress" 101 1
278 tc_check_packets $sw1 "dev vx0 egress" 101 0
293 tc_check_packets $sw1 "dev swp1 egress" 101 2
295 tc_check_packets $sw1 "dev vx0 egress" 101 0
303 tc_check_packets $sw1 "dev swp1 egress" 101 2
305 tc_check_packets $sw1 "dev vx0 egress" 101 1
[all …]
Dtest_bridge_neigh_suppress.sh301 …run_cmd "tc -n $sw1 filter replace dev vx0 egress pref 1 handle 101 proto 0x0806 flower indev swp1…
307 tc_check_packets $sw1 "dev vx0 egress" 101 1
318 tc_check_packets $sw1 "dev vx0 egress" 101 2
329 tc_check_packets $sw1 "dev vx0 egress" 101 3
339 tc_check_packets $sw1 "dev vx0 egress" 101 3
349 tc_check_packets $sw1 "dev vx0 egress" 101 3
363 tc_check_packets $sw1 "dev vx0 egress" 101 4
373 tc_check_packets $sw1 "dev vx0 egress" 101 5
404 …run_cmd "tc -n $sw1 filter replace dev vx0 egress pref 1 handle 101 proto ipv6 flower indev swp1 i…
410 tc_check_packets $sw1 "dev vx0 egress" 101 1
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/skylakex/
Duncore-interconnect.json633 "BriefDescription": "AK Egress Allocations",
642 "BriefDescription": "BL DRS Egress Cycles Full",
651 "BriefDescription": "BL DRS Egress Inserts",
660 "BriefDescription": "BL DRS Egress Occupancy",
669 "BriefDescription": "BL NCB Egress Cycles Full",
678 "BriefDescription": "BL NCB Egress Inserts",
687 "BriefDescription": "BL NCB Egress Occupancy",
696 "BriefDescription": "BL NCS Egress Cycles Full",
705 "BriefDescription": "BL NCS Egress Inserts",
714 "BriefDescription": "BL NCS Egress Occupancy",
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/cascadelakex/
Duncore-interconnect.json633 "BriefDescription": "AK Egress Allocations",
642 "BriefDescription": "BL DRS Egress Cycles Full",
651 "BriefDescription": "BL DRS Egress Inserts",
660 "BriefDescription": "BL DRS Egress Occupancy",
669 "BriefDescription": "BL NCB Egress Cycles Full",
678 "BriefDescription": "BL NCB Egress Inserts",
687 "BriefDescription": "BL NCB Egress Occupancy",
696 "BriefDescription": "BL NCS Egress Cycles Full",
705 "BriefDescription": "BL NCS Egress Inserts",
714 "BriefDescription": "BL NCS Egress Occupancy",
[all …]
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dfifo.json4 "name": "Add bfifo qdisc with system default parameters on egress",
25 "name": "Add pfifo qdisc with system default parameters on egress",
46 … "name": "Add bfifo qdisc with system default parameters on egress with handle of maximum value",
67 "name": "Add bfifo qdisc on egress with queue size of 3000 bytes",
88 "name": "Add pfifo qdisc on egress with queue size of 3000 packets",
110 …"name": "Add bfifo qdisc with system default parameters on egress with invalid handle exceeding ma…
130 "name": "Add bfifo qdisc on egress with unsupported argument",
150 "name": "Add pfifo qdisc on egress with unsupported argument",
170 "name": "Replace bfifo qdisc on egress with new queue size",
193 "name": "Replace pfifo qdisc on egress with new queue size",
[all …]
/linux-6.12.1/arch/arm64/boot/dts/ti/
Dk3-am65-iot2050-common-pg1.dtsi59 dmas = <&main_udmap 0xc100>, /* egress slice 0 */
60 <&main_udmap 0xc101>, /* egress slice 0 */
61 <&main_udmap 0xc102>, /* egress slice 0 */
62 <&main_udmap 0xc103>, /* egress slice 0 */
63 <&main_udmap 0xc104>, /* egress slice 1 */
64 <&main_udmap 0xc105>, /* egress slice 1 */
65 <&main_udmap 0xc106>, /* egress slice 1 */
66 <&main_udmap 0xc107>, /* egress slice 1 */

12345678910>>...21