Эх сурвалжийг харах

qcacld-3.0: Enable scatter gather feature for msm8996 platform

Enable the scatter gather feature for msm8996 platform to improve
the TCP TX throughput.

Change-Id: I634f48baf2f1f57aa89030acab37ada798ce7d2c
CRs-Fixed: 2344092
Tiger Yu 6 жил өмнө
parent
commit
287056c463
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      Kbuild

+ 8 - 0
Kbuild

@@ -2162,6 +2162,14 @@ cppflags-y += -DSYNC_IPA_READY
 endif
 
 ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
+CONFIG_FEATURE_SG := y
+endif
+
+ifeq ($(CONFIG_ARCH_MSM8996), y)
+CONFIG_FEATURE_SG := y
+endif
+
+ifeq ($(CONFIG_FEATURE_SG), y)
 cppflags-y += -DFEATURE_SG
 endif