diff options
author | Hayes Wang <hayeswang@realtek.com> | 2019-08-19 14:40:36 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-20 12:18:52 -0700 |
commit | d2187f8e445403b7aeb08e64c1528761154e9ab3 (patch) | |
tree | bc161278adf509010b44a82cd9a5ad3d5e9d8119 /drivers/net/dsa/b53/b53_common.c | |
parent | 932630fa902878f4c8c50d0b1260eeb9de16b0a4 (diff) |
r8152: divide the tx and rx bottom functions
Move the tx bottom function from NAPI to a new tasklet. Then, for
multi-cores, the bottom functions of tx and rx may be run at same
time with different cores. This is used to improve performance.
On x86, Tx/Rx 943/943 Mbits/sec -> 945/944.
For arm platform, Tx/Rx: 917/917 Mbits/sec -> 933/933.
Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/b53/b53_common.c')
0 files changed, 0 insertions, 0 deletions