db925bca33
Install netdevsim to provide /sys/bus/netdevsim/new_device interface. It helps to fix: # ok 97 9a7d - Change ETS strict band without quantum # skipped - skipped - previous setup failed 11 ce7d # # # -----> prepare stage *** Could not execute: "echo "1 1 4" > /sys/bus/netdevsim/new_device" # # -----> prepare stage *** Error message: "/bin/sh: 1: cannot create /sys/bus/netdevsim/new_device: Directory nonexistent # " # # -----> prepare stage *** Aborting test run. # # # <_io.BufferedReader name=5> *** stdout *** # Signed-off-by: Li Zhijian <zhijianx.li@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
70 lines
1.3 KiB
Plaintext
70 lines
1.3 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_CANID=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
|
|
CONFIG_NET_SCH_RED=m
|
|
CONFIG_NET_SCH_FQ_PIE=m
|
|
CONFIG_NETDEVSIM=m
|
|
|
|
#
|
|
## Network testing
|
|
#
|
|
CONFIG_CAN=m
|