Duplication of packet LS1028ardb switch

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Duplication of packet LS1028ardb switch

1,160 Views
bhavya1
Contributor II

Hello All,

I am trying to send a ethernet packet to particular multicast address, for e.g 91:e0:f0:00:fe:00 , but i receive two packets in receiving end. Issue happens when both eno2 and eno3 interface is UP. Hardware used is LS1028ardb.

Below is the connection  : eno0 --> swp0 , swp1 -->PC

Now packet is sent on eno0 (for destination addr 91:e0:f0:00:fe:00), PC receives two instance of same packet

Bridge is construction using below command:

ifconfig eno0 up

ifconfig eno2 up

ifconfig eno3 up

ip link add name switch type bridge;

ip link set switch up;

ip link set swp0 master switch && ip link set swp0 up;

ip link set swp1 master switch && ip link set swp1 up;

ip link set swp2 master switch && ip link set swp2 up;

ip link set swp3 master switch && ip link set swp3 up;

ip link set swp4 master switch && ip link set swp4 up;

ip link set swp5 master switch && ip link set swp5 up

I need both the interface eno3 and eno2 to be UP. eno2 is required for L2 forwarding and eno3 for running ptp4l on switch ports.

Another observation is there will be no entry created in FDB table for this multicast destination address, so may be it is flooding to all ports, leading in duplication of packets.

If i run tsntool cbstreamidset command, FDB entry is getting created.

Please suggest how to address this problem. Is this a valid behavior to receive duplicated packet? If so what could be possible solutions to avoid this duplication behavior. Thanks.

Tags (1)
6 Replies

1,004 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello bhavya r,

Which version BSP/LSDK are you using?

Thanks,

Yiping

0 Kudos

1,004 Views
bhavya1
Contributor II

Hello Yiping,

Please find below detail

Model: NXP Layerscape 1028a RDB Board
Board: LS1028AE Rev1.0-RDB, Version: A, boot from SD

BSP : 0.3  v1.5(release):ls1028a-early-access-bsp0.3

Regards,

Bhavya R

0 Kudos

1,004 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello bhavya r,

The testing team has already verified "multicast" on LS2088ARDB with LSDK 19.09 images without any problem. This problem is fixed in LSDK 19.09.

Please download and install  LSDK 19.09 from Layerscape SDK | NXP .

Thanks,

Yiping

1,004 Views
bhavya1
Contributor II

Hello Yiping,

Please let us know if there is any particular commit we can cherry-pick or patch is available for the fix. Thanks.

Regards,

Bhavya R

0 Kudos

1,004 Views
yipingwang
NXP TechSupport
NXP TechSupport

FDB issue leading disable learning and multicast on l2switch of ls1028ardb with dash-lts kernel

0 Kudos

882 Views
cloud-wisdom
Contributor I

Hello, I have a few questions

The development environment:

eno0->swp0(external), swp1->PC

hardware:ls1028ardb

OS:Latest version openil

issue:

1 When we use LS1028A, we find that the switch does not forward multicast packets

2 Multicast is working on LSDK 19.09, is OpenIL working?

3 What is the dash-lts kernel?

0 Kudos