When I start f-stack with /usr/local/nginx_fstack/sbin/nginx on my arm64 server, I 'ping' the fstack(dpdk) port from another host,
and the ping can not get the desired result.
I used tcpdump to capture the ping(ICMP) packet, and found that the value of IP header checksum field in the ICMP reply packet sent by the fstack is 0, which is not the desired result by the host.
The capture of the packet is showed by Wireshark here:

Can you tell me why the IP header cksum field is 0?
And the f-stack.conf is set as default:
...
TCP segment offload, default: disabled.
tso=0
...