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