小编Ekk*_*kko的帖子

如何禁用已修复的 tx-checksum-ipv4

我想用 ethtool 禁用 tx-checksum-ipv4 这是输出

ethtool -k eth0
Features for eth0:
rx-checksumming: off [fixed]
tx-checksumming: on
    tx-checksum-ipv4: on [fixed]
    tx-checksum-ip-generic: off [fixed]
    tx-checksum-ipv6: off [fixed]
    tx-checksum-fcoe-crc: off [fixed]
    tx-checksum-sctp: off [fixed]
scatter-gather: on
    tx-scatter-gather: on [fixed]
    tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: off
    tx-tcp-segmentation: off [fixed]
    tx-tcp-ecn-segmentation: off [fixed]
    tx-tcp6-segmentation: off [fixed]
udp-fragmentation-offload: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: off [fixed]
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off …
Run Code Online (Sandbox Code Playgroud)

networking

5
推荐指数
1
解决办法
1952
查看次数

如何在X86 PC上为arm编译gcc编译器

我正在使用 zedboard,我知道如果我想为 ARM 设备编译程序,我需要一个在 x86 下运行并为 ARM 编译(交叉编译)的特殊版本的 gcc,我想知道是否可以从x86 上的源代码(将在 ARM 上使用),以及如何配置它,我不知道如何配置它。

c c++ gcc arm

5
推荐指数
2
解决办法
2万
查看次数

标签 统计

arm ×1

c ×1

c++ ×1

gcc ×1

networking ×1