TDA4VH-Q1: TDA4VH network traffic priority

Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VH

Tool/software:

Hi TI experts, 

We are using tda4vh SDK0902 linux native driver to test the network traffic. It's in switch mode. The network topology is as follows:

The port phy2 is !000Mbps. The network traffic priority of this red line is always higher than that of the blue line. For example, if the blue line is sending 500Mbps of data and 800Mbps of data is being sent from the host port at this time, the blue line's data will drop to 200Mbps, while the red line's 800Mbps will not be affected. 

Best regards,
Ruijie

  • Hi,

    The port phy2 is !000Mbps. The network traffic priority of this red line is always higher than that of the blue line. For example, if the blue line is sending 500Mbps of data and 800Mbps of data is being sent from the host port at this time, the blue line's data will drop to 200Mbps, while the red line's 800Mbps will not be affected. 

    Do you mean how to configure the Host Port data has high priority?
    If it is VLAN packets then it will be taken from the priority of VLAN packet and places in phy2 Tx FIFOs buffer.

    If same VLAN packet received from phy5 then it will also place in same Tx FIFO of phy2.

    The movent free buffer available at phy2 host port and phy5 will try to transfer data. If no free space host port will not empty its Rx FIFO, where as phy5 will erase the Rx FIFO to accept new incoming packets (i.e. packet drop at phy5).

    Best Regards,
    Sudheer

  • Hi,Sudheer,

     From TI CPSW Manual, the host port 0 should enable flow control, and it will control the traffic from host and keep it not  too much to 

    prevail other ports bandwidth. So the flow control over host port does not work well. Is it right? 

  • Hi,

    By default Hot Port (CPPI Port) Rx FIFO don't overflow in TDA4VH, as Rx data to CPPI is from UDMA.
    When FIFO has data there will not be any transfer from UDMA to Host Port.

    The above information in Spec is generic to CPSW in other SoCs as well, It would be needed for older SoCs.

    Best Regards,
    Sudheer

  • Hi,

    Do you mean how to configure the Host Port data has high priority?

    We want to ensure fair competition between the host port and the data from phy5 to phy2. But in fact, the data from host port to phy2 has a higher priority when the data is bigger than 1Gbps.

    Best Regards,
    Ruijie

  • Hi,Sudheer, 

       The issue is that traffic from host port seems always has higher priority. If there is much traffic from host(e.g. host port to phy2), it will occupy too much bandwidth of other non-host traffic transferred from other interface(e.g. phy5 to phy2) and even starve the traffic transfer.  Can we solve it and give equal priority for traffic from host and from other interfaces. 

    Regards

    Ruijie

  • Hi,

    We want to ensure fair competition between the host port and the data from phy5 to phy2. But in fact, the data from host port to phy2 has a higher priority when the data is bigger than 1Gbps.

    It supposed to be taken care in application as Port is capable only 1Gbps.
    The overall data sent to that port should be 1Gpbs. if it is more then data loss expected at source ports.

    if you send 800Mps rate from Host Port then rest can be sourced from external ports.

    Can we solve it and give equal priority for traffic from host and from other interfaces. 

    As per my understanding there was no such configuration to prioritize the traffic from host port and other external ports.

    Best Regards,
    Sudheer

  • Hi,

    if you send 800Mps rate from Host Port then rest can be sourced from external ports.

    It means if the data from host port is 1Gbps, then the other ports can't be forwarded.

    Then if we set Qbv in the phy2, the cycle time  is 80000ns, the packet of priority 0~6 is 40000ns and the packet of priority 7 is 40000ns. If the data of priority 6 is sent from the host port to the phy2 is 600Mbs, witch is more than 500Mps according to the time division, the data of priority 7 can't be forwarded from phy5 to phy2. The data of priority 7 from phy5 to phy2 is droped in rx statistics of the phy2. Is this a bug?

    Best Regards,
    Ruijie

  • Hi,

    Then if we set Qbv in the phy2, the cycle time  is 80000ns, the packet of priority 0~6 is 40000ns and the packet of priority 7 is 40000ns.

    As per above it is like 50% time allocation for priority 0~6, and 50% for priority 7. In this case if data is available at priority 7 queue when gate open state it should be sent on wire from MAC.

    If the data of priority 6 is sent from the host port to the phy2 is 600Mbs, witch is more than 500Mps according to the time division, the data of priority 7 can't be forwarded from phy5 to phy2

    No, even though data rate is higher than queue open rate it will be limited as per Qbv configuration, Other slots data of priority 7 should be sent if 7 has data.

    Can you please share the Qbv configuration? I
    Also, can confirm if you are sending data from Host Port (Internal core) have confirmed throughput is not reaching beyond 50% of Port capable? (Without connecting phy5).
    Also, have you confirmed the packets sent from Host Port are 1~6 priority and from phy5 to phy2 is priority 7 (I mean PCP in VLAN packets)?

    Best Regards,
    Sudheer

  • Hi,

    The Qbv configuration:

    The max sent speed of packet from host to the eth2 is about 575Mbps with the Qbv configuration. I'm sure that the PCP in the packet from the host port to the eth2 is 6 and the PCP in the packet from the eth5 to the eth2 is 7. If the packet with the PCP 6 from host  port reach 575Mbps, the packet from the eth5 to the eth2 is dropped in the RX statistic of eth5. Is it a bug?

    Best Regards,
    Ruijie

  • Hi,

    As priorities are different, Host port will fall in different Tx FIFO(priority 0 to 6 as per PCP), and external port-5 packet will fall in different FIFO (priority-7).

    If the packet with the PCP 6 from host  port reach 575Mbps, the packet from the eth5 to the eth2 is dropped in the RX statistic of eth5

    You mean, you are not observing any packet out from Port-2 with priorty7 i.e. packets received from external port?

    Have you confirmed CPSW statistics port-2? can you please share the CPSW statistics while running this setup.
    Please use below command to get CPSW statistics with CPSW9G Native Linux Driver.
    # ethtool -S <eth0>

    Please capture CPSW statistics multiple times with small time gap for each captures.

    Best Regards,
    Sudheer

  • Hi,

    You mean, you are not observing any packet out from Port-2 with priorty7 i.e. packets received from external port?

    Yes! If the packet from the host port reach the max speed(500Mbps according to the time division), all the packet from the external port will be dropped.

    cpsw statistics.txt
    before iperf3:
    
    phy5:
    NIC statistics:
         p0_rx_good_frames: 73027
         p0_rx_broadcast_frames: 7
         p0_rx_multicast_frames: 72702
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 5335416
         p0_tx_good_frames: 63576
         p0_tx_broadcast_frames: 159
         p0_tx_multicast_frames: 35875
         p0_tx_octets: 4538826
         p0_tx_64B_frames: 31382
         p0_tx_65_to_127B_frames: 105082
         p0_tx_128_to_255B_frames: 132
         p0_tx_256_to_511B_frames: 7
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 0
         p0_net_octets: 9874242
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 318
         p0_ale_unknown_ucast_bytes: 33464
         p0_ale_unknown_mcast: 428
         p0_ale_unknown_mcast_bytes: 43992
         p0_ale_unknown_bcast: 7
         p0_ale_unknown_bcast_bytes: 448
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 31465
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 31810
         p0_tx_pri7: 301
         p0_tx_pri0_bcnt: 2069896
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 2416138
         p0_tx_pri7_bcnt: 37256
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 3898
         rx_broadcast_frames: 0
         rx_multicast_frames: 3250
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 0
         ale_overrun_drop: 0
         rx_octets: 337428
         tx_good_frames: 27855
         tx_broadcast_frames: 2
         tx_multicast_frames: 278
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 1816030
         tx_64B_frames: 28847
         tx_65_to_127B_frames: 2502
         tx_128_to_255B_frames: 386
         tx_256_to_511B_frames: 18
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 0
         net_octets: 2153458
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 0
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 3
         ale_unknown_ucast_bytes: 192
         ale_unknown_mcast: 8
         ale_unknown_mcast_bytes: 746
         ale_unknown_bcast: 0
         ale_unknown_bcast_bytes: 0
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 27545
         tx_pri1: 6
         tx_pri2: 0
         tx_pri3: 0
         tx_pri4: 0
         tx_pri5: 158
         tx_pri6: 49
         tx_pri7: 97
         tx_pri0_bcnt: 1783464
         tx_pri1_bcnt: 460
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 0
         tx_pri4_bcnt: 0
         tx_pri5_bcnt: 11376
         tx_pri6_bcnt: 3180
         tx_pri7_bcnt: 17550
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    
    phy2:
    NIC statistics:
         p0_rx_good_frames: 77797
         p0_rx_broadcast_frames: 7
         p0_rx_multicast_frames: 77454
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 5683626
         p0_tx_good_frames: 67730
         p0_tx_broadcast_frames: 169
         p0_tx_multicast_frames: 38224
         p0_tx_octets: 4835284
         p0_tx_64B_frames: 33428
         p0_tx_65_to_127B_frames: 111952
         p0_tx_128_to_255B_frames: 140
         p0_tx_256_to_511B_frames: 7
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 0
         p0_net_octets: 10518910
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 336
         p0_ale_unknown_ucast_bytes: 35368
         p0_ale_unknown_mcast: 444
         p0_ale_unknown_mcast_bytes: 45820
         p0_ale_unknown_bcast: 7
         p0_ale_unknown_bcast_bytes: 448
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 33518
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 33893
         p0_tx_pri7: 319
         p0_tx_pri0_bcnt: 2204902
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 2574362
         p0_tx_pri7_bcnt: 39468
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 15223
         rx_broadcast_frames: 0
         rx_multicast_frames: 509
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 1
         ale_overrun_drop: 0
         rx_octets: 997648
         tx_good_frames: 18603
         tx_broadcast_frames: 2
         tx_multicast_frames: 3343
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 1277260
         tx_64B_frames: 30601
         tx_65_to_127B_frames: 2867
         tx_128_to_255B_frames: 346
         tx_256_to_511B_frames: 12
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 0
         net_octets: 2274908
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 1
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 5
         ale_unknown_ucast_bytes: 588
         ale_unknown_mcast: 2
         ale_unknown_mcast_bytes: 150
         ale_unknown_bcast: 0
         ale_unknown_bcast_bytes: 0
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 15759
         tx_pri1: 4
         tx_pri2: 0
         tx_pri3: 0
         tx_pri4: 0
         tx_pri5: 2121
         tx_pri6: 250
         tx_pri7: 469
         tx_pri0_bcnt: 1028804
         tx_pri1_bcnt: 296
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 0
         tx_pri4_bcnt: 0
         tx_pri5_bcnt: 165228
         tx_pri6_bcnt: 16796
         tx_pri7_bcnt: 66136
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    
    after iperf3:
    
    phy5:
    NIC statistics:
         p0_rx_good_frames: 1604295
         p0_rx_broadcast_frames: 10
         p0_rx_multicast_frames: 104089
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 2254198598
         p0_tx_good_frames: 92442
         p0_tx_broadcast_frames: 234
         p0_tx_multicast_frames: 51712
         p0_tx_octets: 6595515
         p0_tx_64B_frames: 45875
         p0_tx_65_to_127B_frames: 150949
         p0_tx_128_to_255B_frames: 193
         p0_tx_256_to_511B_frames: 13
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 1499707
         p0_net_octets: 2260794113
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 1500196
         p0_ale_unknown_ucast_bytes: 2246612558
         p0_ale_unknown_mcast: 551
         p0_ale_unknown_mcast_bytes: 57910
         p0_ale_unknown_bcast: 10
         p0_ale_unknown_bcast_bytes: 640
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 46225
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 45778
         p0_tx_pri7: 439
         p0_tx_pri0_bcnt: 3041627
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 3477064
         p0_tx_pri7_bcnt: 54168
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 332092
         rx_broadcast_frames: 0
         rx_multicast_frames: 4810
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 0
         ale_overrun_drop: 0
         rx_octets: 489222372
         tx_good_frames: 41006
         tx_broadcast_frames: 3
         tx_multicast_frames: 384
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 2674121
         tx_64B_frames: 42439
         tx_65_to_127B_frames: 3794
         tx_128_to_255B_frames: 595
         tx_256_to_511B_frames: 26
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 326244
         net_octets: 491896493
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 0
         rx_top_fifo_drop: 324659
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 3
         ale_unknown_ucast_bytes: 192
         ale_unknown_mcast: 8
         ale_unknown_mcast_bytes: 746
         ale_unknown_bcast: 0
         ale_unknown_bcast_bytes: 0
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 40514
         tx_pri1: 6
         tx_pri2: 0
         tx_pri3: 0
         tx_pri4: 0
         tx_pri5: 233
         tx_pri6: 92
         tx_pri7: 161
         tx_pri0_bcnt: 2620841
         tx_pri1_bcnt: 460
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 0
         tx_pri4_bcnt: 0
         tx_pri5_bcnt: 16776
         tx_pri6_bcnt: 6022
         tx_pri7_bcnt: 30022
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    
    phy2:
    NIC statistics:
         p0_rx_good_frames: 1609239
         p0_rx_broadcast_frames: 10
         p0_rx_multicast_frames: 109012
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 2254559710
         p0_tx_good_frames: 96750
         p0_tx_broadcast_frames: 244
         p0_tx_multicast_frames: 54148
         p0_tx_octets: 6903131
         p0_tx_64B_frames: 47999
         p0_tx_65_to_127B_frames: 158067
         p0_tx_128_to_255B_frames: 202
         p0_tx_256_to_511B_frames: 14
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 1499707
         p0_net_octets: 2261462841
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 1500217
         p0_ale_unknown_ucast_bytes: 2246614886
         p0_ale_unknown_mcast: 567
         p0_ale_unknown_mcast_bytes: 59734
         p0_ale_unknown_bcast: 10
         p0_ale_unknown_bcast_bytes: 640
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 48357
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 47934
         p0_tx_pri7: 459
         p0_tx_pri0_bcnt: 3181899
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 3640836
         p0_tx_pri7_bcnt: 56668
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 21982
         rx_broadcast_frames: 0
         rx_multicast_frames: 672
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 1
         ale_overrun_drop: 0
         rx_octets: 1441829
         tx_good_frames: 1525167
         tx_broadcast_frames: 3
         tx_multicast_frames: 4324
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 2250718062
         tx_64B_frames: 41442
         tx_65_to_127B_frames: 3798
         tx_128_to_255B_frames: 500
         tx_256_to_511B_frames: 21
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 1501388
         net_octets: 2252159891
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 1
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 5
         ale_unknown_ucast_bytes: 588
         ale_unknown_mcast: 2
         ale_unknown_mcast_bytes: 150
         ale_unknown_bcast: 0
         ale_unknown_bcast_bytes: 0
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 20576
         tx_pri1: 4
         tx_pri2: 0
         tx_pri3: 0
         tx_pri4: 0
         tx_pri5: 2121
         tx_pri6: 1500071
         tx_pri7: 2395
         tx_pri0_bcnt: 1348992
         tx_pri1_bcnt: 296
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 0
         tx_pri4_bcnt: 0
         tx_pri5_bcnt: 165228
         tx_pri6_bcnt: 2246586814
         tx_pri7_bcnt: 2616732
         tx_pri0_drop: 2567
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 28
         tx_pri7_drop: 324631
         tx_pri0_drop_bcnt: 164288
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 1816
         tx_pri7_drop_bcnt: 486204910

    Best Regards,
    Ruijie

  • Hi,

    Can you please share ALE dump as well?
    Also, please dump and share the Port VLAN values?
    PN_Port_VLAN_REG: 0x0C022014 + (i *0x1000) : i from 0 to 7 (External Port-0 to Port-7)

    Best Regards,
    Sudheer

  • Hi,

    The new network topology is as follows:

    The ale dump:

    ale statistics.txt
    ---------------------------------------------
    -------CPSWnG ALE TABLE----------------------
    ---------------------------------------------
    ---------------------------------------------
     Entry 0 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 0
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 511
    VLAN FWD Untagged Egress = 511
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 511
    VLAN_MEMBER_LIST  = 511
    ---------------------------------------------
     Entry 1 - Multicast
    ---------------------------------------------
    PORT_MASK        = 1
    SUPER            = 1
    MCAST IGNORE BITS= 0
    MCAST_FWD_STATE  = 1
    ENTRY_TYPE       = 1
    MULTICAST_ADDR   = 180 c2000000
    ---------------------------------------------
     Entry 2 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 1
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 1
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 3 - VLAN/Multicast
    ---------------------------------------------
    PORT_MASK        = 1ff
    SUPER            = 0
    MCAST_FWD_STATE  = 3
    ENTRY_TYPE       = 3
    VLAN_ID          = 1
    MULTICAST_ADDR   = ffff ffffffff
    ---------------------------------------------
     Entry 4 - Multicast
    ---------------------------------------------
    PORT_MASK        = 1
    SUPER            = 0
    MCAST IGNORE BITS= 0
    MCAST_FWD_STATE  = 0
    ENTRY_TYPE       = 1
    MULTICAST_ADDR   = 3333 1
    ---------------------------------------------
     Entry 5 - Multicast
    ---------------------------------------------
    PORT_MASK        = 1
    SUPER            = 0
    MCAST IGNORE BITS= 0
    MCAST_FWD_STATE  = 0
    ENTRY_TYPE       = 1
    MULTICAST_ADDR   = 100 5e000001
    ---------------------------------------------
     Entry 6 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 1
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 1
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 7 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 1
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 1
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 8 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 1
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 1
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 9 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 1
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 1
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 10 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 1
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 1
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 11 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 1
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 1
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 12 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 1
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 1
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 13 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 1
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 510
    VLAN FWD Untagged Egress = 510
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 0
    VLAN_MEMBER_LIST  = 510
    ---------------------------------------------
     Entry 14 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 5
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 197
    VLAN FWD Untagged Egress = 192
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 197
    ---------------------------------------------
     Entry 15 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 5
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 16 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 5
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 17 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 5
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 18 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 5
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 19 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 5
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 20 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 5
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 21 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 5
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 22 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 5
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 23 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 3
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 3
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 3
    ---------------------------------------------
     Entry 24 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 3
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 25 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 3
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 26 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 3
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 27 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 3
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 28 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 3
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 29 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 3
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 30 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 3
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 31 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 3
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 32 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 2
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 257
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 257
    ---------------------------------------------
     Entry 33 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 34 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 35 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 36 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 37 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 38 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 39 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 40 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 41 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 7
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 283
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 283
    ---------------------------------------------
     Entry 42 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 43 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 44 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 45 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 46 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 47 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 48 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 49 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 50 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 4
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 11
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 11
    ---------------------------------------------
     Entry 51 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 52 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 53 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 54 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 55 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 56 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 57 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 58 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 59 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 8
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 283
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 283
    ---------------------------------------------
     Entry 60 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 61 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 62 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 63 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 64 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 65 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 66 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 67 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 68 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 11
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 479
    VLAN FWD Untagged Egress = 478
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 479
    ---------------------------------------------
     Entry 69 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 70 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 71 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 72 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 73 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 74 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 75 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 76 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 77 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 14
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 9
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 9
    ---------------------------------------------
     Entry 78 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 79 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 80 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 81 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 82 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 83 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 84 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 85 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 86 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 10
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 17
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 17
    ---------------------------------------------
     Entry 87 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 10
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 88 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 10
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 89 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 10
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 90 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 10
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 91 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 10
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 92 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 10
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 93 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 10
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 94 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 10
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 95 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 12
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 257
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 257
    ---------------------------------------------
     Entry 96 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 12
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 97 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 12
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 98 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 12
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 99 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 12
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 100 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 12
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 101 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 12
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 102 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 12
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 103 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 12
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 104 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 20
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 5
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 5
    ---------------------------------------------
     Entry 105 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 106 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 107 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 108 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 109 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 110 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 111 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 112 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 113 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 13
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 3
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 3
    ---------------------------------------------
     Entry 114 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 115 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 116 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 117 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 118 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 119 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 120 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 121 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 122 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 27
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 267
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 1
    VLAN_MEMBER_LIST  = 267
    ---------------------------------------------
     Entry 123 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 27
    UNICAST_ADDR      = feab ce373dab
    ---------------------------------------------
     Entry 124 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 27
    UNICAST_ADDR      = 2abd 8e18c00
    ---------------------------------------------
     Entry 125 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 27
    UNICAST_ADDR      = b61a 46520823
    ---------------------------------------------
     Entry 126 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 27
    UNICAST_ADDR      = 5209 f2b0afd6
    ---------------------------------------------
     Entry 127 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 27
    UNICAST_ADDR      = 9a60 f182d417
    ---------------------------------------------
     Entry 128 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 27
    UNICAST_ADDR      = 924f 2978081e
    ---------------------------------------------
     Entry 129 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 27
    UNICAST_ADDR      = ae0b a2defcc0
    ---------------------------------------------
     Entry 130 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 0
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 0
    SECURE            = 1
    ENTRY_TYPE        = 3
    VLAN_ID           = 27
    UNICAST_ADDR      = 7a60 9a5a1db8
    ---------------------------------------------
     Entry 131 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 6
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 10
    VLAN FWD Untagged Egress = 0
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 0
    VLAN_MEMBER_LIST  = 10
    ---------------------------------------------
     Entry 132 - VLAN INNER
    ---------------------------------------------
    ENTRY_TYPE        = 2
    IVLAN_ID           = 24
    NO FRAG           = 0
    REG_MCAST_FLOOD   = 42
    VLAN FWD Untagged Egress = 32
    LMT NEXT HDR      = 0
    UNREG_MCAST_FLOOD = 0
    VLAN_MEMBER_LIST  = 42
    ---------------------------------------------
     Entry 133 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 2
    BLOCK             = 0
    TOUCH             = 0
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = be67 299c5a3f
    ---------------------------------------------
     Entry 140 - VLAN/Multicast
    ---------------------------------------------
    PORT_MASK        = 1
    SUPER            = 0
    MCAST_FWD_STATE  = 0
    ENTRY_TYPE       = 3
    VLAN_ID          = 11
    MULTICAST_ADDR   = 3333 ff4a5db6
    ---------------------------------------------
     Entry 141 - VLAN/Multicast
    ---------------------------------------------
    PORT_MASK        = 1
    SUPER            = 0
    MCAST_FWD_STATE  = 0
    ENTRY_TYPE       = 3
    VLAN_ID          = 11
    MULTICAST_ADDR   = 3333 6a
    ---------------------------------------------
     Entry 142 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 1
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 13
    UNICAST_ADDR      = c2cb 2eb84ff5
    ---------------------------------------------
     Entry 143 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 3
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = 4849 52411091
    ---------------------------------------------
     Entry 144 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 3
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 11
    UNICAST_ADDR      = 4849 52411191
    ---------------------------------------------
     Entry 170 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 8
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 4849 52414094
    ---------------------------------------------
     Entry 171 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 1
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 4849 5241409d
    ---------------------------------------------
     Entry 172 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 3
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 14
    UNICAST_ADDR      = 4849 52411191
    ---------------------------------------------
     Entry 173 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 2
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 20
    UNICAST_ADDR      = be67 299c5a3f
    ---------------------------------------------
     Entry 174 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 3
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 4849 52411091
    ---------------------------------------------
     Entry 175 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 1
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 4849 52416095
    ---------------------------------------------
     Entry 187 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 8
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 2
    UNICAST_ADDR      = 4849 52414094
    ---------------------------------------------
     Entry 188 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 1
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 4849 52417097
    ---------------------------------------------
     Entry 189 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 3
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = 4849 52411091
    ---------------------------------------------
     Entry 190 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 1
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = 4849 52416095
    ---------------------------------------------
     Entry 197 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 1
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 8
    UNICAST_ADDR      = 4849 5241108a
    ---------------------------------------------
     Entry 205 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 1
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 7
    UNICAST_ADDR      = 4849 52417097
    ---------------------------------------------
     Entry 269 - VLAN/Unicast
    ---------------------------------------------
    TRUNK             = 0
    PORT_NUMBER       = 1
    BLOCK             = 0
    TOUCH             = 1
    AGEABLE           = 1
    SECURE            = 0
    ENTRY_TYPE        = 3
    VLAN_ID           = 4
    UNICAST_ADDR      = 4849 5241108a
    Completed analysis of 1024 ALE entries

    PN_Port_VLAN_REG: 0x0C022014 + (i *0x1000) :

    Best Regards,
    Ruijie

  • HI,

    Can you please run the same test without Qbv configuration and share the CPSW statistics.

    Also, can you please confirm what is the link speed of Port-1, is it 1Gbps?

    Also, can you please test by increasing the slot time in Qbv as 500msec for priority 0to6 and 500msec to priority-7, instead of 40usec.

    Best Regards,
    Sudheer

  • Hi,

    Can you please run the same test without Qbv configuration and share the CPSW statistics.

    The CPSW statistics without Qbv:

    cpsw_without_qbv.txt
    before iperf3:
    root@megatron:/# ethtool -S eth2
    NIC statistics:
         p0_rx_good_frames: 2675833
         p0_rx_broadcast_frames: 6
         p0_rx_multicast_frames: 2663787
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 195495594
         p0_tx_good_frames: 2954669
         p0_tx_broadcast_frames: 114122
         p0_tx_multicast_frames: 1318636
         p0_tx_octets: 206448924
         p0_tx_64B_frames: 1770156
         p0_tx_65_to_127B_frames: 3854234
         p0_tx_128_to_255B_frames: 5825
         p0_tx_256_to_511B_frames: 269
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 18
         p0_net_octets: 401944518
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 12040
         p0_ale_unknown_ucast_bytes: 1354204
         p0_ale_unknown_mcast: 9445
         p0_ale_unknown_mcast_bytes: 1069046
         p0_ale_unknown_bcast: 6
         p0_ale_unknown_bcast_bytes: 384
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 1790768
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 1163900
         p0_tx_pri7: 1
         p0_tx_pri0_bcnt: 117420268
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 88456388
         p0_tx_pri7_bcnt: 64
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 154080
         rx_broadcast_frames: 0
         rx_multicast_frames: 119683
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 7
         ale_overrun_drop: 0
         rx_octets: 13357478
         tx_good_frames: 1650910
         tx_broadcast_frames: 108302
         tx_multicast_frames: 8210
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 107243802
         tx_64B_frames: 1686519
         tx_65_to_127B_frames: 100603
         tx_128_to_255B_frames: 17076
         tx_256_to_511B_frames: 744
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 48
         net_octets: 120601280
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 8
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 20
         ale_unknown_ucast_bytes: 1280
         ale_unknown_mcast: 111
         ale_unknown_mcast_bytes: 8410
         ale_unknown_bcast: 0
         ale_unknown_bcast_bytes: 0
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 1638075
         tx_pri1: 0
         tx_pri2: 0
         tx_pri3: 2287
         tx_pri4: 5833
         tx_pri5: 0
         tx_pri6: 1343
         tx_pri7: 3372
         tx_pri0_bcnt: 105822900
         tx_pri1_bcnt: 0
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 260718
         tx_pri4_bcnt: 420020
         tx_pri5_bcnt: 0
         tx_pri6_bcnt: 86162
         tx_pri7_bcnt: 654002
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    	 
    root@megatron:/# ethtool -S eth0
    NIC statistics:
         p0_rx_good_frames: 2671781
         p0_rx_broadcast_frames: 6
         p0_rx_multicast_frames: 2659749
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 195200434
         p0_tx_good_frames: 2950224
         p0_tx_broadcast_frames: 113961
         p0_tx_multicast_frames: 1316635
         p0_tx_octets: 206138858
         p0_tx_64B_frames: 1767498
         p0_tx_65_to_127B_frames: 3848395
         p0_tx_128_to_255B_frames: 5825
         p0_tx_256_to_511B_frames: 269
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 18
         p0_net_octets: 401339292
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 12026
         p0_ale_unknown_ucast_bytes: 1353098
         p0_ale_unknown_mcast: 9437
         p0_ale_unknown_mcast_bytes: 1068134
         p0_ale_unknown_bcast: 6
         p0_ale_unknown_bcast_bytes: 384
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 1788090
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 1162133
         p0_tx_pri7: 1
         p0_tx_pri0_bcnt: 117245358
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 88322096
         p0_tx_pri7_bcnt: 64
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 1158763
         rx_broadcast_frames: 108146
         rx_multicast_frames: 17530
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 8
         ale_overrun_drop: 0
         rx_octets: 75373128
         tx_good_frames: 647642
         tx_broadcast_frames: 4
         tx_multicast_frames: 112992
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 44634648
         tx_64B_frames: 1679617
         tx_65_to_127B_frames: 111929
         tx_128_to_255B_frames: 14352
         tx_256_to_511B_frames: 477
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 30
         net_octets: 120007776
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 6125
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 1
         ale_unknown_ucast_bytes: 82
         ale_unknown_mcast: 41
         ale_unknown_mcast_bytes: 3126
         ale_unknown_bcast: 5
         ale_unknown_bcast_bytes: 320
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 6
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 534730
         tx_pri1: 0
         tx_pri2: 2
         tx_pri3: 2286
         tx_pri4: 110602
         tx_pri5: 1
         tx_pri6: 21
         tx_pri7: 0
         tx_pri0_bcnt: 35756886
         tx_pri1_bcnt: 0
         tx_pri2_bcnt: 188
         tx_pri3_bcnt: 260604
         tx_pri4_bcnt: 8615326
         tx_pri5_bcnt: 90
         tx_pri6_bcnt: 1554
         tx_pri7_bcnt: 0
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    	
    after iperf3:
    root@megatron:/# ethtool -S eth2
    NIC statistics:
         p0_rx_good_frames: 4845742
         p0_rx_broadcast_frames: 9
         p0_rx_multicast_frames: 2761442
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 3306219942
         p0_tx_good_frames: 3065284
         p0_tx_broadcast_frames: 118348
         p0_tx_multicast_frames: 1367104
         p0_tx_octets: 214163984
         p0_tx_64B_frames: 1837215
         p0_tx_65_to_127B_frames: 3995707
         p0_tx_128_to_255B_frames: 6004
         p0_tx_256_to_511B_frames: 279
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 2071821
         p0_net_octets: 3520383926
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 2084291
         p0_ale_unknown_ucast_bytes: 3104962346
         p0_ale_unknown_mcast: 9789
         p0_ale_unknown_mcast_bytes: 1108078
         p0_ale_unknown_bcast: 9
         p0_ale_unknown_bcast_bytes: 576
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 1858146
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 1206802
         p0_tx_pri7: 336
         p0_tx_pri0_bcnt: 121813862
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 91715320
         p0_tx_pri7_bcnt: 41446
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 1195612
         rx_broadcast_frames: 0
         rx_multicast_frames: 124145
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 7
         ale_overrun_drop: 0
         rx_octets: 1565599195
         tx_good_frames: 1713595
         tx_broadcast_frames: 112314
         tx_multicast_frames: 8513
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 111305644
         tx_64B_frames: 1750568
         tx_65_to_127B_frames: 104313
         tx_128_to_255B_frames: 17621
         tx_256_to_511B_frames: 771
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 1035934
         net_octets: 1676904839
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 8
         rx_top_fifo_drop: 702348
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 23
         ale_unknown_ucast_bytes: 1472
         ale_unknown_mcast: 111
         ale_unknown_mcast_bytes: 8410
         ale_unknown_bcast: 0
         ale_unknown_bcast_bytes: 0
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 1700147
         tx_pri1: 0
         tx_pri2: 0
         tx_pri3: 2369
         tx_pri4: 6049
         tx_pri5: 0
         tx_pri6: 1473
         tx_pri7: 3557
         tx_pri0_bcnt: 109815100
         tx_pri1_bcnt: 0
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 270066
         tx_pri4_bcnt: 435572
         tx_pri5_bcnt: 0
         tx_pri6_bcnt: 94710
         tx_pri7_bcnt: 690196
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    
    root@megatron:/# ethtool -S eth0
    NIC statistics:
         p0_rx_good_frames: 4848288
         p0_rx_broadcast_frames: 9
         p0_rx_multicast_frames: 2763974
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 3306406084
         p0_tx_good_frames: 3068172
         p0_tx_broadcast_frames: 118449
         p0_tx_multicast_frames: 1368360
         p0_tx_octets: 214365640
         p0_tx_64B_frames: 1838973
         p0_tx_65_to_127B_frames: 3999374
         p0_tx_128_to_255B_frames: 6013
         p0_tx_256_to_511B_frames: 279
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 2071821
         p0_net_octets: 3520771724
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 2084305
         p0_ale_unknown_ucast_bytes: 3104963958
         p0_ale_unknown_mcast: 9797
         p0_ale_unknown_mcast_bytes: 1108990
         p0_ale_unknown_bcast: 9
         p0_ale_unknown_bcast_bytes: 576
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 1859910
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 1207911
         p0_tx_pri7: 351
         p0_tx_pri0_bcnt: 121928782
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 91799562
         p0_tx_pri7_bcnt: 43376
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 1206203
         rx_broadcast_frames: 112404
         rx_multicast_frames: 18182
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 8
         ale_overrun_drop: 0
         rx_octets: 78451518
         tx_good_frames: 3076037
         tx_broadcast_frames: 5
         tx_multicast_frames: 117244
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 3649496460
         tx_64B_frames: 1745355
         tx_65_to_127B_frames: 116137
         tx_128_to_255B_frames: 14826
         tx_256_to_511B_frames: 501
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 2405421
         net_octets: 3727947978
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 6366
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 1
         ale_unknown_ucast_bytes: 82
         ale_unknown_mcast: 41
         ale_unknown_mcast_bytes: 3126
         ale_unknown_bcast: 5
         ale_unknown_bcast_bytes: 320
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 6
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 552381
         tx_pri1: 0
         tx_pri2: 2
         tx_pri3: 2373
         tx_pri4: 114763
         tx_pri5: 1
         tx_pri6: 2072431
         tx_pri7: 334086
         tx_pri0_bcnt: 36895402
         tx_pri1_bcnt: 0
         tx_pri2_bcnt: 188
         tx_pri3_bcnt: 270522
         tx_pri4_bcnt: 8939196
         tx_pri5_bcnt: 90
         tx_pri6_bcnt: 3103605420
         tx_pri7_bcnt: 499785642
         tx_pri0_drop: 2250
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 25
         tx_pri7_drop: 702323
         tx_pri0_drop_bcnt: 144000
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 1630
         tx_pri7_drop_bcnt: 1052045795

    can you please confirm what is the link speed of Port-1, is it 1Gbps?

    I'm sure that all ports are 1000Mbps.

    Also, can you please test by increasing the slot time in Qbv as 500msec for priority 0to6 and 500msec to priority-7, instead of 40usec.

    The test result is the same. If the host port is more than the time division, all other ports can't be forwarded and the packet from the other ports are dropped.

    Best Regards,
    Ruijie

  • Hi,

    From statistics, it looks similar result even in case of without Qbv configuration.

    Let me check on our side, and confirm with our IP team and update you in next week.

    Best Regards,
    Sudheer