[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1425247789-21211-1-git-send-email-therbert@google.com>
Date: Sun, 1 Mar 2015 14:09:43 -0800
From: Tom Herbert <therbert@...gle.com>
To: davem@...emloft.net, netdev@...r.kernel.org,
eric.dumazet@...il.com, fw@...len.de
Subject: [PATCH RFC net-next 0/6] net: Call skb_get_hash in net/sched
Replace instance of calling flow_dissect and jhash with call to
skb_get_hash. This also eliminates use of flow_keys in skb->cb[].
Tom Herbert (6):
net: Add skb_get_hash_perturb
sched: Eliminate use of flow_keys in sch_choke
sched: Eliminate use of flow_keys in sch_fq_codel
sched: Eliminate use of flow_keys in sch_hhf
sched: Eliminate use of flow_keys in sch_sfb
sched: Eliminate use of flow_keys in sch_sfq
include/linux/skbuff.h | 15 +++++++++++++++
net/sched/sch_choke.c | 32 ++------------------------------
net/sched/sch_fq_codel.c | 11 ++---------
net/sched/sch_hhf.c | 19 +------------------
net/sched/sch_sfb.c | 24 ++++++++----------------
net/sched/sch_sfq.c | 29 +++--------------------------
6 files changed, 31 insertions(+), 99 deletions(-)
--
2.2.0.rc0.207.ga3a616c
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists