[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1324618555.10854.4.camel@edumazet-laptop>
Date: Fri, 23 Dec 2011 06:35:55 +0100
From: Eric Dumazet <eric.dumazet@...il.com>
To: Xi Wang <xi.wang@...il.com>
Cc: Tom Herbert <therbert@...gle.com>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH v2] rps: fix insufficient bounds checking in
store_rps_dev_flow_table_cnt()
Le vendredi 23 décembre 2011 à 06:16 +0100, Eric Dumazet a écrit :
> 32 bit truncation _is_ a bound checking problem too.
>
> Really, mixing INT_MAX / ULONG_MAX is ugly, this should had ring a bell
> when writing such hard to read code.
>
> You cannot claim to give more range to 64bit platform, yet not spotting
> the 32bit truncation issue.
>
> When fixing a bug, its always a good thing to look things around, and
> try to check the whole function.
>
>
By the way, the theorical limit on number of flows on 64bit platform is
2^32 (rxhash being an u32)
Not sure spending 32GB per table would be wise for typical machines :)
--
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