ixgbe: only register DCA requester once
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 21 May 2009 13:07:12 +0000 (13:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2009 00:19:10 +0000 (17:19 -0700)
The current driver tries to re-register the DCA requester after reset and
this is not correct.  This change makes it so all we are doing is resetting
the DCA registers after reset and not re-adding the requester.

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>

No differences found