-
Notifications
You must be signed in to change notification settings - Fork 715
Improved smart pointer usages to KniDevice and DpdkDevice. #1901
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
base: dev
Are you sure you want to change the base?
Conversation
@Dimi1010 did you have a chance to run the DPDK test locally? |
Unfortunately, no. :/ I mostly have it setup to validate it can build, but unsure how, or even if it can be setup to run on WSL, and I don't have a bare-metal Unix OS currently. |
I don't think DPDK can run in WSL 😕 |
Sure, I can try to set one up, if you know it can run there. :) |
You can follow the instructions here: https://pcapplusplus.github.io/docs/dpdk |
BTW, maybe at some point we need to figure out how to run DPDK tests in CI, but I gave some thought to it and it won't be easy... |
the docs still say we test against ubuntu 20.04 and 22.04 when the CI runs on 22.04 and 24.04 |
This PR rewrites some functions that were using manual lifetime tracking with
std::unique_ptr
.