我要评分
获取效率
正确性
完整性
易理解

Enabling LRO

Purpose

The Hi1822 NICs support large receive offload (LRO). You can enable this function and set the LRO parameter properly.

Procedure

  1. Check whether the value of the LRO parameter is set to on. The default value is off. Assume that the current NIC name is enp131s0.
    1
    ethtool -k enp131s0
    

  2. Enable LRO.
    1
    ethtool -K enp131s0 lro on
    
  3. Check whether the value of the LRO parameter is set to on.
    1
    ethtool -k enp131s0