Skip to content
Snippets Groups Projects

Fix compile error on arm64

Merged Avijit Pandey requested to merge voer-298-latest-pktgen-dpdk into master

On x86_64 and arm32, RTE_CACHE_LINE_SIZE is 64. On arm64 it's 128. Latsamp_status is an array of cache aligned values, so sizeof(latsamp_stats_t) needs to be divisible by 128 for pktgen to compile on arm64.

Signed-off-by: David Albert davidbalbert@gmail.com

Merge request reports

Merged by Md Safiyat RezaMd Safiyat Reza 2 years ago (Aug 11, 2023 9:14am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading