wil6210: RPS implementation
If RXHASH feature is enabled, and rps_en module parameter
is true (default), driver sets rxhash of each skb to 1 to enable RPS.
The core for processing the rx skb is determined by RPS mechanism
according to rx_cpus bit mask which is configured at user level.
For processing skbs on different core from the core which processes
the interrupts, it is recommended not to enable core 0 in rx_cpus bit mask.
Change-Id: I30cf64315ba475361b77e3b0bca3b09478593121
Signed-off-by:
Hamad Kadmany <hkadmany@codeaurora.org>
Loading
Please register or sign in to comment