|
发表于 2004-8-21 15:10:57
|
显示全部楼层
- -CONFIG_NET_IPIP=m
- +# CONFIG_NET_IPIP is not set
- @@ -475,15 +644,15 @@ CONFIG_INET_IPCOMP=m
- -CONFIG_INET6_AH=m
- -CONFIG_INET6_ESP=m
- -CONFIG_INET6_IPCOMP=m
- -CONFIG_BRIDGE_NETFILTER=y
- -# IPv6: Netfilter Configuration
- -# Bridge: Netfilter Configuration
- -# CONFIG_NET_SCH_CLK_JIFFIES is not set
- +CONFIG_NET_SCH_CLK_JIFFIES=y
- -CONFIG_NET_SCH_CLK_CPU=y
- +# CONFIG_NET_SCH_CLK_CPU is not set
- +CONFIG_NET_SCH_ATM=m
- @@ -651,12 +798,13 @@ CONFIG_NET_CLS_ROUTE4=m
- -# CONFIG_NET_CLS_IND is not set
- +CONFIG_NET_CLS_IND=y
- -# CONFIG_NET_CLS_ACT is not set
- -CONFIG_NET_CLS_POLICE=y
- +CONFIG_NET_CLS_ACT=y
- +# CONFIG_NET_ACT_POLICE is not set
- +# CONFIG_NET_CLS_POLICE is not set
- +CONFIG_NET_SB1000=m
- @@ -711,26 +860,25 @@ CONFIG_NET_PCI=y
- -# CONFIG_NET_POCKET is not set
- +CONFIG_NET_POCKET=y
- -CONFIG_PPP=m
- +CONFIG_PPP=y
- -# CONFIG_PPP_BSDCOMP is not set
- +CONFIG_PPP_BSDCOMP=m
- +CONFIG_PPPOATM=m
- -# CONFIG_NET_FC is not set
- +CONFIG_NET_FC=y
- +# CONFIG_USB_SERIAL_OMNINET is not set
复制代码
上面的选项中
以“-”开头的是我的配置中有,你的没有的;
以“+”开头的是我的配置中没有,而你的配置中有的。
其中几个选项值得注意:
1,CONFIG_NET_SCH_CLK_JIFFIES
选择似乎不当,选择下面的CPU似乎好些
Timer interrupt (NET_SCH_CLK_JIFFIES)
Say Y here if you want to use the timer interrupt (jiffies) as clock
source. This clock source is fast, synchronized on all processors and
handles cpu clock frequency changes, but its resolution is too low
for accurate shaping except at very low speed.
2,CONFIG_NET_SCH_ATM=m
没有用处
3,CONFIG_NET_CLS_IND=Y
classify input device (slows things u32/fw) (NET_CLS_IND)
This option will be killed eventually when a
metadata action appears because it slows things a little
Available only for u32 and fw classifiers.
Requires a new iproute2
You MUST NOT turn this on if you dont have an update iproute2.
4,CONFIG_NET_CLS_ACT=Y
此项不当选
Packet ACTION (NET_CLS_ACT)
This option requires you have a new iproute2. It enables
tc extensions which can be used with tc classifiers.
Only the u32 and fw classifiers are supported at the moment.
You MUST NOT turn this on if you dont have an update iproute2.
5,+CONFIG_NET_FC=y
没必要
Fibre Channel is a high speed serial protocol mainly used to connect
large storage devices to the computer; it is compatible with and
intended to replace SCSI.
If you intend to use Fibre Channel, you need to have a Fibre channel
adaptor card in your computer; say Y here and to the driver for your
adaptor below. You also should have said Y to "SCSI support" and
"SCSI generic support".
6,+CONFIG_PPP_BSDCOMP=m
+CONFIG_PPPOATM=m
这两个其实也不用选
把3,4改过来,
如果还有问题,
我觉得是系统配置的问题了。
原来用模块,现在编译进了内核
可能需要做些修改。 |
|