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

Changes needed with dpdk 22.11 #93

Closed
dingp opened this issue Sep 26, 2023 · 0 comments · Fixed by #95
Closed

Changes needed with dpdk 22.11 #93

dingp opened this issue Sep 26, 2023 · 0 comments · Fixed by #95
Assignees
Labels
version change Package needs a version bump

Comments

@dingp
Copy link
Contributor

dingp commented Sep 26, 2023

I have deployed dpdk 22.11 to cvmfs and tested the build of current develop head e6ac26c.

The build ended up with errors related to two changes in the new dpdk version:

  1. split_hdr_size got removed in structure rte_eth_rxmode in dpdk 22.11, changes are needed in:
  • dpdklibs/include/dpdklibs/EALSetup.hpp
  • dpdklibs/include/dpdklibs/RTEIfaceSetup.hpp;
  1. Removed deprecated DEV_RX_OFFLOAD_* and DEV_TX_OFFLOAD_ defines in dpdk 22.11, and need to use corresponding defines with RTE_ETH_RX_OFFLOAD_ and RTE_ETH_TX_OFFLOAD_ prefix instead. Changes are needed in:
  • dpdklibs/test/apps/test_arp_response.cxx
  • dpdklibs/test/apps/test_dpdk_stats.cxx
  • dpdklibs/test/apps/test_dpdk_stats.cxx:

For reference, here is the relevant release notes.

@roland-sipos roland-sipos self-assigned this Oct 11, 2023
@roland-sipos roland-sipos added the version change Package needs a version bump label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version change Package needs a version bump
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants