ixgbe: Drop RLPML configuration from x540 RXDCTL register configuration
commit9de0c8ed7840d01fd5cf1851df2725fe30dc0817
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sat, 8 Sep 2012 02:13:38 +0000 (8 02:13 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 28 Nov 2012 12:21:18 +0000 (28 04:21 -0800)
treef9b628dfc60c2d6281e9deadf2b814c119d95d2e
parentd48507fed960f0a557f811129271829245b607b0
ixgbe: Drop RLPML configuration from x540 RXDCTL register configuration

Since we are doing a page based receive there is no point in setting a maximum
packet length on the x540 RXDCTL register.  As such we can drop the code from
the driver entirely.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Tested-by: Marcus Dennis <marcusx.e.dennis@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c