-
Notifications
You must be signed in to change notification settings - Fork 6
Migrate to DPDK25.11 LTS #750
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
Conversation
|
Should we not use the new DPDK macros for packed structures instead of using gcc-based ones? Not sure how we discussed it last time. Where did the MTU patch reversal go? It was needed to not break stuff (force MTU to 1500 on PF0/1) on the host. |
|
you meant |
Yes. I do not remember the result of our discussion last time, but I think we should use them, then if we want to go back to DPDK24, we can simply define them ourselves as (none) and But maybe we found a reason why use the GCC ones, though I do not remember. |
|
@byteocean |
yes, 'accidentally'. |
PlagueCZ
left a comment
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.
Tested in OSC lab environment, seems to be working. Quick tests did not show a problem with performance.
No deep testing has been done, though.
guvenc
left a comment
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.
LGTM
Prepared to migrate to DPDK25.11 LTS