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]# 
  • 相关阅读:
    视觉里程计VO-直接法
    Linux安装libcholmod-dev找不到的解决方法
    Levenberg-Marquadt Method
    Gauss-Newton Method
    CMake
    方差 标准差 协方差
    SFM
    矩阵分解
    kvm学习笔记
    python学习笔记
  • 原文地址:https://www.cnblogs.com/dream397/p/13692434.html
Copyright © 2011-2022 走看看