-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update packages and pointers to use SAI1.6 headers. #4597
Conversation
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
[Mellanox] Update SAI (release:v1.16.3; API:v1.6)
build failures |
retest broadcom please |
… 1.16.3 (API:v1.6) Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
[Mellanox] Update SDK to 4.4.0914 and FW to xx.2007.1112 to match SAI…
retest vs please |
retest mellanox please |
why are mellanox and vs failing? |
retest vs please |
retest mellanox please |
@smaheshm, what is the issue here? |
BGP GR livelock test fails due to veth interface is in 'DOWN' state. For some reason 'veth' I/F (eth1, eth2) goes down once the docker VS comes up. This doesn't happen in earlier release. There's a netlink down event generated for eth1 (and eth2) once VS image comes up but I don't see the any message in syslog to shut down the eth1 I/F. Added an explicit i/f up command in the BGP GR livelock test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smaheshm, what is the issue here?
BGP GR livelock test fails due to veth interface is in 'DOWN' state.
For some reason 'veth' I/F (eth1, eth2) goes down once the docker VS comes up. This doesn't happen in earlier release.
There's a netlink down event generated for eth1 (and eth2) once VS image comes up but I don't see the any message in syslog to shut down the eth1 I/F.
Added an explicit i/f up command in the BGP GR livelock test.
@kcudnik is this happening because of some change in vslib/src/SwitchStateBaseHostif.cpp.
There is some change in logic of ifup.
Can you check.
@@ -15,6 +15,8 @@ def test_InvalidNexthop(dvs, testlog): | |||
dvs.servers[0].runcmd("ip addr add fc00::2/126 dev eth0") | |||
dvs.servers[0].runcmd("ifconfig eth0 up") | |||
|
|||
dvs.runcmd("ip link set dev eth1 up") | |||
dvs.runcmd("ip link set dev eth2 up") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this happening because of change in vslib/src/SwitchStateBaseHostif.cpp ? I see this file has some change in logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abdosi is correct. this is due to this pr. sonic-net/sonic-sairedis@0b43cab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should do something similiar to this. sonic-net/sonic-swss@aa116f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the correct fix should be line 13 should be changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smaheshm , what's the resolution of this? Are these comments fully resolved? Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kcudnik, did you get a chance to check this one? Thanks.
@@ -20,6 +20,8 @@ def test_bounce(dvs, testlog): | |||
dvs.servers[1].runcmd("ip addr add 10.0.0.3/31 dev eth0") | |||
dvs.servers[1].runcmd("ifconfig eth0 up") | |||
|
|||
dvs.runcmd("ip link set dev eth1 up") | |||
dvs.runcmd("ip link set dev eth2 up") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above.
who is going to fix the mellanox build issue? |
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
[Mellanox] Update SAI (release:v1.16.3.2; API:v1.6)
…o undid the previous change'
retest vsimage please |
1 similar comment
retest vsimage please |
can you update your commit message to list all the commit message for the submodule update? |
frankly speaking, the commit message in the pr fb6916f is really confusing, lots of useless immediate information. Please be careful about the commit message. You need to craft a clear commit message when you merge it. |
Got it, will edit the commit message before merging. |
- Why I did it
Update sonic-sairedis pointer to use SAI1.6 headers
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)