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

Upgrading to DPDK 23.11 #27

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Upgrading to DPDK 23.11 #27

wants to merge 5 commits into from

Conversation

sarsanaee
Copy link
Collaborator

Hi,

This is not really ready right now, but it compiles and runs.

I have created this pull request to start having a discussion on how we would want to do some of the stuff that I may have questions about.

There is an issue with parsing the DPDK PCI address in newer versions of DPDK that we should have a discussion about how to do best here.

Also, there are a little bit more changes needed in our documentation. That I will do once we finish the PCI address parsing.

Thanks,
Alireza

@sarsanaee sarsanaee added the enhancement New feature or request label Jan 11, 2024
@sarsanaee sarsanaee self-assigned this Jan 11, 2024
  * Dockerfile now clones and installs new DPDK
  * Also our internal documentation suggests using DPDK 23.11

Signed-off-by: Alireza Sanaee [email protected]
@@ -4,21 +4,28 @@
#include <ether.h>
#include <packet_pool.h>
#include <rte_bus_pci.h>
// #include <rte_bus_pci.h>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please completely remove any unneeded headers/code.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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

Successfully merging this pull request may close these issues.

2 participants