Page MenuHomeVyOS Platform

Add LRO offload for interface ethernet
Closed, ResolvedPublicFEATURE REQUEST

Description

Add LRO (Large Receive Offload ) offload.

set interfaces ethernet ethx offload lro

ethtool:

sudo ethtool -K eth1 lro on

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Improvement (missing useful functionality)

Event Timeline

Viacheslav renamed this task from Add LRO offload to Add LRO offload for interface ethernet.Jun 17 2021, 6:08 PM

Works fine VyOS 1.4-rolling-202106180929

vyos@r1-roll# set interfaces ethernet eth1 offload lro 
[edit]
vyos@r1-roll# commit
[edit]
vyos@r1-roll# sudo ethtool -k eth1 | match large-receive-offload
large-receive-offload: on
[edit]
vyos@r1-roll#

Can be cherry-picked to 1.3

c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus board.
c-po moved this task from Backport Candidates to Finished on the VyOS 1.4 Sagitta board.
SrividyaA set Issue type to Improvement (missing useful functionality).Aug 31 2021, 6:26 PM