Skip to content

Refactor buffer management and update configuration handling#456

Draft
KeithWiles wants to merge 3 commits intoCloudNativeDataPlane:mainfrom
KeithWiles:mbuf-build-updates
Draft

Refactor buffer management and update configuration handling#456
KeithWiles wants to merge 3 commits intoCloudNativeDataPlane:mainfrom
KeithWiles:mbuf-build-updates

Conversation

@KeithWiles
Copy link
Contributor

  • Added support for unaligned buffers in the buffer management structure.
  • Renamed buffer management functions and updated their signatures to use mbuf_t for better type safety.
  • Updated the parsing of JSON configuration to include a new option for unaligned buffers.
  • Changed the handling of buffer sizes and headroom to improve clarity and consistency.
  • Modified the xskdev interface to accommodate the new buffer management structure and functions.
  • Improved error handling and logging for buffer management operations.
  • The uintr file needs '-mtls-dialect-gnu2' to build the uintr_handler.c file.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 13 out of 13 changed files in this pull request and generated 7 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Added support for unaligned buffers in the buffer management structure.
- Renamed buffer management functions and updated their signatures to use mbuf_t for better type safety.
- Updated the parsing of JSON configuration to include a new option for unaligned buffers.
- Changed the handling of buffer sizes and headroom to improve clarity and consistency.
- Modified the xskdev interface to accommodate the new buffer management structure and functions.
- Improved error handling and logging for buffer management operations.
- The uintr file needs '-mtls-dialect-gnu2' to build the uintr_handler.c file.

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
@KeithWiles KeithWiles marked this pull request as draft February 24, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants