-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable SA_EQUALS_DA trap on DNX LC SKUs #17206
Disable SA_EQUALS_DA trap on DNX LC SKUs #17206
Conversation
[line 864] Error: sai_disable_srcmacqedstmac_ctrl is not permitted |
@wenyiz2021 do we have ADO to track the cherry pick? |
hi @StormLiangMS I just created ADO: 26018742 to track cherry pick for 202305 |
This change was submitted directly to 202205 but it's also needed in master and 202305 with SAI9.x #13346 There has been a couple CSPs for this as well: CS00012273013 - [7.1][J2, J2c+] Disable SA Equals DA trap on DNX CS00012320965 - SAI9.2: iBGP doesn't work due to SA_EQUALS_DA trap If SA_EQUALS_DA trap is enabled iBGP won't work as the Ethernet-IB0 ports are expected to get packets with SA==DA. In the VOQ chassis design, for outgoing control plane packets, the packets goes the recycle port for routing, therefore the dmac of the packet should be the asic router mac. The source mac is assigned by the kernel, so it is also the asic router mac.
@StormLiangMS could you help to backport tp 202305 branch? ADO: 26018742 |
@arista-nwolfe PR conflicts with 202305 branch |
@arista-nwolfe |
This is a 202305 cast of this PR #17206
This change was submitted directly to
202205
but it's also needed inmaster
and202305
with SAI9.x#13346
There has been a couple CSPs for this as well:
CS00012273013 - [7.1][J2, J2c+] Disable SA Equals DA trap on DNX
CS00012320965 - SAI9.2: iBGP doesn't work due to SA_EQUALS_DA trap
If SA_EQUALS_DA trap is enabled iBGP won't work as the
Ethernet-IB0
ports are expected to get packets with SA==DA.E.G. iBGP not working:
Backport: