diff options
author | Felix Fietkau <nbd@nbd.name> | 2020-07-26 15:09:46 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-07-31 09:24:24 +0200 |
commit | 48a54f6bc456859dabbd1fbd805e233d260754cf (patch) | |
tree | 5b4b89380a37fabd300e5e1dfaa83aae743dab27 /include/net/fq.h | |
parent | mac80211: improve AQL tx airtime estimation (diff) | |
download | linux-48a54f6bc456859dabbd1fbd805e233d260754cf.tar.xz linux-48a54f6bc456859dabbd1fbd805e233d260754cf.zip |
net/fq_impl: use skb_get_hash instead of skb_get_hash_perturb
This avoids unnecessarily regenerating the skb flow hash
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20200726130947.88145-1-nbd@nbd.name
[small commit message fixup]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/fq.h')
-rw-r--r-- | include/net/fq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/fq.h b/include/net/fq.h index 2ad85e683041..e39f3f8d5f8a 100644 --- a/include/net/fq.h +++ b/include/net/fq.h @@ -69,7 +69,6 @@ struct fq { struct list_head backlogs; spinlock_t lock; u32 flows_cnt; - siphash_key_t perturbation; u32 limit; u32 memory_limit; u32 memory_usage; |