Skip to content

Why the ip header checksum field of the IP(ICMP) packet sent by F-stack is '0' #317

@TrevorTaoARM

Description

@TrevorTaoARM

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:
image
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
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions