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

Bridge: Filtering DB does not full support the aging time #29

Closed
acloudiator opened this issue Dec 18, 2018 · 1 comment
Closed

Bridge: Filtering DB does not full support the aging time #29

acloudiator opened this issue Dec 18, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed service/bridge

Comments

@acloudiator
Copy link
Contributor

Although we have implemented an algorithm that deletes entries when they are not used [1], this implementation presents many limitations and complications.
There is not so much that we can do from our side, this limitation requires an extension to the eBPF maps.
[1] https://github.com/polycube-network/polycube/blob/master/src/services/pcn-bridge/src/Bridge.h#L167-L175
-Mauricio

@mauriciovasquezbernal
Copy link
Contributor

I think that the solution implemented to prune too old entries in the bridge is fine and not extensions to the eBPF maps are really needed now, so closing this:
https://github.com/polycube-network/polycube/blob/master/src/services/pcn-bridge/src/Bridge_dp.c#L280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed service/bridge
Projects
None yet
Development

No branches or pull requests

2 participants