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

Making Bess wildcard/Exact match pipelines concurrent #211

Closed
amarsri28 opened this issue Feb 14, 2021 · 1 comment
Closed

Making Bess wildcard/Exact match pipelines concurrent #211

amarsri28 opened this issue Feb 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@amarsri28
Copy link
Contributor

Bess do not support concurrent hash table support so operation(Insert/Lookup etc) can't happen simultaneously and Daemon has to be paused for inserting Rules, which ultimately leads to packet loss.

Concurrent pipelines will also be useful when it comes to scaling and adding more pipelines parallely.
one option is to link Dpdk hash library with Bess.

@amarsri28 amarsri28 added the enhancement New feature or request label Feb 14, 2021
@amarsri28
Copy link
Contributor Author

amarsri28 commented Feb 15, 2021

patch filed for functionality & following PR's merged already for implementation of this functionality.

#208
#198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant