[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140528170957.19b50c12@nehalam.linuxnetplumber.net>
Date: Wed, 28 May 2014 17:09:57 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Yang Yingliang <yangyingliang@...wei.com>
Cc: Eric Dumazet <eric.dumazet@...il.com>, <netdev@...r.kernel.org>
Subject: Re: [PATCH iproute2 v3] fq: allow options of fair queue set to ~0U
On Tue, 13 May 2014 12:20:52 +0800
Yang Yingliang <yangyingliang@...wei.com> wrote:
> + int set_plimit = 0;
> + int set_flow_plimit = 0;
> + int set_quantum = 0;
> + int set_initial_quantum = 0;
> + int set_maxrate = 0;
> + int set_defrate = 0;
Please use bool for these since they are boolean flags.
--
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