-
Notifications
You must be signed in to change notification settings - Fork 147
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
DOCA Source Stage improvements #1475
DOCA Source Stage improvements #1475
Conversation
Upgrade DOCA source stage API from 2.2 to 2.5 Signed-off-by: Elena Agostini <[email protected]>
Several features added: - Possibility to chose between UDP or TCP traffic - Receiver kernel now is persistent - Multiple queues enabled (load balancing of traffic) Signed-off-by: Elena Agostini <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good outside of styles and leftover commented code. To get this passing CI you will need to run ./ci/scripts/fix_all.sh
from the Morpheus repository root with the Morpheus conda environment activated. That will adjust code styles, which means you will need to make a new commit. If there are still issues with CI, we can look in to them more closesly, and depending on how involved they are I may be able to make the updates.
You will also need to merge latest.
/ok to test |
copyright headers
Signed-off-by: eagostini <[email protected]>
/ok to test |
…o branch-24.03-doca
Run `./ci/scripts/fix_all.sh`
/ok to test |
make flake8 happy
/ok to test |
make yapf happy
/ok to test |
/merge |
b939b3d
into
nv-morpheus:branch-24.03
Upgrade DOCA source stage API from 2.2 to 2.5 + code restyle
Waiting on