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

Gmac rx buf len fix #261

Merged
merged 2 commits into from
May 29, 2024
Merged

Gmac rx buf len fix #261

merged 2 commits into from
May 29, 2024

Conversation

jnippula
Copy link

@jnippula jnippula commented May 29, 2024

gmac rx dma buffer is 64 byte aligned, so mix gmac_rx_unitsize to be aligned with that.

Relocate the UNITSIZE defines after the GMAC_MAX_FRAMELEN define to be able to use that

Copy link

@pussuw pussuw left a comment

Choose a reason for hiding this comment

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

LGTM

@jnippula jnippula force-pushed the gmac_rx_buf_len_fix branch 3 times, most recently from a448381 to e182aa4 Compare May 29, 2024 11:02
@jnippula
Copy link
Author

jnippula commented May 29, 2024

Once more, now with 64 byte alignment

@jnippula jnippula requested a review from pussuw May 29, 2024 11:18
Verify that GMAC RX/TX buffers are 64 byte aligned
@jnippula
Copy link
Author

Changed the macro name to clarify alignment is related to size, not start address.

@jnippula jnippula merged commit 98d9404 into master May 29, 2024
11 checks passed
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