zoukankan      html  css  js  c++  java
  • ethtool --offload

           ethtool --show-offload  enahisic2i3
      ethtool --show-offload  enahisic2i3 | grep checksum offload
      ethtool --show-offload  enahisic2i3 | grep checksum
      ethtool --offload enahisic2i3 rx off tx off
      ethtool --offload enahisic2i3 rx on tx on
    [root@bogon tcp]# ethtool --offload enahisic2i3 rx off tx off
    Actual changes:
    rx-checksumming: off
    tx-checksumming: off
            tx-checksum-ipv4: off
            tx-checksum-ipv6: off
    tcp-segmentation-offload: off
            tx-tcp-segmentation: off [requested on]
            tx-tcp6-segmentation: off [requested on]
    [root@bogon tcp]# ethtool --offload enahisic2i3 rx on tx on
    Actual changes:
    rx-checksumming: on
    tx-checksumming: on
            tx-checksum-ipv4: on
            tx-checksum-ipv6: on
    tcp-segmentation-offload: on
            tx-tcp-segmentation: on
            tx-tcp6-segmentation: on
    [root@bogon tcp]# 
  • 相关阅读:
    bzoj1505 [NOI2004]小H的小屋
    最大值
    数学
    OI中的快速傅里叶变换(FFT)
    旅游规划
    加分二叉树
    浅谈 字符串hash
    二分的弟弟“三分”
    Trie树(c++)
    克鲁斯卡尔
  • 原文地址:https://www.cnblogs.com/dream397/p/13692434.html
Copyright © 2011-2022 走看看