mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-13 09:09:58 +01:00
kernel: r8125: disable ASPM
Disable ASPM support for this NIC, fixing strange behavior problems, such as
increased latency, strange uneven throughput, etc.
With this option disabled the NIC achieves stable performance.
Upsteam r8169 driver disables ASPM by default for this NIC.
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18509
[bump release, fix commit description, split 2nd tx queue part]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit f99b39fd0c)
This commit is contained in:
parent
8204c594ce
commit
97bb0a4360
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=r8125
|
||||
PKG_VERSION:=9.015.00
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8125/releases/download/$(PKG_VERSION)
|
||||
|
|
@ -23,6 +23,7 @@ define KernelPackage/r8125
|
|||
AUTOLOAD:=$(call AutoProbe,r8125,1)
|
||||
PROVIDES:=kmod-r8169
|
||||
VARIANT:=regular
|
||||
PKG_MAKE_FLAGS += CONFIG_ASPM=n
|
||||
endef
|
||||
|
||||
define KernelPackage/r8125-rss
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue