]> Git Repo - linux.git/commit
net: Use static_key for XPS maps
authorAmritha Nambiar <[email protected]>
Sat, 30 Jun 2018 04:26:46 +0000 (21:26 -0700)
committerDavid S. Miller <[email protected]>
Mon, 2 Jul 2018 00:06:24 +0000 (09:06 +0900)
commit04157469b7b848f4a9978b63b1ea2ce62ad3a0a3
tree93bc64865c13a412a70ab8d3412025828a6f732c
parent80d19669ecd34423e85ca04f2210b0e42a47cb16
net: Use static_key for XPS maps

Use static_key for XPS maps to reduce the cost of extra map checks,
similar to how it is used for RPS and RFS. This includes static_key
'xps_needed' for XPS and another for 'xps_rxqs_needed' for XPS using
Rx queues map.

Signed-off-by: Amritha Nambiar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/core/dev.c
This page took 0.055018 seconds and 4 git commands to generate.