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

FromDPDKDevice(FLOW_RULES_FILE) only work with DPDK<=21.11 #391

Open
pogobanane opened this issue Mar 18, 2024 · 2 comments
Open

FromDPDKDevice(FLOW_RULES_FILE) only work with DPDK<=21.11 #391

pogobanane opened this issue Mar 18, 2024 · 2 comments
Assignees
Labels

Comments

@pogobanane
Copy link

To make it work with dpdk 22.11, we have to patch a variable in flowruleparser.hh (see [1]).

To make it work with dpdk 23.07, we need additional patches (see [2]).

[1] vmuxIO/vmuxIO@b890b88
[2] vmuxIO/vmuxIO@1a9cab2

@tbarbette
Copy link
Owner

Great ! Thanks ! I'll include them with the proper ifdefs.

Did you do a runtime test or that's just for compilation?

@pogobanane
Copy link
Author

I did runtime tests with an Intel E810.

@tbarbette tbarbette added the bug label Aug 22, 2024
@tbarbette tbarbette self-assigned this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants