We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
mauriciovasquezbernal
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: