Lines Matching full:rfs
19 - RFS: Receive Flow Steering
196 ahead of those from small flows. It is active only when an RPS or RFS
247 RFS: Receive Flow Steering
253 (RFS). The goal of RFS is to increase datacache hitrate by steering
255 consuming the packet is running. RFS relies on the same RPS mechanisms
259 In RFS, packets are not forwarded directly by the value of their hash,
277 avoid this, RFS uses a second flow table to track outstanding packets
317 RFS Configuration
320 RFS is only available if the kconfig symbol CONFIG_RPS is enabled (on
334 Both of these need to be set before RFS is enabled for a receive queue.
350 Accelerated RFS
353 Accelerated RFS is to RFS what RSS is to RPS: a hardware-accelerated load
356 Accelerated RFS should perform better than RFS since packets are sent
361 To enable accelerated RFS, the networking stack calls the
377 Accelerated RFS Configuration
380 Accelerated RFS is only available if the kernel is compiled with
391 This technique should be enabled whenever one wants to use RFS and the
513 RPS and RFS were introduced in kernel 2.6.35. XPS was incorporated into
517 Accelerated RFS was introduced in 2.6.35. Original patches were