[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1456107239-7742-1-git-send-email-gangfeng.huang@ni.com>
Date: Mon, 22 Feb 2016 10:13:59 +0800
From: Gangfeng Huang <gangfeng.huang@...com>
To: joshc@...com, brad.mouring@...com, rishika.gupta@...com,
gratian.crisan@...com, xander.huff@...com, james.minor@...com,
joshua.hernstrom@...com, adrian.ratiu@...com
Cc: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
linux-kernel@...r.kernel.org, Sheng Wang <sheng.wang@...com>
Subject: [PATCH] nati_x86_64_defconfig: Enable some net QoS modules
From: Sheng Wang <sheng.wang@...com>
NI-TSN needs to send packets in a dedicated NIC queue which is different
with Best Effort, it depends on these QoS related modules support.
Signed-off-by: Sheng Wang <sheng.wang@...com>
Natinst-CAR-ID: 537122
Natinst-ReviewBoard-ID: 127478
---
arch/x86/configs/nati_x86_64_defconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/x86/configs/nati_x86_64_defconfig b/arch/x86/configs/nati_x86_64_defconfig
index d849e6b..4100aaa 100644
--- a/arch/x86/configs/nati_x86_64_defconfig
+++ b/arch/x86/configs/nati_x86_64_defconfig
@@ -210,8 +210,13 @@ CONFIG_L2TP_ETH=m
CONFIG_BRIDGE=m
CONFIG_VLAN_8021Q=m
CONFIG_NET_SCHED=y
+CONFIG_NET_SCH_MULTIQ=m
+CONFIG_NET_CLS_BASIC=m
+CONFIG_NET_CLS_U32=m
CONFIG_NET_EMATCH=y
+CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_CLS_ACT=y
+CONFIG_NET_ACT_SKBEDIT=m
CONFIG_DNS_RESOLVER=y
CONFIG_BPF_JIT=y
CONFIG_BT=m
--
1.7.9.5
Powered by blists - more mailing lists