netem: use vmalloc for distribution table
authorstephen hemminger <shemminger@vyatta.com>
Wed, 23 Feb 2011 13:04:18 +0000 (13:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Feb 2011 06:11:54 +0000 (22:11 -0800)
The netem probability table can be large (up to 64K bytes)
which may be too large to allocate in one contiguous chunk.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found