Rate This Document
Findability
Accuracy
Completeness
Readability

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