]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: pull PSRTYPE configuration into a separate function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Aug 2010 13:36:27 +0000 (13:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 23:40:51 +0000 (16:40 -0700)
commit486545216472d67c16e3d3d60c5f21f60959c855
tree0a439dbffa739a0d5b779dd4cfcc6c1731edf20e
parentacd37177cc2e034ecb6cbb784a8b998229fa85c4
ixgbe: pull PSRTYPE configuration into a separate function

The configuration of PSRTYPE was being done conditionally on if packet
split is enabled or not.  It can be configured always since it will not
have any effect when packet split is not enabled.

Signed-off-by: Alexander Duyck <alexander.h.duyck@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