Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: improve GRO performance | Felix Fietkau | 2024-04-26 |
For packets not belonging to a local socket, use fraglist GRO instead of regular GRO. This make segmenting packets very cheap and avoids the need for selectively disabling GRO Signed-off-by: Felix Fietkau <nbd@nbd.name> |