netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC net-next 0/6] net: Call skb_get_hash in net/sched
@ 2015-03-01 22:09 Tom Herbert
  2015-03-01 22:09 ` [PATCH net-next 1/6] net: Add skb_get_hash_perturb Tom Herbert
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Tom Herbert @ 2015-03-01 22:09 UTC (permalink / raw)
  To: davem, netdev, eric.dumazet, fw

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-03-03 21:00 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01 22:09 [PATCH RFC net-next 0/6] net: Call skb_get_hash in net/sched Tom Herbert
2015-03-01 22:09 ` [PATCH net-next 1/6] net: Add skb_get_hash_perturb Tom Herbert
2015-03-01 22:09 ` [PATCH net-next 2/6] sched: Eliminate use of flow_keys in sch_choke Tom Herbert
2015-03-01 22:09 ` [PATCH net-next 3/6] sched: Eliminate use of flow_keys in sch_fq_codel Tom Herbert
2015-03-01 22:09 ` [PATCH net-next 4/6] sched: Eliminate use of flow_keys in sch_hhf Tom Herbert
2015-03-01 22:09 ` [PATCH net-next 5/6] sched: Eliminate use of flow_keys in sch_sfb Tom Herbert
2015-03-01 22:09 ` [PATCH net-next 6/6] sched: Eliminate use of flow_keys in sch_sfq Tom Herbert
2015-03-02  0:58   ` Eric Dumazet
2015-03-02  4:06     ` David Miller
2015-03-02 15:31     ` Tom Herbert
2015-03-02 16:25       ` Tom Herbert
2015-03-02 19:28         ` Eric Dumazet
2015-03-02 19:34           ` Tom Herbert
2015-03-02 19:43             ` Eric Dumazet
2015-03-02 19:51               ` Tom Herbert
2015-03-02 20:02                 ` Eric Dumazet
2015-03-02 19:24       ` Eric Dumazet
2015-03-03 21:00         ` Tom Herbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).