All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH next] net_sched: sfq: remove unused macro
@ 2014-09-08 21:33 Florian Westphal
  2014-09-08 21:59 ` Eric Dumazet
  2014-09-10  0:35 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Florian Westphal @ 2014-09-08 21:33 UTC (permalink / raw)
  To: netdev; +Cc: Florian Westphal

not used anymore since ddecf0f
(net_sched: sfq: add optional RED on top of SFQ).

Signed-off-by: Florian Westphal <fw@strlen.de>
---
 net/sched/sch_sfq.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/net/sched/sch_sfq.c b/net/sched/sch_sfq.c
index 1af2f73..211db90 100644
--- a/net/sched/sch_sfq.c
+++ b/net/sched/sch_sfq.c
@@ -310,11 +310,6 @@ static inline void slot_queue_add(struct sfq_slot *slot, struct sk_buff *skb)
 	slot->skblist_prev = skb;
 }
 
-#define	slot_queue_walk(slot, skb)		\
-	for (skb = slot->skblist_next;		\
-	     skb != (struct sk_buff *)slot;	\
-	     skb = skb->next)
-
 static unsigned int sfq_drop(struct Qdisc *sch)
 {
 	struct sfq_sched_data *q = qdisc_priv(sch);
-- 
1.8.1.5

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

* Re: [PATCH next] net_sched: sfq: remove unused macro
  2014-09-08 21:33 [PATCH next] net_sched: sfq: remove unused macro Florian Westphal
@ 2014-09-08 21:59 ` Eric Dumazet
  2014-09-10  0:35 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Dumazet @ 2014-09-08 21:59 UTC (permalink / raw)
  To: Florian Westphal; +Cc: netdev

On Mon, 2014-09-08 at 23:33 +0200, Florian Westphal wrote:
> not used anymore since ddecf0f
> (net_sched: sfq: add optional RED on top of SFQ).

SGTM ;)

Acked-by: Eric Dumazet <edumazet@google.com>

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

* Re: [PATCH next] net_sched: sfq: remove unused macro
  2014-09-08 21:33 [PATCH next] net_sched: sfq: remove unused macro Florian Westphal
  2014-09-08 21:59 ` Eric Dumazet
@ 2014-09-10  0:35 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-09-10  0:35 UTC (permalink / raw)
  To: fw; +Cc: netdev

From: Florian Westphal <fw@strlen.de>
Date: Mon,  8 Sep 2014 23:33:01 +0200

> not used anymore since ddecf0f
> (net_sched: sfq: add optional RED on top of SFQ).
> 
> Signed-off-by: Florian Westphal <fw@strlen.de>

Applied.

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

end of thread, other threads:[~2014-09-10  0:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 21:33 [PATCH next] net_sched: sfq: remove unused macro Florian Westphal
2014-09-08 21:59 ` Eric Dumazet
2014-09-10  0:35 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.