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

Git ignore .gcda and .gcno in all folders #121

Closed
wants to merge 5 commits into from
Closed

Conversation

stephenxs
Copy link
Owner

What I did

Why I did it

How I verified it

Details if related

* [ACL] Add Tunnel Next Hop redirect support

* What I did

Add support for Tunnel Next Hop as the Redirect Action in ACL Rules
Supported schema for REDIRECT_ACTION field : <ip>@<tunnel_name> (Eg: 20.0.0.3@tunnel0)
Add a new Macro in the SAI mocking infra to clear extern mock_fns set
* [tests]: Fix a typo in SRv6 locator prefix
The current SRv6 test cases have a typo in the prefix length of the locator. This PR fixes the prefix length.
theasianpianist and others added 3 commits January 28, 2025 15:17
What I did
Force orchagent to use jemalloc instead of the standard glibc malloc implementation.

Why I did it
Glibc's malloc implementation can result in memory fragmentation which prevents orchagent from returning freed memory to the kernel - this results in excessively high memory utilization.
…ic-net#3383)

* VXLAN: Fix oper_status and tunnel encapsulation TTL

This fixes 2 issues across a range of open tickets building upon patches
created by others with modifications as requested by @VladimirKuk.

The first issue this resolves is the status shown for remote vteps
which in the fact that it is wrong makes debugging nearly impossible:
```
+------------+------------+-------------------+--------------+
| SIP        | DIP        | Creation Source   | OperStatus   |
+============+============+===================+==============+
| 172.16.0.1 | 172.16.0.2 | EVPN              | oper_down    |
+------------+------------+-------------------+--------------+
Total count : 1
```
Signed-off-by: Stephen Sun <stephens@nvidia.com>
@stephenxs stephenxs closed this Feb 4, 2025
@stephenxs stephenxs deleted the git-ignore branch February 4, 2025 02:42
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

Successfully merging this pull request may close these issues.

5 participants