[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1383238334.4857.81.camel@edumazet-glaptop.roam.corp.google.com>
Date: Thu, 31 Oct 2013 09:52:14 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Vijay Subramanian <subramanian.vijay@...il.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, shemminger@...tta.com,
Mythili Prabhu <mysuryan@...co.com>,
Dave Taht <dave.taht@...ferbloat.net>
Subject: Re: [PATCH v2 net-next] net: pkt_sched: PIE AQM scheme
On Wed, 2013-10-30 at 14:18 -0700, Vijay Subramanian wrote:
> +static void pie_destroy(struct Qdisc *sch)
> +{
> + struct pie_sched_data *q = qdisc_priv(sch);
> + del_timer_sync(&q->adapt_timer);
> +}
This doesn't look safe to me.
timer can rearm itself.
Take a look at commit 980c478ddbb720948967b028ddbb4179a025bc2c
--
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