Skip to content

Improve AF_XDP pipeline#18

Merged
pgigis merged 2 commits intomainfrom
improve_xdp_pipeline
Apr 30, 2026
Merged

Improve AF_XDP pipeline#18
pgigis merged 2 commits intomainfrom
improve_xdp_pipeline

Conversation

@pgigis
Copy link
Copy Markdown
Owner

@pgigis pgigis commented Apr 30, 2026

Summary

This PR simplifies the XDP pipeline by reducing coordination in the hot path, making drop/aggregate handling more scalable, and clarifying how packets move through ingress and forwarding paths.

Testing

  • cmake -S . -B build && cmake --build build
  • Unit tests (ctest --test-dir build) if available
  • [] Other (describe):

Notes

  • Behavior changes include clearer separation between raw_socket and raw_nic, with raw_nic now treated as a true L2 replay path.
  • CLI defaults no longer silently override YAML configuration unless the corresponding flags are explicitly provided.
  • Example configs and docs were updated to reflect the intended ingress/egress behavior more clearly.

@pgigis pgigis changed the title Improve xdp pipeline Improve AF_XDP pipeline Apr 30, 2026
@pgigis pgigis merged commit 368d215 into main Apr 30, 2026
1 check passed
@pgigis pgigis self-assigned this Apr 30, 2026
@pgigis pgigis deleted the improve_xdp_pipeline branch May 4, 2026 08:01
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.

1 participant