The current IPv4 reassembly code uses a single lock to protect
all the hash table buckets. This cause massive lock contention
on multi-core servers if a lot of reassembly occurs.
This may happen more frequently than others in LAN environments
with UDP heavy traffic, eg memcached.