Kconfig (ffd756b3174e496cf6f3c5458c434e31d2cd48b0) | Kconfig (e0d1095ae3405404d247afb00233ef837d58da83) |
---|---|
1# 2# Network configuration 3# 4 5menuconfig NET 6 bool "Networking support" 7 select NLATTR 8 select GENERIC_NET_UTILS --- 230 unchanged lines hidden (view full) --- 239 240config NETPRIO_CGROUP 241 tristate "Network priority cgroup" 242 depends on CGROUPS 243 ---help--- 244 Cgroup subsystem for use in assigning processes to network priorities on 245 a per-interface basis 246 | 1# 2# Network configuration 3# 4 5menuconfig NET 6 bool "Networking support" 7 select NLATTR 8 select GENERIC_NET_UTILS --- 230 unchanged lines hidden (view full) --- 239 240config NETPRIO_CGROUP 241 tristate "Network priority cgroup" 242 depends on CGROUPS 243 ---help--- 244 Cgroup subsystem for use in assigning processes to network priorities on 245 a per-interface basis 246 |
247config NET_LL_RX_POLL | 247config NET_RX_BUSY_POLL |
248 boolean 249 default y 250 251config BQL 252 boolean 253 depends on SYSFS 254 select DQL 255 default y --- 20 unchanged lines hidden (view full) --- 276 maintain capacity for the other flows. This feature provides servers 277 with many clients some protection against DoS by a single (spoofed) 278 flow that greatly exceeds average workload. 279 280menu "Network testing" 281 282config NET_PKTGEN 283 tristate "Packet Generator (USE WITH CAUTION)" | 248 boolean 249 default y 250 251config BQL 252 boolean 253 depends on SYSFS 254 select DQL 255 default y --- 20 unchanged lines hidden (view full) --- 276 maintain capacity for the other flows. This feature provides servers 277 with many clients some protection against DoS by a single (spoofed) 278 flow that greatly exceeds average workload. 279 280menu "Network testing" 281 282config NET_PKTGEN 283 tristate "Packet Generator (USE WITH CAUTION)" |
284 depends on INET && PROC_FS | 284 depends on PROC_FS |
285 ---help--- 286 This module will inject preconfigured packets, at a configurable 287 rate, out of a given interface. It is used for network interface 288 stress testing and performance analysis. If you don't understand 289 what was just said, you don't need it: say N. 290 291 Documentation on how to use the packet generator can be found 292 at <file:Documentation/networking/pktgen.txt>. --- 71 unchanged lines hidden --- | 285 ---help--- 286 This module will inject preconfigured packets, at a configurable 287 rate, out of a given interface. It is used for network interface 288 stress testing and performance analysis. If you don't understand 289 what was just said, you don't need it: say N. 290 291 Documentation on how to use the packet generator can be found 292 at <file:Documentation/networking/pktgen.txt>. --- 71 unchanged lines hidden --- |