[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1294952509.3403.15.camel@edumazet-laptop>
Date: Thu, 13 Jan 2011 22:01:49 +0100
From: Eric Dumazet <eric.dumazet@...il.com>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH] CHOKe flow scheduler (iproute)
Le jeudi 13 janvier 2011 à 09:48 -0800, Stephen Hemminger a écrit :
> Preliminary interface for CHOKe scheduler in iproute
>
> + return -1;
> + fprintf(f, "limit %s min %s max %s ",
> + sprint_size(qopt->limit, b1),
> + sprint_size(qopt->qth_min, b2),
> + sprint_size(qopt->qth_max, b3));
> +
sprint_size() adds 'b', not 'p' (packets)
fprintf(f, "limit %up min %up max %up ", qopt->limit, ...
--
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