Rajkumar-Marvell

Results 9 issues of Rajkumar-Marvell

Test case "https://github.com/Azure/sonic-mgmt/blob/master/tests/everflow/everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6]" fails in Marvell SAI environment because of missing SAI_ACL_TABLE_ATTR_FIELD_IN_PORTS configuration for TABLE_TYPE_MIRRORV6 and subsequent ACL rule configuration sets IN_PORTS. sairedis logs: ``` 2022-03-25.05:55:10.004973|c|SAI_OBJECT_TYPE_ACL_TABLE:oid:0x7000000000ec5|SAI_ACL_TABLE_ATTR_ACL_BIND_POINT_TYPE_LIST=2:SAI_ACL_BIND_POINT_TYPE_PORT,SAI_ACL_BIND_POINT_TYPE_LAG|SAI_ACL_TABLE_ATTR_FIELD_OUTER_VLAN_ID=true|SAI_ACL_TABLE_ATTR_FIELD_ACL_IP_TYPE=true|SAI_ACL_TABLE_ATTR_FIELD_SRC_IPV6=true|SAI_ACL_TABLE_ATTR_FIELD_DST_IPV6=true|SAI_ACL_TABLE_ATTR_FIELD_ICMPV6_TYPE=true|SAI_ACL_TABLE_ATTR_FIELD_ICMPV6_CODE=true|SAI_ACL_TABLE_ATTR_FIELD_IPV6_NEXT_HEADER=true|SAI_ACL_TABLE_ATTR_FIELD_L4_SRC_PORT=true|SAI_ACL_TABLE_ATTR_FIELD_L4_DST_PORT=true|SAI_ACL_TABLE_ATTR_FIELD_TCP_FLAGS=true|SAI_ACL_TABLE_ATTR_FIELD_ACL_RANGE_TYPE=2:SAI_ACL_RANGE_TYPE_L4_DST_PORT_RANGE,SAI_ACL_RANGE_TYPE_L4_SRC_PORT_RANGE|SAI_ACL_TABLE_ATTR_ACL_STAGE=SAI_ACL_STAGE_INGRESS|SAI_ACL_TABLE_ATTR_FIELD_DSCP=true 2022-03-24.11:39:27.223715|c|SAI_OBJECT_TYPE_ACL_ENTRY:oid:0x8000000000f30|SAI_ACL_ENTRY_ATTR_TABLE_ID=oid:0x7000000000ec5|SAI_ACL_ENTRY_ATTR_PRIORITY=9999|SAI_ACL_ENTRY_ATTR_ADMIN_STATE=true|SAI_ACL_ENTRY_ATTR_ACTION_COUNTER=oid:0x9000000000f2f|SAI_ACL_ENTRY_ATTR_FIELD_IN_PORTS=4:oid:0x1000000000003,oid:0x1000000000009,oid:0x100000000000a,oid:0x1000000000018|SAI_ACL_ENTRY_ATTR_ACTION_MIRROR_INGRESS=1:oid:0xe000000000f2e ``` As per...

Triaged

vlan type - data/mananagement/control PR : https://github.com/Azure/sonic-utilities/pull/956 Purpose is to identify the vlan type. This is optional configuration. If not set, it will be treated as regular ("data") vlan (current...

@kcudnik @lguohan : Pls check. All dockers are fully up and then issued "sudo systemctl restart syncd", it fails in apply_view which causes orchagent crash. Attached full logs for reference....

Below crash is observed on platforms that are not supporting queue-watermark and pg-drop statistics. Issue introduced with PR https://github.com/sonic-net/sonic-swss/pull/2883 **Back-trace:** ``` Reading symbols from /usr/bin/orchagent... Reading symbols from /usr/lib/debug/.build-id/48/c447dca41af351f964c7f81f2333d74eed6037.debug... bt[New...

Support ACL action Policer for stage ingress/egress

Within the current framework of SAI, objects such as vlan, router-interface, tunnel, queue, port, and others come with built-in statistical enumeration. The expectation is that these statistics will be counted...

reviewed

Add new breakout mode enum to "sai_port_breakout_mode_type_t", /** 8 lanes breakout Mode */ SAI_PORT_BREAKOUT_MODE_TYPE_8_LANE = 3,

#### Description Issue is related to privilege permissions set on docker-iccpd and introduced as part as PR https://github.com/sonic-net/sonic-buildimage/pull/17835 2024 Jul 10 17:50:00.287714 DUT-2 NOTICE iccpd#iccpd: [update_if_ipmac_on_standby.NOTICE] Standby Change the system-id...

1) By default when src mac not explicitly set on router-interface, src mac should be derived from associated VRF and not from port. 2) When new VRF object is created...

Triaged