Revision ad55dcaff0e34269f86975ce2ea0da22e9eb74a1 authored by Alexander Duyck on 21 September 2008, 05:05:50 UTC, committed by David S. Miller on 21 September 2008, 05:05:50 UTC
Currently simple_tx_hash is hashing inside of udp fragments.  As a result
packets are getting getting sent to all queues when they shouldn't be.
This causes a serious performance regression which can be seen by sending
UDP frames larger than mtu on multiqueue devices.  This change will make
it so that fragments are hashed only as IP datagrams w/o any protocol
information.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e727240
History
File Mode Size
keys
selinux
smack
Kconfig -rw-r--r-- 4.0 KB
Makefile -rw-r--r-- 559 bytes
capability.c -rw-r--r-- 21.9 KB
commoncap.c -rw-r--r-- 17.6 KB
device_cgroup.c -rw-r--r-- 12.6 KB
inode.c -rw-r--r-- 9.0 KB
root_plug.c -rw-r--r-- 2.8 KB
security.c -rw-r--r-- 28.8 KB

back to top