commit | 04157469b7b848f4a9978b63b1ea2ce62ad3a0a3 | [log] [tgz] |
---|---|---|
author | Amritha Nambiar <amritha.nambiar@intel.com> | Fri Jun 29 21:26:46 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 02 09:06:24 2018 +0900 |
tree | 93bc64865c13a412a70ab8d3412025828a6f732c | |
parent | 80d19669ecd34423e85ca04f2210b0e42a47cb16 [diff] |
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 <amritha.nambiar@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>