Lines Matching refs:RSS
13 RSS: Receive Side Scaling
20 RSS: Receive Side Scaling
29 generally known as “Receive-side Scaling” (RSS). The goal of RSS and
34 The filter used in RSS is typically a hash function over the network
37 implementation of RSS uses a 128-entry indirection table where each entry
48 ==== RSS Configuration
53 num_queues. A typical RSS configuration would be to have one receive queue
58 The indirection table of an RSS device, which resolves a queue by masked
66 == RSS IRQ Configuration
82 RSS should be enabled when latency is a concern or whenever receive
103 RSS. Being in software, it is necessarily called later in the datapath.
104 Whereas RSS selects the queue and hence CPU that will run the hardware
108 RPS has some advantages over RSS: 1) it can be used with any NIC,
124 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in
160 For a multi-queue system, if RSS is configured so that a hardware
327 Accelerated RFS is to RFS what RSS is to RPS: a hardware-accelerated load