add CONFIG_NET_SCH_ETS to 'config', otherwise test suites using this file
to perform a full tdc run will encounter the following warning:
ok 645 e90e - Add ETS qdisc using bands # skipped - "-----> teardown stage" did not complete successfully
Fixes: 82c664b69c
("selftests: qdiscs: Add test coverage for ETS Qdisc")
Reported-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
#
|
|
# Core Netfilter Configuration
|
|
#
|
|
CONFIG_NF_CONNTRACK=m
|
|
CONFIG_NF_CONNTRACK_MARK=y
|
|
CONFIG_NF_CONNTRACK_ZONES=y
|
|
CONFIG_NF_CONNTRACK_LABELS=y
|
|
CONFIG_NF_NAT=m
|
|
|
|
CONFIG_NET_SCHED=y
|
|
|
|
#
|
|
# Queueing/Scheduling
|
|
#
|
|
CONFIG_NET_SCH_PRIO=m
|
|
CONFIG_NET_SCH_INGRESS=m
|
|
|
|
#
|
|
# Classification
|
|
#
|
|
CONFIG_NET_CLS=y
|
|
CONFIG_NET_CLS_FW=m
|
|
CONFIG_NET_CLS_U32=m
|
|
CONFIG_CLS_U32_PERF=y
|
|
CONFIG_CLS_U32_MARK=y
|
|
CONFIG_NET_EMATCH=y
|
|
CONFIG_NET_EMATCH_STACK=32
|
|
CONFIG_NET_EMATCH_CMP=m
|
|
CONFIG_NET_EMATCH_NBYTE=m
|
|
CONFIG_NET_EMATCH_U32=m
|
|
CONFIG_NET_EMATCH_META=m
|
|
CONFIG_NET_EMATCH_TEXT=m
|
|
CONFIG_NET_EMATCH_IPSET=m
|
|
CONFIG_NET_EMATCH_IPT=m
|
|
CONFIG_NET_CLS_ACT=y
|
|
CONFIG_NET_ACT_POLICE=m
|
|
CONFIG_NET_ACT_GACT=m
|
|
CONFIG_GACT_PROB=y
|
|
CONFIG_NET_ACT_MIRRED=m
|
|
CONFIG_NET_ACT_SAMPLE=m
|
|
CONFIG_NET_ACT_IPT=m
|
|
CONFIG_NET_ACT_NAT=m
|
|
CONFIG_NET_ACT_PEDIT=m
|
|
CONFIG_NET_ACT_SIMP=m
|
|
CONFIG_NET_ACT_SKBEDIT=m
|
|
CONFIG_NET_ACT_CSUM=m
|
|
CONFIG_NET_ACT_VLAN=m
|
|
CONFIG_NET_ACT_BPF=m
|
|
CONFIG_NET_ACT_CONNMARK=m
|
|
CONFIG_NET_ACT_CTINFO=m
|
|
CONFIG_NET_ACT_SKBMOD=m
|
|
CONFIG_NET_ACT_IFE=m
|
|
CONFIG_NET_ACT_TUNNEL_KEY=m
|
|
CONFIG_NET_ACT_CT=m
|
|
CONFIG_NET_ACT_MPLS=m
|
|
CONFIG_NET_IFE_SKBMARK=m
|
|
CONFIG_NET_IFE_SKBPRIO=m
|
|
CONFIG_NET_IFE_SKBTCINDEX=m
|
|
CONFIG_NET_SCH_FIFO=y
|
|
CONFIG_NET_SCH_ETS=m
|