ironcore-dev / dpservice

DPDK based fast Dataplane / L3 router / SDN enabler, installable on compute nodes / SmartNICs
Apache License 2.0
7 stars 1 forks source link

Increase normal packet mempool member size #612

Closed PlagueCZ closed 4 weeks ago

PlagueCZ commented 4 weeks ago

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.

byteocean commented 4 weeks ago

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 commented 4 weeks ago

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.