Home
last modified time | relevance | path

Searched refs:RPS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dscaling.rst18 - RPS: Receive Packet Steering
109 RPS: Receive Packet Steering
112 Receive Packet Steering (RPS) is logically a software implementation of
115 interrupt handler, RPS selects the CPU to perform protocol processing
118 RPS has some advantages over RSS:
125 RPS is called during bottom half of the receive interrupt handler, when
130 The first step in determining the target CPU for RPS is to calculate a
141 RPS may enqueue packets for processing. For each received packet,
151 RPS Configuration
154 RPS requires a kernel compiled with the CONFIG_RPS kconfig symbol (on
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/
H A Diomap.h51 #define RPS (1 << 2) macro
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/
H A Doxsemi,rps-timer.txt1 Oxford Semiconductor OXNAS SoCs Family RPS Timer
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dnet.rst138 RPS (e.g. RFS, aRFS) processing is competing with the registered NAPI poll function
140 the proportion of the configured netdev_budget that is spent on RPS based packet
307 If set to 0, RX packet timestamps can be sampled after RPS processing, when
/OK3568_Linux_fs/kernel/net/
H A DKconfig248 config RPS config
255 depends on RPS
325 depends on RPS
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A DKconfig473 bool "Oxford Semiconductor OXNAS RPS Timers driver" if COMPILE_TEST
477 This enables support for the Oxford Semiconductor OXNAS RPS timers.
/OK3568_Linux_fs/kernel/drivers/net/wireless/admtek/
H A Dadm8211.c494 ADM8211_INT(RPS); in adm8211_interrupt()