mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
r8125/r8126: improve transmit performance
This commit is contained in:
parent
468d14896b
commit
9bfa3a936d
@ -33,7 +33,9 @@ $(call KernelPackage/r8125)
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),rss)
|
ifeq ($(BUILD_VARIANT),rss)
|
||||||
PKG_MAKE_FLAGS += ENABLE_RSS_SUPPORT=y
|
PKG_MAKE_FLAGS += \
|
||||||
|
ENABLE_RSS_SUPPORT=y \
|
||||||
|
ENABLE_MULTIPLE_TX_QUEUE=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_MAKE_FLAGS += CONFIG_ASPM=n
|
PKG_MAKE_FLAGS += CONFIG_ASPM=n
|
||||||
|
@ -33,7 +33,9 @@ $(call KernelPackage/r8126)
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),rss)
|
ifeq ($(BUILD_VARIANT),rss)
|
||||||
PKG_MAKE_FLAGS += ENABLE_RSS_SUPPORT=y
|
PKG_MAKE_FLAGS += \
|
||||||
|
ENABLE_RSS_SUPPORT=y \
|
||||||
|
ENABLE_MULTIPLE_TX_QUEUE=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_MAKE_FLAGS += CONFIG_ASPM=n
|
PKG_MAKE_FLAGS += CONFIG_ASPM=n
|
||||||
|
Loading…
Reference in New Issue
Block a user