Lines Matching refs:each

26 applying a filter to each packet that assigns it to one of a small number
27 of logical flows. Packets for each flow are steered to a separate receive
37 implementation of RSS uses a 128-entry indirection table where each entry
54 for each CPU if the device supports enough queues, or otherwise at least
55 one for each memory domain, where a memory domain is a set of CPUs that
71 that can route each interrupt to a particular CPU. The active mapping
76 affinity of each interrupt see Documentation/IRQ-affinity.txt. Some systems
90 interrupts (and thus work) grows with each additional queue.
93 processors with hyperthreading (HT), each hyperthread is represented as
129 RPS may enqueue packets for processing. For each received packet,
143 can be configured for each receive queue using a sysfs file entry:
161 receive queue is mapped to each CPU, then RPS is probably redundant
163 RPS might be beneficial if the rps_cpus for each queue are the ones that
193 turned on. It is implemented for each CPU independently (to avoid lock
200 Per-flow rate is calculated by hashing each packet into a hashtable
241 The CPU recorded in each entry is the one which last processed the flow.
256 for each flow: rps_dev_flow_table is a table specific to each hardware
257 receive queue of each device. Each table value stores a CPU index and a
317 For a multi-queue device, the rps_flow_cnt for each queue might be
320 are 16 configured receive queues, rps_flow_cnt for each queue might be
329 the application thread consuming the packets of each flow is running.
347 to populate the map. For each CPU, the corresponding queue in the map is
356 configured for each receive queue by the driver, so no additional
380 (contention can be eliminated completely if each CPU has its own
394 threads are not pinned to CPUs and each thread handles packets
408 queues, is computed and maintained for each network device. When
450 system, XPS is preferably configured so that each CPU maps onto one queue.
451 If there are as many queues as there are CPUs in the system, then each