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

Add AF_XDP notification and query for NIC checksum offload state #767

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

mtfriesen
Copy link
Contributor

Description

Describe the purpose of and changes within this Pull Request.

Add a mechanism for AF_XDP sockets to be notified of NIC transmit offload configuration changes: a ring flag indicating a change, and a query IOCTL to retrieve the current state. Resolves #34.

Testing

Do any existing tests cover this change? Are new tests needed?

Added functional and spin tests.

Documentation

Is there any documentation impact for this change?

Experimental, description included in headers.

Installation

Is there any installer impact for this change?

No.

@mtfriesen mtfriesen added feature request New feature or request offloads Hardware and software offloads labels Dec 17, 2024
@mtfriesen mtfriesen requested a review from a team as a code owner December 17, 2024 22:19
@mtfriesen mtfriesen enabled auto-merge (squash) December 18, 2024 15:23
@mtfriesen mtfriesen merged commit bd48277 into main Dec 18, 2024
53 checks passed
@mtfriesen mtfriesen deleted the mtfriesen/offload_checksum_if_state branch December 18, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request offloads Hardware and software offloads
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement checksum offload
2 participants