[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20091028084207.1c504084@nehalam>
Date: Wed, 28 Oct 2009 08:42:07 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: David Miller <davem@...emloft.net>
Cc: jeffrey.t.kirsher@...el.com, netdev@...r.kernel.org,
gospo@...hat.com, alexander.h.duyck@...el.com
Subject: Re: [net-next-2.6 PATCH 01/23] igb: add support for seperate
tx-usecs setting in ethtool
On Wed, 28 Oct 2009 03:39:22 -0700 (PDT)
David Miller <davem@...emloft.net> wrote:
> + new_rx_count = max(new_rx_count, (u32)IGB_MIN_RXD);
new_rx_count = max_t(u32, new_rx_count, IGB_MIN_RXD)
is slightly cleaner (hides cast)
--
--
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