-
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
SONiC swss and syncd Exited in brcm when create a subinterface #6167
Comments
@wendani , could you comment? |
@wendani , could you comment? |
also when I send
|
@wendani - Could you please look into this issue. |
log.txt misses the line complaining process exit. Can you attach a complete one? |
|
Can you fix the following issue fist? This is not related to sub interface.
|
I try to fix it and reported the result here. tnx |
@wendani
|
Looks like error comes from brcm sai. What brcm sai version you are using? |
|
There was sai spec change from SAI_ROUTER_INTERFACE_ATTR_VLAN_ID (enum value 3) to SAI_ROUTER_INTERFACE_ATTR_OUTER_VLAN_ID (enum value 4) in creating a RIF type sub port opencomputeproject/SAI#998 The implementation is not updated to the sai spec change You can change loglevel on ROUTER_INTERFACE to get more info
|
Can you try on the latest 4.3.3.3 #7090 |
This problem was persist via new version. BRCM SAI ver : 4.3.3.4 OCP SAI ver 1.7.1 and SDK ver sdk-6.5.21 |
Any idea if this will be fixed any time soon? May 5 13:29:32.432460 sonic DEBUG bgp#bgpcfgd: Received message : '('Ethernet42.101', 'SET', (('vrf', ''),))' i need to use it together with this functionality, attaching subinterface to vrf: |
just to keep info complete, tested with:
|
Looks like an sdk error - |
yes this is TD3 |
by the way, again for completeness, wendani pointed out that on the 202012 branch there is a slightly newer brcm sai version, 4.3.3.5-3 instaid of 4.3.3.5-1, from https://github.com/Azure/sonic-buildimage/pull/7728/files, which is also related to subinterfaces, but the newer lib stil gives the same issue. |
sub-interface still not working in BRCM SAI 5.0.0.6 |
Hi, I am still seeing same issue on AS7726-32X platform using 202111 branch. Is this resolved on any other branch ? |
Hi, Is this thread active ? |
Hi No, The problem resolved. It was because of Broadcom SAI which has been resolved. Thanks |
Hi, Which Broadcom SAI version did you use ? |
I still have this problem on Tomahawk running 2022.11: BRCM SAI ver: [7.1.111.1], OCP SAI ver: [1.11.0], SDK ver: [sdk-6.5.24] |
The problem is still present in 202311. Attaching syslog of the issue right after issuing a Output of show version:
Broadcom SAI version:
@JafarSeyedi can you check again if the problem is fixed in Broadcom SAI? |
Hello Guys !
I try to create subinterface (subport) but after creating my switch was crashed !
SONiC Software Version: SONiC.master.0-dirty-20201104.075431
Distribution: Debian 10.6
Kernel: 4.19.0-9-2-amd64
Build commit: 3a4435e
ASIC: broadcom (tomahawk)
I use this command to create subinterface
config interface ip add EthernetX.Y A.B.C.D/M
you can see my
cat syslog | grep Ethernet104
log.txt
The text was updated successfully, but these errors were encountered: