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

ICMP packets sent from/to VM behind NAT or LB cannot be offloaded #563

Closed byteocean closed 4 months ago

byteocean commented 5 months ago

The reason for that is that, current mlnx driver does not natively support changing ICMP ports via action., and attempts to install offloading rules are going to fail. Thus, as icmp pkt rate is quite low, it needs to bypass offloading attempt for these pkts.

byteocean commented 5 months ago

fixed by #560