]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Remove ATR computation for UDP traffic
authorPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Wed, 30 Sep 2009 12:08:37 +0000 (12:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Oct 2009 03:03:02 +0000 (20:03 -0700)
commita9622ad8867c5cb665f973ab51983f578dd91e2f
treee0385eb32a670752f7dff95ad4bcb09817b467f4
parentda43d82bf9b2883b91e4b9c20016ea021a05b7fa
ixgbe: Remove ATR computation for UDP traffic

ATR support for UDP on 82599 needs to be redesigned, since the
current model doesn't make much sense.  The fallout from having
it in though is it causes all UDP traffic to still compute the
ATR hashes on transmit, which are useless.  This removal will
return upwards of 10% of relative computational overhead in
forwarding tests.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c