mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
config MTK_NET_RPS
|
|
tristate "MediaTek rps set API"
|
|
depends on MTK_NET_CCMNI
|
|
default MTK_NET_CCMNI
|
|
help
|
|
Choose this option to set rps by API.
|
|
It will be called for ccmni & rndis driver.
|
|
If rps is set, out of order packets will not happen,
|
|
performance will be improved because softirq can worked
|
|
in the different cpu. |