-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
lib: revert datastructure reverts... #4229
Conversation
This restores the full changeset from FRRouting#3045, by reverting reverts: - Revert "lib: use DECLARE_SKIPLIST for timers instead of pqueue" - Revert "lib: remove pqueue_*" Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This is for testing purposes only, right? |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-7412/ This is a comment from an automated CI system. Warnings Generated during build:Checkout code: Successful with additional warnings
CLANG Static Analyzer Summary
12 Static Analyzer issues remaining.See details at |
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
No; the reverts that I stacked on #3045 were for testing purposes, but since that got merged with the testing reverts, this PR restores the full changeset. Either way now we can try and figure out wtf the cause is of those weird timing results you reported... can you please run those tests a few more times so we have timing + deviation info? |
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
I'm still seeing a notable processing time increase on vpn route addition (the same 50000 routes coming from two CPEs, time to all 100K routes seen in VPN instance): 17.4 is time to add routes It should be possible to modify tests/topotests/bgp_l3vpn_to_bgp_vrf to do this same test - maybe via sharpd. |
Closing this - doing another rework. |
CI:rerun |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-7748/ This is a comment from an automated CI system. Warnings Generated during build:Checkout code: Successful with additional warnings
CLANG Static Analyzer Summary
No Changes in Static Analysis warnings compared to base12 Static Analyzer issues remaining.See details at |
This restores the full changeset from #3045, by reverting reverts:
Signed-off-by: David Lamparter equinox@opensourcerouting.org