Skip to content

Commit a42c06d

Browse files
dissent1Noltari
authored andcommitted
kernel: r8125: rss: enable ENABLE_MULTIPLE_TX_QUEUE
We need both ENABLE_RSS_SUPPORT and ENABLE_MULTIPLE_TX_QUEUE in order to support multiple RX and TX queues. Signed-off-by: Pavel Kubelun <be.dissent@gmail.com> Link: openwrt/openwrt#18509 [bump release, improve commit description and package changes] Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit d127963)
1 parent ec82f45 commit a42c06d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package/kernel/r8125/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=r8125
44
PKG_VERSION:=9.015.00
5-
PKG_RELEASE:=3
5+
PKG_RELEASE:=4
66

77
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
88
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8125/releases/download/$(PKG_VERSION)
@@ -34,7 +34,9 @@ $(call KernelPackage/r8125)
3434
endef
3535

3636
ifeq ($(BUILD_VARIANT),rss)
37-
PKG_MAKE_FLAGS += ENABLE_RSS_SUPPORT=y
37+
PKG_MAKE_FLAGS += \
38+
ENABLE_MULTIPLE_TX_QUEUE=y \
39+
ENABLE_RSS_SUPPORT=y
3840
endif
3941

4042
define Build/Compile

0 commit comments

Comments
 (0)