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

Increase normal packet mempool member size #612

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

PlagueCZ
Copy link
Contributor

@PlagueCZ PlagueCZ commented Oct 1, 2024

This is a hotfix for the previous change to mempool sizes. I forgot about adding the IPv6 tunnel header because OSC uses MTU 1400 in its VMs.

I wanted to add a pytest for some maximum MTU, however (with tap devices at least) DPDK stops being able to push the packet to an interface sooner than the memory limit is reached.

This does however fix a problem using Mellanox with VMs having 1500 MTU, I have tested in my local setup.

@github-actions github-actions bot added size/XS bug Something isn't working labels Oct 1, 2024
@PlagueCZ PlagueCZ marked this pull request as ready for review October 1, 2024 14:27
@PlagueCZ PlagueCZ requested a review from a team as a code owner October 1, 2024 14:27
@PlagueCZ PlagueCZ requested a review from guvenc October 1, 2024 14:27
@byteocean
Copy link
Contributor

I saw the same change in #614. This one seems to need to be merged before that one. Or just merge #614 and close this one?

@PlagueCZ
Copy link
Contributor Author

PlagueCZ commented Oct 2, 2024

Yes, this was a hotfix from yesterday that I already discussed with @guvenc as it breaks operation on SAP side. I would think that the bigger PR takes more time to approve, so it's also separate here.

Copy link
Collaborator

@guvenc guvenc left a comment

Choose a reason for hiding this comment

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

Thanks

@guvenc guvenc merged commit 85a00cd into main Oct 2, 2024
6 checks passed
@guvenc guvenc deleted the fix/mempool_size branch October 2, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants