Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339067 > unrolled thread
| Started by | Gangfeng Huang <gangfeng.huang@ni.com> |
|---|---|
| First post | 2016-02-22 03:20 +0100 |
| Last post | 2016-02-22 06:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] nati_x86_64_defconfig: Enable some net QoS modules Gangfeng Huang <gangfeng.huang@ni.com> - 2016-02-22 03:20 +0100
RE: [PATCH] nati_x86_64_defconfig: Enable some net QoS modules Sheng Wang <sheng.wang@ni.com> - 2016-02-22 06:40 +0100
| From | Gangfeng Huang <gangfeng.huang@ni.com> |
|---|---|
| Date | 2016-02-22 03:20 +0100 |
| Subject | [PATCH] nati_x86_64_defconfig: Enable some net QoS modules |
| Message-ID | <r4Ogp-71U-5@gated-at.bofh.it> |
From: Sheng Wang <sheng.wang@ni.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@ni.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
[toc] | [next] | [standalone]
| From | Sheng Wang <sheng.wang@ni.com> |
|---|---|
| Date | 2016-02-22 06:40 +0100 |
| Message-ID | <r4RnX-Sn-11@gated-at.bofh.it> |
| In reply to | #1339067 |
This is an internal patch, it's just destined for internal folks, please ignore it if you have no interest in it. Sorry for the spam. Best Regards! Sheng Wang NI Shanghai, Bld43 sheng.wang@ni.com -----Original Message----- From: Gangfeng Huang [mailto:gangfeng.huang@ni.com] Sent: Monday, February 22, 2016 10:14 AM To: Josh Cartwright <josh.cartwright@ni.com>; Brad Mouring <brad.mouring@ni.com>; Rishika Gupta <rishika.gupta@ni.com>; Gratian Crisan <gratian.crisan@ni.com>; Xander Huff <xander.huff@ni.com>; James Minor <james.minor@ni.com>; Joshua Hernstrom <joshua.hernstrom@ni.com>; Adrian Ratiu <adrian.ratiu@ni.com> Cc: tglx@linutronix.de; mingo@redhat.com; hpa@zytor.com; linux-kernel@vger.kernel.org; Sheng Wang <sheng.wang@ni.com> Subject: [PATCH] nati_x86_64_defconfig: Enable some net QoS modules From: Sheng Wang <sheng.wang@ni.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@ni.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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web