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

gnrc/nib: cache out oldest nib entry if nib is full #18189

Closed
wants to merge 1 commit into from

Conversation

benpicco
Copy link
Contributor

@benpicco benpicco commented Jun 9, 2022

Contribution description

Testing procedure

Issues/PRs references

#18164

@github-actions github-actions bot added Area: network Area: Networking Area: sys Area: System labels Jun 9, 2022
res->mode = _NC;
res = _replace_onl_entry(tmp, addr, iface, cstate);
} else {
uint32_t timeout = _evtimer_lookup(&tmp->nud_timeout, GNRC_IPV6_NIB_REACH_TIMEOUT);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm that doesn't appear to work, always returns 4294967295

@benpicco benpicco added the Community: help wanted The contributors require help from other members of the community label Oct 13, 2022
@benpicco benpicco added the State: WIP State: The PR is still work-in-progress and its code is not in its final presentable form yet label Nov 10, 2022
@benpicco
Copy link
Contributor Author

This approach does not work.

@benpicco benpicco closed this Nov 10, 2022
@benpicco benpicco deleted the _cache_out_onl_entry-lru branch November 10, 2022 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Area: sys Area: System Community: help wanted The contributors require help from other members of the community State: WIP State: The PR is still work-in-progress and its code is not in its final presentable form yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant