Skip to content
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

[syncd][topology t0] exit_and_notify after processing the event of SAI_STATUS_TABLE_FULL #654

Open
tastelike opened this issue Jul 6, 2018 · 0 comments

Comments

@tastelike
Copy link

Description

In topology t0 of the testbed, once DUT is connected to VM0100 (or other VMs), the static route entries in the VM will be sent to DUT.
It seems the routing table of DUT is not big enough for the 6K entries of both ipv4 and ipv6, and syncd receives the table full event, thus exit_and_notify.
Is the handling action meant to be for SAI_STATUS_TABLE_FULL?
Should I try to increase the routing table size, or there are other ways to proceed the tests?

Describe the results you received:
In /var/log/syslog:
sonic ERR syncd: _brcm_sai_l3_route_config:1095 L3 route add failed with error Table full (0xfffffffa).
sonic ERR syncd: brcm_sai_create_route_entry:340 L3 route add failed with error -13.
sonic ERR syncd: :- processEvent: attr: SAI_ROUTE_ENTRY_ATTR_NEXT_HOP_ID: oid:0x50000000006a0
sonic ERR syncd: :- processEvent: failed to execute api: create, key: SAI_OBJECT_TYPE_ROUTE_ENTRY:{"dest":"20c0:aef0::/64","switch_id":"oid:0x21000000000000","vr":"oid:0x3000000000024"}, status: SAI_STATUS_TABLE_FULL
sonic ERR syncd: :- syncd_main: Runtime error: :- processEvent: failed to execute api: create, key: SAI_OBJECT_TYPE_ROUTE_ENTRY:{"dest":"20c0:aef0::/64","switch_id":"oid:0x21000000000000","vr":"oid:0x3000000000024"}, status: SAI_STATUS_TABLE_FULL
sonic NOTICE syncd: :- exit_and_notify: sending switch_shutdown_request notification to OA
sonic NOTICE syncd: :- exit_and_notify: notification send successfull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant